public static final class NotebookExecutionJob.DirectNotebookSource.Builder extends GeneratedMessageV3.Builder<NotebookExecutionJob.DirectNotebookSource.Builder> implements NotebookExecutionJob.DirectNotebookSourceOrBuilder
The content of the input notebook in ipynb format.
Protobuf type
google.cloud.aiplatform.v1beta1.NotebookExecutionJob.DirectNotebookSource
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.DirectNotebookSource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public NotebookExecutionJob.DirectNotebookSource build()
public NotebookExecutionJob.DirectNotebookSource buildPartial()
public NotebookExecutionJob.DirectNotebookSource.Builder clear()
Overrides
clearContent()
public NotebookExecutionJob.DirectNotebookSource.Builder clearContent()
The base64-encoded contents of the input notebook file.
bytes content = 1;
public NotebookExecutionJob.DirectNotebookSource.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public NotebookExecutionJob.DirectNotebookSource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public NotebookExecutionJob.DirectNotebookSource.Builder clone()
Overrides
getContent()
public ByteString getContent()
The base64-encoded contents of the input notebook file.
bytes content = 1;
public NotebookExecutionJob.DirectNotebookSource getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public NotebookExecutionJob.DirectNotebookSource.Builder mergeFrom(NotebookExecutionJob.DirectNotebookSource other)
public NotebookExecutionJob.DirectNotebookSource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public NotebookExecutionJob.DirectNotebookSource.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final NotebookExecutionJob.DirectNotebookSource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setContent(ByteString value)
public NotebookExecutionJob.DirectNotebookSource.Builder setContent(ByteString value)
The base64-encoded contents of the input notebook file.
bytes content = 1;
Parameter |
Name |
Description |
value |
ByteString
The content to set.
|
public NotebookExecutionJob.DirectNotebookSource.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public NotebookExecutionJob.DirectNotebookSource.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final NotebookExecutionJob.DirectNotebookSource.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides