Documentation
¶
Overview ¶
nolint
Index ¶
- type MatchListIterator
- type MatchListServiceClient
- func (c *MatchListServiceClient) Create(ctx context.Context, in *match_list.CreateMatchListRequest, ...) (*operation.Operation, error)
- func (c *MatchListServiceClient) Delete(ctx context.Context, in *match_list.DeleteMatchListRequest, ...) (*operation.Operation, error)
- func (c *MatchListServiceClient) Get(ctx context.Context, in *match_list.GetMatchListRequest, ...) (*match_list.MatchList, error)
- func (c *MatchListServiceClient) List(ctx context.Context, in *match_list.ListMatchListsRequest, ...) (*match_list.ListMatchListsResponse, error)
- func (c *MatchListServiceClient) MatchListIterator(ctx context.Context, req *match_list.ListMatchListsRequest, ...) *MatchListIterator
- func (c *MatchListServiceClient) Update(ctx context.Context, in *match_list.UpdateMatchListRequest, ...) (*operation.Operation, error)
- type SmartWebSecurityMatchList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatchListIterator ¶
type MatchListIterator struct {
// contains filtered or unexported fields
}
func (*MatchListIterator) Error ¶
func (it *MatchListIterator) Error() error
func (*MatchListIterator) Next ¶
func (it *MatchListIterator) Next() bool
func (*MatchListIterator) Take ¶
func (it *MatchListIterator) Take(size int64) ([]*match_list.MatchList, error)
func (*MatchListIterator) TakeAll ¶
func (it *MatchListIterator) TakeAll() ([]*match_list.MatchList, error)
func (*MatchListIterator) Value ¶
func (it *MatchListIterator) Value() *match_list.MatchList
type MatchListServiceClient ¶
type MatchListServiceClient struct {
// contains filtered or unexported fields
}
MatchListServiceClient is a match_list.MatchListServiceClient with lazy GRPC connection initialization.
func (*MatchListServiceClient) Create ¶
func (c *MatchListServiceClient) Create(ctx context.Context, in *match_list.CreateMatchListRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements match_list.MatchListServiceClient
func (*MatchListServiceClient) Delete ¶
func (c *MatchListServiceClient) Delete(ctx context.Context, in *match_list.DeleteMatchListRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements match_list.MatchListServiceClient
func (*MatchListServiceClient) Get ¶
func (c *MatchListServiceClient) Get(ctx context.Context, in *match_list.GetMatchListRequest, opts ...grpc.CallOption) (*match_list.MatchList, error)
Get implements match_list.MatchListServiceClient
func (*MatchListServiceClient) List ¶
func (c *MatchListServiceClient) List(ctx context.Context, in *match_list.ListMatchListsRequest, opts ...grpc.CallOption) (*match_list.ListMatchListsResponse, error)
List implements match_list.MatchListServiceClient
func (*MatchListServiceClient) MatchListIterator ¶
func (c *MatchListServiceClient) MatchListIterator(ctx context.Context, req *match_list.ListMatchListsRequest, opts ...grpc.CallOption) *MatchListIterator
func (*MatchListServiceClient) Update ¶
func (c *MatchListServiceClient) Update(ctx context.Context, in *match_list.UpdateMatchListRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements match_list.MatchListServiceClient
type SmartWebSecurityMatchList ¶
type SmartWebSecurityMatchList struct {
// contains filtered or unexported fields
}
SmartWebSecurityMatchList provides access to "match_list" component of Yandex.Cloud
func NewSmartWebSecurityMatchList ¶
func NewSmartWebSecurityMatchList(g func(ctx context.Context) (*grpc.ClientConn, error)) *SmartWebSecurityMatchList
NewSmartWebSecurityMatchList creates instance of SmartWebSecurityMatchList
func (*SmartWebSecurityMatchList) MatchList ¶
func (s *SmartWebSecurityMatchList) MatchList() *MatchListServiceClient
MatchList gets MatchListService client
Click to show internal directories.
Click to hide internal directories.