public static interface NotebookExecutionJob.DataformRepositorySourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCommitSha()
public abstract String getCommitSha()The commit SHA to read repository with. If unset, the file will be read at HEAD.
string commit_sha = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The commitSha. |
getCommitShaBytes()
public abstract ByteString getCommitShaBytes()The commit SHA to read repository with. If unset, the file will be read at HEAD.
string commit_sha = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for commitSha. |
getDataformRepositoryResourceName()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The dataformRepositoryResourceName. |
getDataformRepositoryResourceNameBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for dataformRepositoryResourceName. |