public static interface NotebookExecutionJob.DataformRepositorySourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCommitSha()
The commit SHA to read repository with.
|
com.google.protobuf.ByteString |
getCommitShaBytes()
The commit SHA to read repository with.
|
String |
getDataformRepositoryResourceName()
The resource name of the Dataform Repository.
|
com.google.protobuf.ByteString |
getDataformRepositoryResourceNameBytes()
The resource name of the Dataform Repository.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDataformRepositoryResourceName()
The resource name of the Dataform Repository. Format:
`projects/{project_id}/locations/{location}/repositories/{repository_id}`
string dataform_repository_resource_name = 1;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;String getCommitSha()
The commit SHA to read repository with. If unset, the file will be read at HEAD.
string commit_sha = 2;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;Copyright © 2025 Google LLC. All rights reserved.