Send feedback
Class NotebookExecutionJob.DataformRepositorySource.Builder (3.52.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.52.0 keyboard_arrow_down
public static final class NotebookExecutionJob . DataformRepositorySource . Builder extends GeneratedMessageV3 . Builder<NotebookExecutionJob . DataformRepositorySource . Builder > implements NotebookExecutionJob . DataformRepositorySourceOrBuilder
The Dataform Repository containing the input notebook.
Protobuf type
google.cloud.aiplatform.v1beta1.NotebookExecutionJob.DataformRepositorySource
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Methods
public NotebookExecutionJob . DataformRepositorySource . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public NotebookExecutionJob . DataformRepositorySource build ()
public NotebookExecutionJob . DataformRepositorySource buildPartial ()
public NotebookExecutionJob . DataformRepositorySource . Builder clear ()
Overrides
public NotebookExecutionJob . DataformRepositorySource . Builder clearCommitSha ()
The commit SHA to read repository with. If unset, the file will be read
at HEAD.
string commit_sha = 2;
public NotebookExecutionJob . DataformRepositorySource . Builder clearDataformRepositoryResourceName ()
The resource name of the Dataform Repository. Format:
projects/{project_id}/locations/{location}/repositories/{repository_id}
string dataform_repository_resource_name = 1;
public NotebookExecutionJob . DataformRepositorySource . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
public NotebookExecutionJob . DataformRepositorySource . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
public NotebookExecutionJob . DataformRepositorySource . Builder clone ()
Overrides
public 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.
public 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.
public 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.
public 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.
public NotebookExecutionJob . DataformRepositorySource getDefaultInstanceForType ()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public NotebookExecutionJob . DataformRepositorySource . Builder mergeFrom ( NotebookExecutionJob . DataformRepositorySource other )
public NotebookExecutionJob . DataformRepositorySource . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
public NotebookExecutionJob . DataformRepositorySource . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
public final NotebookExecutionJob . DataformRepositorySource . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
public NotebookExecutionJob . DataformRepositorySource . Builder setCommitSha ( String value )
The commit SHA to read repository with. If unset, the file will be read
at HEAD.
string commit_sha = 2;
Parameter
Name
Description
value
String
The commitSha to set.
public NotebookExecutionJob . DataformRepositorySource . Builder setCommitShaBytes ( ByteString value )
The commit SHA to read repository with. If unset, the file will be read
at HEAD.
string commit_sha = 2;
Parameter
Name
Description
value
ByteString
The bytes for commitSha to set.
public NotebookExecutionJob . DataformRepositorySource . Builder setDataformRepositoryResourceName ( String value )
The resource name of the Dataform Repository. Format:
projects/{project_id}/locations/{location}/repositories/{repository_id}
string dataform_repository_resource_name = 1;
Parameter
Name
Description
value
String
The dataformRepositoryResourceName to set.
public NotebookExecutionJob . DataformRepositorySource . Builder setDataformRepositoryResourceNameBytes ( ByteString value )
The resource name of the Dataform Repository. Format:
projects/{project_id}/locations/{location}/repositories/{repository_id}
string dataform_repository_resource_name = 1;
Parameter
Name
Description
value
ByteString
The bytes for dataformRepositoryResourceName to set.
public NotebookExecutionJob . DataformRepositorySource . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public NotebookExecutionJob . DataformRepositorySource . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
public final NotebookExecutionJob . DataformRepositorySource . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]