Package com.google.cloud.aiplatform.v1
Interface NotebookExecutionJob.DataformRepositorySourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NotebookExecutionJob.DataformRepositorySource,NotebookExecutionJob.DataformRepositorySource.Builder
- Enclosing class:
- NotebookExecutionJob
public static interface NotebookExecutionJob.DataformRepositorySourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe commit SHA to read repository with.com.google.protobuf.ByteStringThe commit SHA to read repository with.The resource name of the Dataform Repository.com.google.protobuf.ByteStringThe resource name of the Dataform Repository.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
-
getDataformRepositoryResourceName
String getDataformRepositoryResourceName()The resource name of the Dataform Repository. Format: `projects/{project_id}/locations/{location}/repositories/{repository_id}`string dataform_repository_resource_name = 1;- Returns:
- The dataformRepositoryResourceName.
-
getDataformRepositoryResourceNameBytes
com.google.protobuf.ByteString getDataformRepositoryResourceNameBytes()The resource name of the Dataform Repository. Format: `projects/{project_id}/locations/{location}/repositories/{repository_id}`string dataform_repository_resource_name = 1;- Returns:
- The bytes for dataformRepositoryResourceName.
-
getCommitSha
String getCommitSha()The commit SHA to read repository with. If unset, the file will be read at HEAD.
string commit_sha = 2;- Returns:
- The commitSha.
-
getCommitShaBytes
com.google.protobuf.ByteString getCommitShaBytes()The commit SHA to read repository with. If unset, the file will be read at HEAD.
string commit_sha = 2;- Returns:
- The bytes for commitSha.
-