Class: Google::Cloud::GSuiteAddOns::V1::ListDeploymentsResponse

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

Overview

Response message to list deployments.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The list of deployments for the given project.

Returns:



124
125
126
127
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 124

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

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



124
125
126
127
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 124

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