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 Type
    Method
    Description
    The commit SHA to read repository with.
    com.google.protobuf.ByteString
    The commit SHA to read repository with.
    The resource name of the Dataform Repository.
    com.google.protobuf.ByteString
    The resource name of the Dataform Repository.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.