Class: Google::Cloud::DeveloperConnect::V1::ListGitRepositoryLinksResponse

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

Overview

Message for response to listing GitRepositoryLinks

Instance Attribute Summary collapse

Instance Attribute Details

Returns The list of GitRepositoryLinks.

Returns:



522
523
524
525
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 522

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



522
523
524
525
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 522

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



522
523
524
525
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 522

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