Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::DeveloperConnectConfig.
Specifies the configuration for fetching source code from a Git repository that is managed by Developer Connect. This includes the repository, revision, and directory to use.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dir
def dir() -> ::String
Returns
- (::String) — Required. Directory, relative to the source root, in which to run the build.
#dir=
def dir=(value) -> ::String
Parameter
- value (::String) — Required. Directory, relative to the source root, in which to run the build.
Returns
- (::String) — Required. Directory, relative to the source root, in which to run the build.
#git_repository_link
def git_repository_link() -> ::String
Returns
-
(::String) — Required. The Developer Connect Git repository link, formatted as
projects/*/locations/*/connections/*/gitRepositoryLink/*.
#git_repository_link=
def git_repository_link=(value) -> ::String
Parameter
-
value (::String) — Required. The Developer Connect Git repository link, formatted as
projects/*/locations/*/connections/*/gitRepositoryLink/*.
Returns
-
(::String) — Required. The Developer Connect Git repository link, formatted as
projects/*/locations/*/connections/*/gitRepositoryLink/*.
#revision
def revision() -> ::String
Returns
- (::String) — Required. The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.
#revision=
def revision=(value) -> ::String
Parameter
- value (::String) — Required. The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.
Returns
- (::String) — Required. The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.