Class NotebookRuntimeTemplateRef.Builder (3.84.0)

public static final class NotebookRuntimeTemplateRef.Builder extends GeneratedMessage.Builder<NotebookRuntimeTemplateRef.Builder> implements NotebookRuntimeTemplateRefOrBuilder

Points to a NotebookRuntimeTemplateRef.

Protobuf type google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplateRef

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public NotebookRuntimeTemplateRef build()
Returns
Type Description
NotebookRuntimeTemplateRef

buildPartial()

public NotebookRuntimeTemplateRef buildPartial()
Returns
Type Description
NotebookRuntimeTemplateRef

clear()

public NotebookRuntimeTemplateRef.Builder clear()
Returns
Type Description
NotebookRuntimeTemplateRef.Builder
Overrides

clearNotebookRuntimeTemplate()

public NotebookRuntimeTemplateRef.Builder clearNotebookRuntimeTemplate()

Immutable. A resource name of the NotebookRuntimeTemplate.

string notebook_runtime_template = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }

Returns
Type Description
NotebookRuntimeTemplateRef.Builder

This builder for chaining.

getDefaultInstanceForType()

public NotebookRuntimeTemplateRef getDefaultInstanceForType()
Returns
Type Description
NotebookRuntimeTemplateRef

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getNotebookRuntimeTemplate()

public String getNotebookRuntimeTemplate()

Immutable. A resource name of the NotebookRuntimeTemplate.

string notebook_runtime_template = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The notebookRuntimeTemplate.

getNotebookRuntimeTemplateBytes()

public ByteString getNotebookRuntimeTemplateBytes()

Immutable. A resource name of the NotebookRuntimeTemplate.

string notebook_runtime_template = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for notebookRuntimeTemplate.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(NotebookRuntimeTemplateRef other)

public NotebookRuntimeTemplateRef.Builder mergeFrom(NotebookRuntimeTemplateRef other)
Parameter
Name Description
other NotebookRuntimeTemplateRef
Returns
Type Description
NotebookRuntimeTemplateRef.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public NotebookRuntimeTemplateRef.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NotebookRuntimeTemplateRef.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public NotebookRuntimeTemplateRef.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
NotebookRuntimeTemplateRef.Builder
Overrides

setNotebookRuntimeTemplate(String value)

public NotebookRuntimeTemplateRef.Builder setNotebookRuntimeTemplate(String value)

Immutable. A resource name of the NotebookRuntimeTemplate.

string notebook_runtime_template = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The notebookRuntimeTemplate to set.

Returns
Type Description
NotebookRuntimeTemplateRef.Builder

This builder for chaining.

setNotebookRuntimeTemplateBytes(ByteString value)

public NotebookRuntimeTemplateRef.Builder setNotebookRuntimeTemplateBytes(ByteString value)

Immutable. A resource name of the NotebookRuntimeTemplate.

string notebook_runtime_template = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for notebookRuntimeTemplate to set.

Returns
Type Description
NotebookRuntimeTemplateRef.Builder

This builder for chaining.