Documentation ¶
Overview ¶
nolint
Index ¶
- type ApiGatewayAccessBindingsIterator
- func (it *ApiGatewayAccessBindingsIterator) Error() error
- func (it *ApiGatewayAccessBindingsIterator) Next() bool
- func (it *ApiGatewayAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
- func (it *ApiGatewayAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
- func (it *ApiGatewayAccessBindingsIterator) Value() *access.AccessBinding
- type ApiGatewayIterator
- func (it *ApiGatewayIterator) Error() error
- func (it *ApiGatewayIterator) Next() bool
- func (it *ApiGatewayIterator) Take(size int64) ([]*apigateway.ApiGateway, error)
- func (it *ApiGatewayIterator) TakeAll() ([]*apigateway.ApiGateway, error)
- func (it *ApiGatewayIterator) Value() *apigateway.ApiGateway
- type ApiGatewayOperationsIterator
- func (it *ApiGatewayOperationsIterator) Error() error
- func (it *ApiGatewayOperationsIterator) Next() bool
- func (it *ApiGatewayOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *ApiGatewayOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *ApiGatewayOperationsIterator) Value() *operation.Operation
- type ApiGatewayServiceClient
- func (c *ApiGatewayServiceClient) AddDomain(ctx context.Context, in *apigateway.AddDomainRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *ApiGatewayServiceClient) ApiGatewayAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, ...) *ApiGatewayAccessBindingsIterator
- func (c *ApiGatewayServiceClient) ApiGatewayIterator(ctx context.Context, req *apigateway.ListApiGatewayRequest, ...) *ApiGatewayIterator
- func (c *ApiGatewayServiceClient) ApiGatewayOperationsIterator(ctx context.Context, req *apigateway.ListOperationsRequest, ...) *ApiGatewayOperationsIterator
- func (c *ApiGatewayServiceClient) Create(ctx context.Context, in *apigateway.CreateApiGatewayRequest, ...) (*operation.Operation, error)
- func (c *ApiGatewayServiceClient) Delete(ctx context.Context, in *apigateway.DeleteApiGatewayRequest, ...) (*operation.Operation, error)
- func (c *ApiGatewayServiceClient) Get(ctx context.Context, in *apigateway.GetApiGatewayRequest, ...) (*apigateway.ApiGateway, error)
- func (c *ApiGatewayServiceClient) GetOpenapiSpec(ctx context.Context, in *apigateway.GetOpenapiSpecRequest, ...) (*apigateway.GetOpenapiSpecResponse, error)
- func (c *ApiGatewayServiceClient) List(ctx context.Context, in *apigateway.ListApiGatewayRequest, ...) (*apigateway.ListApiGatewayResponse, error)
- func (c *ApiGatewayServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, ...) (*access.ListAccessBindingsResponse, error)
- func (c *ApiGatewayServiceClient) ListOperations(ctx context.Context, in *apigateway.ListOperationsRequest, ...) (*apigateway.ListOperationsResponse, error)
- func (c *ApiGatewayServiceClient) RemoveDomain(ctx context.Context, in *apigateway.RemoveDomainRequest, ...) (*operation.Operation, error)
- func (c *ApiGatewayServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *ApiGatewayServiceClient) Update(ctx context.Context, in *apigateway.UpdateApiGatewayRequest, ...) (*operation.Operation, error)
- func (c *ApiGatewayServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, ...) (*operation.Operation, error)
- type Apigateway
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiGatewayAccessBindingsIterator ¶
type ApiGatewayAccessBindingsIterator struct {
// contains filtered or unexported fields
}
func (*ApiGatewayAccessBindingsIterator) Error ¶
func (it *ApiGatewayAccessBindingsIterator) Error() error
func (*ApiGatewayAccessBindingsIterator) Next ¶
func (it *ApiGatewayAccessBindingsIterator) Next() bool
func (*ApiGatewayAccessBindingsIterator) Take ¶
func (it *ApiGatewayAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
func (*ApiGatewayAccessBindingsIterator) TakeAll ¶
func (it *ApiGatewayAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
func (*ApiGatewayAccessBindingsIterator) Value ¶
func (it *ApiGatewayAccessBindingsIterator) Value() *access.AccessBinding
type ApiGatewayIterator ¶
type ApiGatewayIterator struct {
// contains filtered or unexported fields
}
func (*ApiGatewayIterator) Error ¶
func (it *ApiGatewayIterator) Error() error
func (*ApiGatewayIterator) Next ¶
func (it *ApiGatewayIterator) Next() bool
func (*ApiGatewayIterator) Take ¶
func (it *ApiGatewayIterator) Take(size int64) ([]*apigateway.ApiGateway, error)
func (*ApiGatewayIterator) TakeAll ¶
func (it *ApiGatewayIterator) TakeAll() ([]*apigateway.ApiGateway, error)
func (*ApiGatewayIterator) Value ¶
func (it *ApiGatewayIterator) Value() *apigateway.ApiGateway
type ApiGatewayOperationsIterator ¶
type ApiGatewayOperationsIterator struct {
// contains filtered or unexported fields
}
func (*ApiGatewayOperationsIterator) Error ¶
func (it *ApiGatewayOperationsIterator) Error() error
func (*ApiGatewayOperationsIterator) Next ¶
func (it *ApiGatewayOperationsIterator) Next() bool
func (*ApiGatewayOperationsIterator) Take ¶
func (it *ApiGatewayOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*ApiGatewayOperationsIterator) TakeAll ¶
func (it *ApiGatewayOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*ApiGatewayOperationsIterator) Value ¶
func (it *ApiGatewayOperationsIterator) Value() *operation.Operation
type ApiGatewayServiceClient ¶
type ApiGatewayServiceClient struct {
// contains filtered or unexported fields
}
ApiGatewayServiceClient is a apigateway.ApiGatewayServiceClient with lazy GRPC connection initialization.
func (*ApiGatewayServiceClient) AddDomain ¶
func (c *ApiGatewayServiceClient) AddDomain(ctx context.Context, in *apigateway.AddDomainRequest, opts ...grpc.CallOption) (*operation.Operation, error)
AddDomain implements apigateway.ApiGatewayServiceClient
func (*ApiGatewayServiceClient) ApiGatewayAccessBindingsIterator ¶
func (c *ApiGatewayServiceClient) ApiGatewayAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, opts ...grpc.CallOption) *ApiGatewayAccessBindingsIterator
func (*ApiGatewayServiceClient) ApiGatewayIterator ¶
func (c *ApiGatewayServiceClient) ApiGatewayIterator(ctx context.Context, req *apigateway.ListApiGatewayRequest, opts ...grpc.CallOption) *ApiGatewayIterator
func (*ApiGatewayServiceClient) ApiGatewayOperationsIterator ¶
func (c *ApiGatewayServiceClient) ApiGatewayOperationsIterator(ctx context.Context, req *apigateway.ListOperationsRequest, opts ...grpc.CallOption) *ApiGatewayOperationsIterator
func (*ApiGatewayServiceClient) Create ¶
func (c *ApiGatewayServiceClient) Create(ctx context.Context, in *apigateway.CreateApiGatewayRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements apigateway.ApiGatewayServiceClient
func (*ApiGatewayServiceClient) Delete ¶
func (c *ApiGatewayServiceClient) Delete(ctx context.Context, in *apigateway.DeleteApiGatewayRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements apigateway.ApiGatewayServiceClient
func (*ApiGatewayServiceClient) Get ¶
func (c *ApiGatewayServiceClient) Get(ctx context.Context, in *apigateway.GetApiGatewayRequest, opts ...grpc.CallOption) (*apigateway.ApiGateway, error)
Get implements apigateway.ApiGatewayServiceClient
func (*ApiGatewayServiceClient) GetOpenapiSpec ¶
func (c *ApiGatewayServiceClient) GetOpenapiSpec(ctx context.Context, in *apigateway.GetOpenapiSpecRequest, opts ...grpc.CallOption) (*apigateway.GetOpenapiSpecResponse, error)
GetOpenapiSpec implements apigateway.ApiGatewayServiceClient
func (*ApiGatewayServiceClient) List ¶
func (c *ApiGatewayServiceClient) List(ctx context.Context, in *apigateway.ListApiGatewayRequest, opts ...grpc.CallOption) (*apigateway.ListApiGatewayResponse, error)
List implements apigateway.ApiGatewayServiceClient
func (*ApiGatewayServiceClient) ListAccessBindings ¶
func (c *ApiGatewayServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error)
ListAccessBindings implements apigateway.ApiGatewayServiceClient
func (*ApiGatewayServiceClient) ListOperations ¶
func (c *ApiGatewayServiceClient) ListOperations(ctx context.Context, in *apigateway.ListOperationsRequest, opts ...grpc.CallOption) (*apigateway.ListOperationsResponse, error)
ListOperations implements apigateway.ApiGatewayServiceClient
func (*ApiGatewayServiceClient) RemoveDomain ¶
func (c *ApiGatewayServiceClient) RemoveDomain(ctx context.Context, in *apigateway.RemoveDomainRequest, opts ...grpc.CallOption) (*operation.Operation, error)
RemoveDomain implements apigateway.ApiGatewayServiceClient
func (*ApiGatewayServiceClient) SetAccessBindings ¶
func (c *ApiGatewayServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
SetAccessBindings implements apigateway.ApiGatewayServiceClient
func (*ApiGatewayServiceClient) Update ¶
func (c *ApiGatewayServiceClient) Update(ctx context.Context, in *apigateway.UpdateApiGatewayRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements apigateway.ApiGatewayServiceClient
func (*ApiGatewayServiceClient) UpdateAccessBindings ¶
func (c *ApiGatewayServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateAccessBindings implements apigateway.ApiGatewayServiceClient
type Apigateway ¶
type Apigateway struct {
// contains filtered or unexported fields
}
Apigateway provides access to "apigateway" component of Yandex.Cloud
func NewApigateway ¶
func NewApigateway(g func(ctx context.Context) (*grpc.ClientConn, error)) *Apigateway
NewApigateway creates instance of Apigateway
func (*Apigateway) ApiGateway ¶
func (a *Apigateway) ApiGateway() *ApiGatewayServiceClient
ApiGateway gets ApiGatewayService client