Documentation
¶
Overview ¶
Code generated by sdkgen-v2. DO NOT EDIT.
Code generated by sdkgen-v2. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ApiEndpointGet = protoreflect.FullName("yandex.cloud.endpoint.ApiEndpointService.Get") ApiEndpointList = protoreflect.FullName("yandex.cloud.endpoint.ApiEndpointService.List") )
Functions ¶
This section is empty.
Types ¶
type ApiEndpointClient ¶
type ApiEndpointClient interface {
ApiEndpointClientIterator
Get(context.Context, *endpoint.GetApiEndpointRequest, ...grpc.CallOption) (*endpoint.ApiEndpoint, error)
List(context.Context, *endpoint.ListApiEndpointsRequest, ...grpc.CallOption) (*endpoint.ListApiEndpointsResponse, error)
}
ApiEndpointClient provides methods for managing ApiEndpoint resources of Yandex.Cloud Endpoint.
func NewApiEndpointClient ¶
func NewApiEndpointClient(connector transport.Connector) ApiEndpointClient
NewApiEndpointClient returns ApiEndpointClient implementation.
type ApiEndpointClientIterator ¶ added in v2.39.0
type ApiEndpointClientIterator interface {
Iterator(context.Context, *endpoint.ListApiEndpointsRequest, ...grpc.CallOption) *iterator.Iterator[*endpoint.ListApiEndpointsRequest, *endpoint.ApiEndpoint]
}
Click to show internal directories.
Click to hide internal directories.