import "google.golang.org/genproto/googleapis/cloud/servicedirectory/v1beta1"
endpoint.pb.go lookup_service.pb.go namespace.pb.go registration_service.pb.go service.pb.go
var File_google_cloud_servicedirectory_v1beta1_endpoint_proto protoreflect.FileDescriptor
var File_google_cloud_servicedirectory_v1beta1_lookup_service_proto protoreflect.FileDescriptor
var File_google_cloud_servicedirectory_v1beta1_namespace_proto protoreflect.FileDescriptor
var File_google_cloud_servicedirectory_v1beta1_registration_service_proto protoreflect.FileDescriptor
var File_google_cloud_servicedirectory_v1beta1_service_proto protoreflect.FileDescriptor
func RegisterLookupServiceServer(s *grpc.Server, srv LookupServiceServer)
func RegisterRegistrationServiceServer(s *grpc.Server, srv RegistrationServiceServer)
type CreateEndpointRequest struct { // Required. The resource name of the service that this endpoint provides. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The Resource ID must be 1-63 characters long, and comply with // <a href="https://www.ietf.org/rfc/rfc1035.txt" target="_blank">RFC1035</a>. // Specifically, the name must be 1-63 characters long and match the regular // expression `[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?` which means the first // character must be a lowercase letter, and all following characters must // be a dash, lowercase letter, or digit, except the last character, which // cannot be a dash. EndpointId string `protobuf:"bytes,2,opt,name=endpoint_id,json=endpointId,proto3" json:"endpoint_id,omitempty"` // Required. A endpoint with initial fields set. Endpoint *Endpoint `protobuf:"bytes,3,opt,name=endpoint,proto3" json:"endpoint,omitempty"` // contains filtered or unexported fields }
The request message for [RegistrationService.CreateEndpoint][google.cloud.servicedirectory.v1beta1.RegistrationService.CreateEndpoint].
func (*CreateEndpointRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateEndpointRequest.ProtoReflect.Descriptor instead.
func (x *CreateEndpointRequest) GetEndpoint() *Endpoint
func (x *CreateEndpointRequest) GetEndpointId() string
func (x *CreateEndpointRequest) GetParent() string
func (*CreateEndpointRequest) ProtoMessage()
func (x *CreateEndpointRequest) ProtoReflect() protoreflect.Message
func (x *CreateEndpointRequest) Reset()
func (x *CreateEndpointRequest) String() string
type CreateNamespaceRequest struct { // Required. The resource name of the project and location the namespace // will be created in. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The Resource ID must be 1-63 characters long, and comply with // <a href="https://www.ietf.org/rfc/rfc1035.txt" target="_blank">RFC1035</a>. // Specifically, the name must be 1-63 characters long and match the regular // expression `[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?` which means the first // character must be a lowercase letter, and all following characters must // be a dash, lowercase letter, or digit, except the last character, which // cannot be a dash. NamespaceId string `protobuf:"bytes,2,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` // Required. A namespace with initial fields set. Namespace *Namespace `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"` // contains filtered or unexported fields }
The request message for [RegistrationService.CreateNamespace][google.cloud.servicedirectory.v1beta1.RegistrationService.CreateNamespace].
func (*CreateNamespaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateNamespaceRequest.ProtoReflect.Descriptor instead.
func (x *CreateNamespaceRequest) GetNamespace() *Namespace
func (x *CreateNamespaceRequest) GetNamespaceId() string
func (x *CreateNamespaceRequest) GetParent() string
func (*CreateNamespaceRequest) ProtoMessage()
func (x *CreateNamespaceRequest) ProtoReflect() protoreflect.Message
func (x *CreateNamespaceRequest) Reset()
func (x *CreateNamespaceRequest) String() string
type CreateServiceRequest struct { // Required. The resource name of the namespace this service will belong to. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The Resource ID must be 1-63 characters long, and comply with // <a href="https://www.ietf.org/rfc/rfc1035.txt" target="_blank">RFC1035</a>. // Specifically, the name must be 1-63 characters long and match the regular // expression `[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?` which means the first // character must be a lowercase letter, and all following characters must // be a dash, lowercase letter, or digit, except the last character, which // cannot be a dash. ServiceId string `protobuf:"bytes,2,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"` // Required. A service with initial fields set. Service *Service `protobuf:"bytes,3,opt,name=service,proto3" json:"service,omitempty"` // contains filtered or unexported fields }
The request message for [RegistrationService.CreateService][google.cloud.servicedirectory.v1beta1.RegistrationService.CreateService].
func (*CreateServiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateServiceRequest.ProtoReflect.Descriptor instead.
func (x *CreateServiceRequest) GetParent() string
func (x *CreateServiceRequest) GetService() *Service
func (x *CreateServiceRequest) GetServiceId() string
func (*CreateServiceRequest) ProtoMessage()
func (x *CreateServiceRequest) ProtoReflect() protoreflect.Message
func (x *CreateServiceRequest) Reset()
func (x *CreateServiceRequest) String() string
type DeleteEndpointRequest struct { // Required. The name of the endpoint to delete. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
The request message for [RegistrationService.DeleteEndpoint][google.cloud.servicedirectory.v1beta1.RegistrationService.DeleteEndpoint].
func (*DeleteEndpointRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEndpointRequest.ProtoReflect.Descriptor instead.
func (x *DeleteEndpointRequest) GetName() string
func (*DeleteEndpointRequest) ProtoMessage()
func (x *DeleteEndpointRequest) ProtoReflect() protoreflect.Message
func (x *DeleteEndpointRequest) Reset()
func (x *DeleteEndpointRequest) String() string
type DeleteNamespaceRequest struct { // Required. The name of the namespace to delete. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
The request message for [RegistrationService.DeleteNamespace][google.cloud.servicedirectory.v1beta1.RegistrationService.DeleteNamespace].
func (*DeleteNamespaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNamespaceRequest.ProtoReflect.Descriptor instead.
func (x *DeleteNamespaceRequest) GetName() string
func (*DeleteNamespaceRequest) ProtoMessage()
func (x *DeleteNamespaceRequest) ProtoReflect() protoreflect.Message
func (x *DeleteNamespaceRequest) Reset()
func (x *DeleteNamespaceRequest) String() string
type DeleteServiceRequest struct { // Required. The name of the service to delete. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
The request message for [RegistrationService.DeleteService][google.cloud.servicedirectory.v1beta1.RegistrationService.DeleteService].
func (*DeleteServiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteServiceRequest.ProtoReflect.Descriptor instead.
func (x *DeleteServiceRequest) GetName() string
func (*DeleteServiceRequest) ProtoMessage()
func (x *DeleteServiceRequest) ProtoReflect() protoreflect.Message
func (x *DeleteServiceRequest) Reset()
func (x *DeleteServiceRequest) String() string
type Endpoint struct { // Immutable. The resource name for the endpoint in the format // 'projects/*/locations/*/namespaces/*/services/*/endpoints/*'. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. An IPv4 or IPv6 address. Service Directory will reject bad // addresses like: // "8.8.8" // "8.8.8.8:53" // "test:bad:address" // "[::1]" // "[::1]:8080" // Limited to 45 characters. Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` // Optional. Service Directory will reject values outside of [0, 65535]. Port int32 `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"` // Optional. Metadata for the endpoint. This data can be consumed by service // clients. The entire metadata dictionary may contain up to 512 characters, // spread accoss all key-value pairs. Metadata that goes beyond any these // limits will be rejected. Metadata map[string]string `protobuf:"bytes,4,rep,name=metadata,proto3" json:"metadata,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // contains filtered or unexported fields }
An individual endpoint that provides a [service][google.cloud.servicedirectory.v1beta1.Service]. The service must already exist to create an endpoint.
Deprecated: Use Endpoint.ProtoReflect.Descriptor instead.
func (x *Endpoint) ProtoReflect() protoreflect.Message
type GetEndpointRequest struct { // Required. The name of the endpoint to get. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
The request message for [RegistrationService.GetEndpoint][google.cloud.servicedirectory.v1beta1.RegistrationService.GetEndpoint]. This should not be used to lookup endpoints at runtime. Instead, use the `resolve` method.
func (*GetEndpointRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEndpointRequest.ProtoReflect.Descriptor instead.
func (x *GetEndpointRequest) GetName() string
func (*GetEndpointRequest) ProtoMessage()
func (x *GetEndpointRequest) ProtoReflect() protoreflect.Message
func (x *GetEndpointRequest) Reset()
func (x *GetEndpointRequest) String() string
type GetNamespaceRequest struct { // Required. The name of the namespace to retrieve. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
The request message for [RegistrationService.GetNamespace][google.cloud.servicedirectory.v1beta1.RegistrationService.GetNamespace].
func (*GetNamespaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNamespaceRequest.ProtoReflect.Descriptor instead.
func (x *GetNamespaceRequest) GetName() string
func (*GetNamespaceRequest) ProtoMessage()
func (x *GetNamespaceRequest) ProtoReflect() protoreflect.Message
func (x *GetNamespaceRequest) Reset()
func (x *GetNamespaceRequest) String() string
type GetServiceRequest struct { // Required. The name of the service to get. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
The request message for [RegistrationService.GetService][google.cloud.servicedirectory.v1beta1.RegistrationService.GetService]. This should not be used for looking up a service. Insead, use the `resolve` method as it will contain all endpoints and associated metadata.
func (*GetServiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetServiceRequest.ProtoReflect.Descriptor instead.
func (x *GetServiceRequest) GetName() string
func (*GetServiceRequest) ProtoMessage()
func (x *GetServiceRequest) ProtoReflect() protoreflect.Message
func (x *GetServiceRequest) Reset()
func (x *GetServiceRequest) String() string
type ListEndpointsRequest struct { // Required. The resource name of the service whose endpoints we'd like to // list. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The maximum number of items to return. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. The next_page_token value returned from a previous List request, // if any. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. The filter to list result by. // // General filter string syntax: // <field> <operator> <value> (<logical connector>) // <field> can be "name", "address", "port" or "metadata.<key>" for map field. // <operator> can be "<, >, <=, >=, !=, =, :". Of which ":" means HAS, and // is roughly the same as "=". // <value> must be the same data type as field. // <logical connector> can be "AND, OR, NOT". // // Examples of valid filters: // * "metadata.owner" returns Endpoints that have a label with the key "owner" // this is the same as "metadata:owner". // * "metadata.protocol=gRPC" returns Endpoints that have key/value // "protocol=gRPC". // * "address=192.108.1.105" returns Endpoints that have this address. // * "port>8080" returns Endpoints that have port number larger than 8080. // * "name>projects/my-project/locations/us-east/namespaces/my-namespace/services/my-service/endpoints/endpoint-c" // returns Endpoints that have name that is alphabetically later than the // string, so "endpoint-e" will be returned but "endpoint-a" will not be. // * "metadata.owner!=sd AND metadata.foo=bar" returns Endpoints that have // "owner" in label key but value is not "sd" AND have key/value foo=bar. // * "doesnotexist.foo=bar" returns an empty list. Note that Endpoint doesn't // have a field called "doesnotexist". Since the filter does not match any // Endpoints, it returns no results. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. The order to list result by. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
The request message for [RegistrationService.ListEndpoints][google.cloud.servicedirectory.v1beta1.RegistrationService.ListEndpoints].
func (*ListEndpointsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEndpointsRequest.ProtoReflect.Descriptor instead.
func (x *ListEndpointsRequest) GetFilter() string
func (x *ListEndpointsRequest) GetOrderBy() string
func (x *ListEndpointsRequest) GetPageSize() int32
func (x *ListEndpointsRequest) GetPageToken() string
func (x *ListEndpointsRequest) GetParent() string
func (*ListEndpointsRequest) ProtoMessage()
func (x *ListEndpointsRequest) ProtoReflect() protoreflect.Message
func (x *ListEndpointsRequest) Reset()
func (x *ListEndpointsRequest) String() string
type ListEndpointsResponse struct { // The list of endpoints. Endpoints []*Endpoint `protobuf:"bytes,1,rep,name=endpoints,proto3" json:"endpoints,omitempty"` // Token to retrieve the next page of results, or empty if there are no // more results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
The response message for [RegistrationService.ListEndpoints][google.cloud.servicedirectory.v1beta1.RegistrationService.ListEndpoints].
func (*ListEndpointsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEndpointsResponse.ProtoReflect.Descriptor instead.
func (x *ListEndpointsResponse) GetEndpoints() []*Endpoint
func (x *ListEndpointsResponse) GetNextPageToken() string
func (*ListEndpointsResponse) ProtoMessage()
func (x *ListEndpointsResponse) ProtoReflect() protoreflect.Message
func (x *ListEndpointsResponse) Reset()
func (x *ListEndpointsResponse) String() string
type ListNamespacesRequest struct { // Required. The resource name of the project and location whose namespaces we'd like to // list. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The maximum number of items to return. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. The next_page_token value returned from a previous List request, if any. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. The filter to list result by. // // General filter string syntax: // <field> <operator> <value> (<logical connector>) // <field> can be "name", or "labels.<key>" for map field. // <operator> can be "<, >, <=, >=, !=, =, :". Of which ":" means HAS, and // is roughly the same as "=". // <value> must be the same data type as field. // <logical connector> can be "AND, OR, NOT". // // Examples of valid filters: // * "labels.owner" returns Namespaces that have a label with the key "owner" // this is the same as "labels:owner". // * "labels.protocol=gRPC" returns Namespaces that have key/value // "protocol=gRPC". // * "name>projects/my-project/locations/us-east/namespaces/namespace-c" // returns Namespaces that have name that is alphabetically later than the // string, so "namespace-e" will be returned but "namespace-a" will not be. // * "labels.owner!=sd AND labels.foo=bar" returns Namespaces that have // "owner" in label key but value is not "sd" AND have key/value foo=bar. // * "doesnotexist.foo=bar" returns an empty list. Note that Namespace doesn't // have a field called "doesnotexist". Since the filter does not match any // Namespaces, it returns no results. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. The order to list result by. // // General order by string syntax: // <field> (<asc|desc>) (,) // <field> allows values {"name"} // <asc/desc> ascending or descending order by <field>. If this is left // blank, "asc" is used. // Note that an empty order_by string result in default order, which is order // by name in ascending order. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
The request message for [RegistrationService.ListNamespaces][google.cloud.servicedirectory.v1beta1.RegistrationService.ListNamespaces].
func (*ListNamespacesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListNamespacesRequest.ProtoReflect.Descriptor instead.
func (x *ListNamespacesRequest) GetFilter() string
func (x *ListNamespacesRequest) GetOrderBy() string
func (x *ListNamespacesRequest) GetPageSize() int32
func (x *ListNamespacesRequest) GetPageToken() string
func (x *ListNamespacesRequest) GetParent() string
func (*ListNamespacesRequest) ProtoMessage()
func (x *ListNamespacesRequest) ProtoReflect() protoreflect.Message
func (x *ListNamespacesRequest) Reset()
func (x *ListNamespacesRequest) String() string
type ListNamespacesResponse struct { // The list of namespaces. Namespaces []*Namespace `protobuf:"bytes,1,rep,name=namespaces,proto3" json:"namespaces,omitempty"` // Token to retrieve the next page of results, or empty if there are no // more results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
The response message for [RegistrationService.ListNamespaces][google.cloud.servicedirectory.v1beta1.RegistrationService.ListNamespaces].
func (*ListNamespacesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListNamespacesResponse.ProtoReflect.Descriptor instead.
func (x *ListNamespacesResponse) GetNamespaces() []*Namespace
func (x *ListNamespacesResponse) GetNextPageToken() string
func (*ListNamespacesResponse) ProtoMessage()
func (x *ListNamespacesResponse) ProtoReflect() protoreflect.Message
func (x *ListNamespacesResponse) Reset()
func (x *ListNamespacesResponse) String() string
type ListServicesRequest struct { // Required. The resource name of the namespace whose services we'd // like to list. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The maximum number of items to return. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. The next_page_token value returned from a previous List request, // if any. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Optional. The filter to list result by. // // General filter string syntax: // <field> <operator> <value> (<logical connector>) // <field> can be "name", or "metadata.<key>" for map field. // <operator> can be "<, >, <=, >=, !=, =, :". Of which ":" means HAS, and // is roughly the same as "=". // <value> must be the same data type as field. // <logical connector> can be "AND, OR, NOT". // // Examples of valid filters: // * "metadata.owner" returns Services that have a label with the key "owner" // this is the same as "metadata:owner". // * "metadata.protocol=gRPC" returns Services that have key/value // "protocol=gRPC". // * "name>projects/my-project/locations/us-east/namespaces/my-namespace/services/service-c" // returns Services that have name that is alphabetically later than the // string, so "service-e" will be returned but "service-a" will not be. // * "metadata.owner!=sd AND metadata.foo=bar" returns Services that have // "owner" in label key but value is not "sd" AND have key/value foo=bar. // * "doesnotexist.foo=bar" returns an empty list. Note that Service doesn't // have a field called "doesnotexist". Since the filter does not match any // Services, it returns no results. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. The order to list result by. OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
The request message for [RegistrationService.ListServices][google.cloud.servicedirectory.v1beta1.RegistrationService.ListServices].
func (*ListServicesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListServicesRequest.ProtoReflect.Descriptor instead.
func (x *ListServicesRequest) GetFilter() string
func (x *ListServicesRequest) GetOrderBy() string
func (x *ListServicesRequest) GetPageSize() int32
func (x *ListServicesRequest) GetPageToken() string
func (x *ListServicesRequest) GetParent() string
func (*ListServicesRequest) ProtoMessage()
func (x *ListServicesRequest) ProtoReflect() protoreflect.Message
func (x *ListServicesRequest) Reset()
func (x *ListServicesRequest) String() string
type ListServicesResponse struct { // The list of services. Services []*Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"` // Token to retrieve the next page of results, or empty if there are no // more results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
The response message for [RegistrationService.ListServices][google.cloud.servicedirectory.v1beta1.RegistrationService.ListServices].
func (*ListServicesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListServicesResponse.ProtoReflect.Descriptor instead.
func (x *ListServicesResponse) GetNextPageToken() string
func (x *ListServicesResponse) GetServices() []*Service
func (*ListServicesResponse) ProtoMessage()
func (x *ListServicesResponse) ProtoReflect() protoreflect.Message
func (x *ListServicesResponse) Reset()
func (x *ListServicesResponse) String() string
type LookupServiceClient interface { // Returns a [service][google.cloud.servicedirectory.v1beta1.Service] and its // associated endpoints. // Resolving a service is not considered an active developer method. ResolveService(ctx context.Context, in *ResolveServiceRequest, opts ...grpc.CallOption) (*ResolveServiceResponse, error) }
LookupServiceClient is the client API for LookupService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewLookupServiceClient(cc grpc.ClientConnInterface) LookupServiceClient
type LookupServiceServer interface { // Returns a [service][google.cloud.servicedirectory.v1beta1.Service] and its // associated endpoints. // Resolving a service is not considered an active developer method. ResolveService(context.Context, *ResolveServiceRequest) (*ResolveServiceResponse, error) }
LookupServiceServer is the server API for LookupService service.
type Namespace struct { // Immutable. The resource name for the namespace in the format // 'projects/*/locations/*/namespaces/*'. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. Resource labels associated with this Namespace. // No more than 64 user labels can be associated with a given resource. Label // keys and values can be no longer than 63 characters. Labels map[string]string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // contains filtered or unexported fields }
A container for [services][google.cloud.servicedirectory.v1beta1.Service]. Namespaces allow administrators to group services together and define permissions for a collection of services.
Deprecated: Use Namespace.ProtoReflect.Descriptor instead.
func (x *Namespace) ProtoReflect() protoreflect.Message
type RegistrationServiceClient interface { // Creates a namespace, and returns the new Namespace. CreateNamespace(ctx context.Context, in *CreateNamespaceRequest, opts ...grpc.CallOption) (*Namespace, error) // Lists all namespaces. ListNamespaces(ctx context.Context, in *ListNamespacesRequest, opts ...grpc.CallOption) (*ListNamespacesResponse, error) // Gets a namespace. GetNamespace(ctx context.Context, in *GetNamespaceRequest, opts ...grpc.CallOption) (*Namespace, error) // Updates a namespace. UpdateNamespace(ctx context.Context, in *UpdateNamespaceRequest, opts ...grpc.CallOption) (*Namespace, error) // Deletes a namespace. This also deletes all services and endpoints in // the namespace. DeleteNamespace(ctx context.Context, in *DeleteNamespaceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Creates a service, and returns the new Service. CreateService(ctx context.Context, in *CreateServiceRequest, opts ...grpc.CallOption) (*Service, error) // Lists all services belonging to a namespace. ListServices(ctx context.Context, in *ListServicesRequest, opts ...grpc.CallOption) (*ListServicesResponse, error) // Gets a service. GetService(ctx context.Context, in *GetServiceRequest, opts ...grpc.CallOption) (*Service, error) // Updates a service. UpdateService(ctx context.Context, in *UpdateServiceRequest, opts ...grpc.CallOption) (*Service, error) // Deletes a service. This also deletes all endpoints associated with // the service. DeleteService(ctx context.Context, in *DeleteServiceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Creates a endpoint, and returns the new Endpoint. CreateEndpoint(ctx context.Context, in *CreateEndpointRequest, opts ...grpc.CallOption) (*Endpoint, error) // Lists all endpoints. ListEndpoints(ctx context.Context, in *ListEndpointsRequest, opts ...grpc.CallOption) (*ListEndpointsResponse, error) // Gets a endpoint. GetEndpoint(ctx context.Context, in *GetEndpointRequest, opts ...grpc.CallOption) (*Endpoint, error) // Updates a endpoint. UpdateEndpoint(ctx context.Context, in *UpdateEndpointRequest, opts ...grpc.CallOption) (*Endpoint, error) // Deletes a endpoint. DeleteEndpoint(ctx context.Context, in *DeleteEndpointRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Gets the IAM Policy for a resource (namespace or service only). GetIamPolicy(ctx context.Context, in *v1.GetIamPolicyRequest, opts ...grpc.CallOption) (*v1.Policy, error) // Sets the IAM Policy for a resource (namespace or service only). SetIamPolicy(ctx context.Context, in *v1.SetIamPolicyRequest, opts ...grpc.CallOption) (*v1.Policy, error) // Tests IAM permissions for a resource (namespace or service only). TestIamPermissions(ctx context.Context, in *v1.TestIamPermissionsRequest, opts ...grpc.CallOption) (*v1.TestIamPermissionsResponse, error) }
RegistrationServiceClient is the client API for RegistrationService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewRegistrationServiceClient(cc grpc.ClientConnInterface) RegistrationServiceClient
type RegistrationServiceServer interface { // Creates a namespace, and returns the new Namespace. CreateNamespace(context.Context, *CreateNamespaceRequest) (*Namespace, error) // Lists all namespaces. ListNamespaces(context.Context, *ListNamespacesRequest) (*ListNamespacesResponse, error) // Gets a namespace. GetNamespace(context.Context, *GetNamespaceRequest) (*Namespace, error) // Updates a namespace. UpdateNamespace(context.Context, *UpdateNamespaceRequest) (*Namespace, error) // Deletes a namespace. This also deletes all services and endpoints in // the namespace. DeleteNamespace(context.Context, *DeleteNamespaceRequest) (*emptypb.Empty, error) // Creates a service, and returns the new Service. CreateService(context.Context, *CreateServiceRequest) (*Service, error) // Lists all services belonging to a namespace. ListServices(context.Context, *ListServicesRequest) (*ListServicesResponse, error) // Gets a service. GetService(context.Context, *GetServiceRequest) (*Service, error) // Updates a service. UpdateService(context.Context, *UpdateServiceRequest) (*Service, error) // Deletes a service. This also deletes all endpoints associated with // the service. DeleteService(context.Context, *DeleteServiceRequest) (*emptypb.Empty, error) // Creates a endpoint, and returns the new Endpoint. CreateEndpoint(context.Context, *CreateEndpointRequest) (*Endpoint, error) // Lists all endpoints. ListEndpoints(context.Context, *ListEndpointsRequest) (*ListEndpointsResponse, error) // Gets a endpoint. GetEndpoint(context.Context, *GetEndpointRequest) (*Endpoint, error) // Updates a endpoint. UpdateEndpoint(context.Context, *UpdateEndpointRequest) (*Endpoint, error) // Deletes a endpoint. DeleteEndpoint(context.Context, *DeleteEndpointRequest) (*emptypb.Empty, error) // Gets the IAM Policy for a resource (namespace or service only). GetIamPolicy(context.Context, *v1.GetIamPolicyRequest) (*v1.Policy, error) // Sets the IAM Policy for a resource (namespace or service only). SetIamPolicy(context.Context, *v1.SetIamPolicyRequest) (*v1.Policy, error) // Tests IAM permissions for a resource (namespace or service only). TestIamPermissions(context.Context, *v1.TestIamPermissionsRequest) (*v1.TestIamPermissionsResponse, error) }
RegistrationServiceServer is the server API for RegistrationService service.
type ResolveServiceRequest struct { // Required. The name of the service to resolve. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. The maximum number of endpoints to return. Defaults to 25. Maximum is 100. // If a value less than one is specified, the Default is used. // If a value greater than the Maximum is specified, the Maximum is used. MaxEndpoints int32 `protobuf:"varint,2,opt,name=max_endpoints,json=maxEndpoints,proto3" json:"max_endpoints,omitempty"` // Optional. The filter applied to the endpoints of the resolved service. // // General filter string syntax: // <field> <operator> <value> (<logical connector>) // <field> can be "name" or "metadata.<key>" for map field. // <operator> can be "<, >, <=, >=, !=, =, :". Of which ":" means HAS and is // roughly the same as "=". // <value> must be the same data type as the field. // <logical connector> can be "AND, OR, NOT". // // Examples of valid filters: // * "metadata.owner" returns Endpoints that have a label with the // key "owner", this is the same as "metadata:owner" // * "metadata.protocol=gRPC" returns Endpoints that have key/value // "protocol=gRPC" // * "metadata.owner!=sd AND metadata.foo=bar" returns // Endpoints that have "owner" field in metadata with a value that is not // "sd" AND have the key/value foo=bar. EndpointFilter string `protobuf:"bytes,3,opt,name=endpoint_filter,json=endpointFilter,proto3" json:"endpoint_filter,omitempty"` // contains filtered or unexported fields }
The request message for [LookupService.ResolveService][google.cloud.servicedirectory.v1beta1.LookupService.ResolveService]. Looks up a service by its name, returns the service and its endpoints.
func (*ResolveServiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResolveServiceRequest.ProtoReflect.Descriptor instead.
func (x *ResolveServiceRequest) GetEndpointFilter() string
func (x *ResolveServiceRequest) GetMaxEndpoints() int32
func (x *ResolveServiceRequest) GetName() string
func (*ResolveServiceRequest) ProtoMessage()
func (x *ResolveServiceRequest) ProtoReflect() protoreflect.Message
func (x *ResolveServiceRequest) Reset()
func (x *ResolveServiceRequest) String() string
type ResolveServiceResponse struct { Service *Service `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"` // contains filtered or unexported fields }
The response message for [LookupService.ResolveService][google.cloud.servicedirectory.v1beta1.LookupService.ResolveService].
func (*ResolveServiceResponse) Descriptor() ([]byte, []int)
Deprecated: Use ResolveServiceResponse.ProtoReflect.Descriptor instead.
func (x *ResolveServiceResponse) GetService() *Service
func (*ResolveServiceResponse) ProtoMessage()
func (x *ResolveServiceResponse) ProtoReflect() protoreflect.Message
func (x *ResolveServiceResponse) Reset()
func (x *ResolveServiceResponse) String() string
type Service struct { // Immutable. The resource name for the service in the format // 'projects/*/locations/*/namespaces/*/services/*'. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. Metadata for the service. This data can be consumed by service // clients. The entire metadata dictionary may contain up to 2000 characters, // spread across all key-value pairs. Metadata that goes beyond any these // limits will be rejected. Metadata map[string]string `protobuf:"bytes,2,rep,name=metadata,proto3" json:"metadata,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // Output only. Endpoints associated with this service. Returned on LookupService.Resolve. // Control plane clients should use RegistrationService.ListEndpoints. Endpoints []*Endpoint `protobuf:"bytes,3,rep,name=endpoints,proto3" json:"endpoints,omitempty"` // contains filtered or unexported fields }
An individual service. A service contains a name and optional metadata. A service must exist before [endpoints][google.cloud.servicedirectory.v1beta1.Endpoint] can be added to it.
Deprecated: Use Service.ProtoReflect.Descriptor instead.
func (x *Service) ProtoReflect() protoreflect.Message
type UnimplementedLookupServiceServer struct { }
UnimplementedLookupServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedLookupServiceServer) ResolveService(context.Context, *ResolveServiceRequest) (*ResolveServiceResponse, error)
type UnimplementedRegistrationServiceServer struct { }
UnimplementedRegistrationServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedRegistrationServiceServer) CreateEndpoint(context.Context, *CreateEndpointRequest) (*Endpoint, error)
func (*UnimplementedRegistrationServiceServer) CreateNamespace(context.Context, *CreateNamespaceRequest) (*Namespace, error)
func (*UnimplementedRegistrationServiceServer) CreateService(context.Context, *CreateServiceRequest) (*Service, error)
func (*UnimplementedRegistrationServiceServer) DeleteEndpoint(context.Context, *DeleteEndpointRequest) (*emptypb.Empty, error)
func (*UnimplementedRegistrationServiceServer) DeleteNamespace(context.Context, *DeleteNamespaceRequest) (*emptypb.Empty, error)
func (*UnimplementedRegistrationServiceServer) DeleteService(context.Context, *DeleteServiceRequest) (*emptypb.Empty, error)
func (*UnimplementedRegistrationServiceServer) GetEndpoint(context.Context, *GetEndpointRequest) (*Endpoint, error)
func (*UnimplementedRegistrationServiceServer) GetIamPolicy(context.Context, *v1.GetIamPolicyRequest) (*v1.Policy, error)
func (*UnimplementedRegistrationServiceServer) GetNamespace(context.Context, *GetNamespaceRequest) (*Namespace, error)
func (*UnimplementedRegistrationServiceServer) GetService(context.Context, *GetServiceRequest) (*Service, error)
func (*UnimplementedRegistrationServiceServer) ListEndpoints(context.Context, *ListEndpointsRequest) (*ListEndpointsResponse, error)
func (*UnimplementedRegistrationServiceServer) ListNamespaces(context.Context, *ListNamespacesRequest) (*ListNamespacesResponse, error)
func (*UnimplementedRegistrationServiceServer) ListServices(context.Context, *ListServicesRequest) (*ListServicesResponse, error)
func (*UnimplementedRegistrationServiceServer) SetIamPolicy(context.Context, *v1.SetIamPolicyRequest) (*v1.Policy, error)
func (*UnimplementedRegistrationServiceServer) TestIamPermissions(context.Context, *v1.TestIamPermissionsRequest) (*v1.TestIamPermissionsResponse, error)
func (*UnimplementedRegistrationServiceServer) UpdateEndpoint(context.Context, *UpdateEndpointRequest) (*Endpoint, error)
func (*UnimplementedRegistrationServiceServer) UpdateNamespace(context.Context, *UpdateNamespaceRequest) (*Namespace, error)
func (*UnimplementedRegistrationServiceServer) UpdateService(context.Context, *UpdateServiceRequest) (*Service, error)
type UpdateEndpointRequest struct { // Required. The updated endpoint. Endpoint *Endpoint `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"` // Required. List of fields to be updated in this request. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
The request message for [RegistrationService.UpdateEndpoint][google.cloud.servicedirectory.v1beta1.RegistrationService.UpdateEndpoint].
func (*UpdateEndpointRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEndpointRequest.ProtoReflect.Descriptor instead.
func (x *UpdateEndpointRequest) GetEndpoint() *Endpoint
func (x *UpdateEndpointRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateEndpointRequest) ProtoMessage()
func (x *UpdateEndpointRequest) ProtoReflect() protoreflect.Message
func (x *UpdateEndpointRequest) Reset()
func (x *UpdateEndpointRequest) String() string
type UpdateNamespaceRequest struct { // Required. The updated namespace. Namespace *Namespace `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` // Required. List of fields to be updated in this request. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
The request message for [RegistrationService.UpdateNamespace][google.cloud.servicedirectory.v1beta1.RegistrationService.UpdateNamespace].
func (*UpdateNamespaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateNamespaceRequest.ProtoReflect.Descriptor instead.
func (x *UpdateNamespaceRequest) GetNamespace() *Namespace
func (x *UpdateNamespaceRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateNamespaceRequest) ProtoMessage()
func (x *UpdateNamespaceRequest) ProtoReflect() protoreflect.Message
func (x *UpdateNamespaceRequest) Reset()
func (x *UpdateNamespaceRequest) String() string
type UpdateServiceRequest struct { // Required. The updated service. Service *Service `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"` // Required. List of fields to be updated in this request. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
The request message for [RegistrationService.UpdateService][google.cloud.servicedirectory.v1beta1.RegistrationService.UpdateService].
func (*UpdateServiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateServiceRequest.ProtoReflect.Descriptor instead.
func (x *UpdateServiceRequest) GetService() *Service
func (x *UpdateServiceRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateServiceRequest) ProtoMessage()
func (x *UpdateServiceRequest) ProtoReflect() protoreflect.Message
func (x *UpdateServiceRequest) Reset()
func (x *UpdateServiceRequest) String() string
Package servicedirectory imports 13 packages (graph) and is imported by 3 packages. Updated 2020-09-28. Refresh now. Tools for package owners.