Service Management V1 API - Class Google::Cloud::ServiceManagement::V1::ListServicesRequest (v0.3.9)

Reference documentation and code samples for the Service Management V1 API class Google::Cloud::ServiceManagement::V1::ListServicesRequest.

Request message for ListServices method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#consumer_id

def consumer_id() -> ::String
Returns
  • (::String) —

    Include services consumed by the specified consumer.

    The Google Service Management implementation accepts the following forms:

    • project:

#consumer_id=

def consumer_id=(value) -> ::String
Parameter
  • value (::String) —

    Include services consumed by the specified consumer.

    The Google Service Management implementation accepts the following forms:

    • project:
Returns
  • (::String) —

    Include services consumed by the specified consumer.

    The Google Service Management implementation accepts the following forms:

    • project:

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100.
Returns
  • (::Integer) — The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Token identifying which result to start with; returned by a previous list call.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Token identifying which result to start with; returned by a previous list call.
Returns
  • (::String) — Token identifying which result to start with; returned by a previous list call.

#producer_project_id

def producer_project_id() -> ::String
Returns
  • (::String) — Include services produced by the specified project.

#producer_project_id=

def producer_project_id=(value) -> ::String
Parameter
  • value (::String) — Include services produced by the specified project.
Returns
  • (::String) — Include services produced by the specified project.