Class: Google::Cloud::Build::V2::FetchLinkableRepositoriesResponse

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

Overview

Response message for FetchLinkableRepositories.

Instance Attribute Summary collapse

Instance Attribute Details

#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.



141
142
143
144
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 141

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

#repositories::Array<::Google::Cloud::Build::V2::Repository>

Returns repositories ready to be created.

Returns:



141
142
143
144
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 141

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