Agent Registry v1 API - Class ListServicesRequest (1.0.0-beta01)

public sealed class ListServicesRequest : IPageRequest, IMessage<ListServicesRequest>, IEquatable<ListServicesRequest>, IDeepCloneable<ListServicesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Agent Registry v1 API class ListServicesRequest.

Message for requesting list of Services

Inheritance

object > ListServicesRequest

Namespace

Google.Cloud.AgentRegistry.V1

Assembly

Google.Cloud.AgentRegistry.V1.dll

Constructors

ListServicesRequest()

public ListServicesRequest()

ListServicesRequest(ListServicesRequest)

public ListServicesRequest(ListServicesRequest other)
Parameter
Name Description
other ListServicesRequest

Properties

Filter

public string Filter { get; set; }

Optional. A query string used to filter the list of services returned. The filter expression must follow AIP-160 syntax.

Filtering is supported on the name, display_name, description, and labels fields.

Some examples:

  • name = "projects/p1/locations/l1/services/s1"
  • display_name = "my-service"
  • description : "myservice description"
  • labels.env = "prod"
Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A token identifying a page of results the server should return.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The project and location to list services in. Expected format: projects/{project}/locations/{location}.

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName