Package com.google.cloud.aiplatform.v1
Interface ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig,ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfig.Builder
- Enclosing class:
- ReasoningEngineSpec.SourceCodeSpec
public static interface ReasoningEngineSpec.SourceCodeSpec.DeveloperConnectConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDir()Required.com.google.protobuf.ByteStringRequired.Required.com.google.protobuf.ByteStringRequired.Required.com.google.protobuf.ByteStringRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getGitRepositoryLink
String getGitRepositoryLink()Required. The Developer Connect Git repository link, formatted as `projects/*/locations/*/connections/*/gitRepositoryLink/*`.
string git_repository_link = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The gitRepositoryLink.
-
getGitRepositoryLinkBytes
com.google.protobuf.ByteString getGitRepositoryLinkBytes()Required. The Developer Connect Git repository link, formatted as `projects/*/locations/*/connections/*/gitRepositoryLink/*`.
string git_repository_link = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for gitRepositoryLink.
-
getDir
String getDir()Required. Directory, relative to the source root, in which to run the build.
string dir = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The dir.
-
getDirBytes
com.google.protobuf.ByteString getDirBytes()Required. Directory, relative to the source root, in which to run the build.
string dir = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for dir.
-
getRevision
String getRevision()Required. The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.
string revision = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The revision.
-
getRevisionBytes
com.google.protobuf.ByteString getRevisionBytes()Required. The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.
string revision = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for revision.
-