Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCBRepoSource.
Cloud Build V2 Repository containing Skaffold Configs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#path
def path() -> ::String
Returns
- (::String) — Optional. Relative path from the repository root to the Skaffold Config file.
#path=
def path=(value) -> ::String
Parameter
- value (::String) — 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.
#ref
def ref() -> ::String
Returns
- (::String) — Optional. Branch or tag to use when cloning the repository.
#ref=
def ref=(value) -> ::String
Parameter
- value (::String) — Optional. Branch or tag to use when cloning the repository.
Returns
- (::String) — Optional. Branch or tag to use when cloning the repository.
#repository
def repository() -> ::String
Returns
- (::String) — Required. Name of the Cloud Build V2 Repository. Format is projects/{project}/locations/{location}/connections/{connection}/repositories/{repository}.
#repository=
def repository=(value) -> ::String
Parameter
- value (::String) — 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}.