Class ResolveServiceRequest (1.5.1)

ResolveServiceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for LookupService.ResolveService. Looks up a service by its name, returns the service and its endpoints.

Attributes

NameDescription
name str
Required. The name of the service to resolve.
max_endpoints int
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.
endpoint_filter str
Optional. The filter applied to the endpoints of the resolved service. General ``filter`` string syntax: ``

Inheritance

builtins.object > proto.message.Message > ResolveServiceRequest