Class: Google::Cloud::ServiceManagement::V1::ListServicesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/servicemanagement/v1/servicemanager.rb

Overview

Request message for ListServices method.

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_id::String

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns 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:


44
45
46
47
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 44

class ListServicesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 500.

Returns:

  • (::Integer)

    The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 500.



44
45
46
47
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 44

class ListServicesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns 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.



44
45
46
47
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 44

class ListServicesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#producer_project_id::String

Returns Include services produced by the specified project.

Returns:

  • (::String)

    Include services produced by the specified project.



44
45
46
47
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 44

class ListServicesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end