Class: Google::Cloud::ServiceManagement::V1::ListServiceConfigsRequest

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 ListServiceConfigs method.

Instance Attribute Summary collapse

Instance Attribute Details

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



156
157
158
159
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 156

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

#page_token::String

Returns The token of the page to retrieve.

Returns:

  • (::String)

    The token of the page to retrieve.



156
157
158
159
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 156

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

#service_name::String

Returns Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

Returns:

  • (::String)

    Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.



156
157
158
159
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 156

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