Agent Registry V1 API - Class Google::Cloud::AgentRegistry::V1::ListServicesResponse (v0.1.0)

Reference documentation and code samples for the Agent Registry V1 API class Google::Cloud::AgentRegistry::V1::ListServicesResponse.

Message for response to listing Services

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token identifying a page of results the server should return. Used in [page_token][google.cloud.agentregistry.v1main.ListServicesRequest.page_token].

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token identifying a page of results the server should return. Used in [page_token][google.cloud.agentregistry.v1main.ListServicesRequest.page_token].
Returns
  • (::String) — A token identifying a page of results the server should return. Used in [page_token][google.cloud.agentregistry.v1main.ListServicesRequest.page_token].

#services

def services() -> ::Array<::Google::Cloud::AgentRegistry::V1::Service>
Returns
  • (::Array<::Google::Cloud::AgentRegistry::V1::Service>) — The list of Service resources matching the parent and filter criteria in the request. Each Service resource follows the format: projects/{project}/locations/{location}/services/{service}.

#services=

def services=(value) -> ::Array<::Google::Cloud::AgentRegistry::V1::Service>
Parameter
  • value (::Array<::Google::Cloud::AgentRegistry::V1::Service>) — The list of Service resources matching the parent and filter criteria in the request. Each Service resource follows the format: projects/{project}/locations/{location}/services/{service}.
Returns
  • (::Array<::Google::Cloud::AgentRegistry::V1::Service>) — The list of Service resources matching the parent and filter criteria in the request. Each Service resource follows the format: projects/{project}/locations/{location}/services/{service}.