Class: Google::Cloud::DeveloperConnect::V1::FetchLinkableGitRepositoriesResponse

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

Response message for FetchLinkableGitRepositories.

Instance Attribute Summary collapse

Instance Attribute Details

#linkable_git_repositories::Array<::Google::Cloud::DeveloperConnect::V1::LinkableGitRepository>

Returns The git repositories that can be linked to the connection.

Returns:



613
614
615
616
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 613

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



613
614
615
616
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 613

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