Class: Google::Cloud::ConfigService::V1::ListDeploymentGroupsResponse

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

Overview

The response message for the ListDeploymentGroups method.

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_groups::Array<::Google::Cloud::ConfigService::V1::DeploymentGroup>

Returns The deployment groups from the specified collection.

Returns:



2407
2408
2409
2410
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2407

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

#next_page_token::String

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

Returns:

  • (::String)

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



2407
2408
2409
2410
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2407

class ListDeploymentGroupsResponse
  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.



2407
2408
2409
2410
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2407

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