Class NotebookRuntimeOptions (0.61.0)

public final class NotebookRuntimeOptions extends GeneratedMessageV3 implements NotebookRuntimeOptionsOrBuilder

Configures various aspects of Dataform notebook runtime.

Protobuf type google.cloud.dataform.v1beta1.NotebookRuntimeOptions

Static Fields

GCS_OUTPUT_BUCKET_FIELD_NUMBER

public static final int GCS_OUTPUT_BUCKET_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static NotebookRuntimeOptions getDefaultInstance()
Returns
TypeDescription
NotebookRuntimeOptions

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static NotebookRuntimeOptions.Builder newBuilder()
Returns
TypeDescription
NotebookRuntimeOptions.Builder

newBuilder(NotebookRuntimeOptions )

public static NotebookRuntimeOptions.Builder newBuilder(NotebookRuntimeOptions )
Parameter
NameDescription
NotebookRuntimeOptions
Returns
TypeDescription
NotebookRuntimeOptions.Builder

parseDelimitedFrom(InputStream input)

public static NotebookRuntimeOptions parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NotebookRuntimeOptions
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NotebookRuntimeOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NotebookRuntimeOptions
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static NotebookRuntimeOptions parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
NotebookRuntimeOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static NotebookRuntimeOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NotebookRuntimeOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static NotebookRuntimeOptions parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
NotebookRuntimeOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static NotebookRuntimeOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NotebookRuntimeOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static NotebookRuntimeOptions parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
NotebookRuntimeOptions
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static NotebookRuntimeOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NotebookRuntimeOptions
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static NotebookRuntimeOptions parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NotebookRuntimeOptions
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NotebookRuntimeOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NotebookRuntimeOptions
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static NotebookRuntimeOptions parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
NotebookRuntimeOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static NotebookRuntimeOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NotebookRuntimeOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<NotebookRuntimeOptions> parser()
Returns
TypeDescription
Parser<NotebookRuntimeOptions>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public NotebookRuntimeOptions getDefaultInstanceForType()
Returns
TypeDescription
NotebookRuntimeOptions

getExecutionSinkCase()

public NotebookRuntimeOptions.ExecutionSinkCase getExecutionSinkCase()
Returns
TypeDescription
NotebookRuntimeOptions.ExecutionSinkCase

getGcsOutputBucket()

public String getGcsOutputBucket()

Optional. The Google Cloud Storage location to upload the result to. Format: gs://bucket-name.

string gcs_output_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The gcsOutputBucket.

getGcsOutputBucketBytes()

public ByteString getGcsOutputBucketBytes()

Optional. The Google Cloud Storage location to upload the result to. Format: gs://bucket-name.

string gcs_output_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for gcsOutputBucket.

getParserForType()

public Parser<NotebookRuntimeOptions> getParserForType()
Returns
TypeDescription
Parser<NotebookRuntimeOptions>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasGcsOutputBucket()

public boolean hasGcsOutputBucket()

Optional. The Google Cloud Storage location to upload the result to. Format: gs://bucket-name.

string gcs_output_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the gcsOutputBucket field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public NotebookRuntimeOptions.Builder newBuilderForType()
Returns
TypeDescription
NotebookRuntimeOptions.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected NotebookRuntimeOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
NotebookRuntimeOptions.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public NotebookRuntimeOptions.Builder toBuilder()
Returns
TypeDescription
NotebookRuntimeOptions.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException