Class: Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCBRepoSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

Cloud Build V2 Repository containing Skaffold Configs.

Instance Attribute Summary collapse

Instance Attribute Details

#path::String

Returns Optional. Relative path from the repository root to the Skaffold Config file.

Returns:

  • (::String)

    Optional. Relative path from the repository root to the Skaffold Config file.



1306
1307
1308
1309
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1306

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

#ref::String

Returns Optional. Branch or tag to use when cloning the repository.

Returns:

  • (::String)

    Optional. Branch or tag to use when cloning the repository.



1306
1307
1308
1309
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1306

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

#repository::String

Returns Required. Name of the Cloud Build V2 Repository. Format is projects/{project}/locations/{location}/connections/{connection}/repositories/{repository}.

Returns:

  • (::String)

    Required. Name of the Cloud Build V2 Repository. Format is projects/{project}/locations/{location}/connections/{connection}/repositories/{repository}.



1306
1307
1308
1309
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1306

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