Class: Google::Cloud::MigrationCenter::V1::ListGroupsResponse

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

Overview

A response for listing groups.

Instance Attribute Summary collapse

Instance Attribute Details

#groups::Array<::Google::Cloud::MigrationCenter::V1::Group>

Returns The list of Group.

Returns:



991
992
993
994
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 991

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

#next_page_token::String

Returns A token identifying a page of results the server should return.

Returns:

  • (::String)

    A token identifying a page of results the server should return.



991
992
993
994
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 991

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



991
992
993
994
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 991

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