Class: Google::Cloud::Config::V1::ListDeploymentsResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#deployments::Array<::Google::Cloud::Config::V1::Deployment>

Returns List of Deployments.

Returns:



337
338
339
340
# File 'proto_docs/google/cloud/config/v1/config.rb', line 337

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

#next_page_token::String

Returns Token to be supplied to the next ListDeployments request via page_token to obtain the next set of results.

Returns:

  • (::String)

    Token to be supplied to the next ListDeployments request via page_token to obtain the next set of results.



337
338
339
340
# File 'proto_docs/google/cloud/config/v1/config.rb', line 337

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

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



337
338
339
340
# File 'proto_docs/google/cloud/config/v1/config.rb', line 337

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