Class: Google::Cloud::DeveloperConnect::V1::FetchLinkableGitRepositoriesRequest

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

Request message for FetchLinkableGitRepositoriesRequest.

Instance Attribute Summary collapse

Instance Attribute Details

#connection::String

Returns Required. The name of the Connection. Format: projects/*/locations/*/connections/*.

Returns:

  • (::String)

    Required. The name of the Connection. Format: projects/*/locations/*/connections/*.



601
602
603
604
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 601

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

#page_size::Integer

Returns Optional. Number of results to return in the list. Defaults to 20.

Returns:

  • (::Integer)

    Optional. Number of results to return in the list. Defaults to 20.



601
602
603
604
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 601

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

#page_token::String

Returns Optional. Page start.

Returns:

  • (::String)

    Optional. Page start.



601
602
603
604
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 601

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