Class: Google::Cloud::Build::V2::FetchLinkableRepositoriesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v2/repositories.rb

Overview

Request message for FetchLinkableRepositories.

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/*.



129
130
131
132
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 129

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

#page_size::Integer

Returns Number of results to return in the list. Default to 20.

Returns:

  • (::Integer)

    Number of results to return in the list. Default to 20.



129
130
131
132
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 129

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

#page_token::String

Returns Page start.

Returns:

  • (::String)

    Page start.



129
130
131
132
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 129

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