Class: Google::Cloud::Build::V2::BatchCreateRepositoriesResponse

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

Overview

Message for response of creating repositories in batch.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Repository resources created.

Returns:



457
458
459
460
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 457

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