Class StartNotebookRuntimeResponse.Builder (3.84.0)

public static final class StartNotebookRuntimeResponse.Builder extends GeneratedMessage.Builder<StartNotebookRuntimeResponse.Builder> implements StartNotebookRuntimeResponseOrBuilder

Response message for NotebookService.StartNotebookRuntime.

Protobuf type google.cloud.aiplatform.v1.StartNotebookRuntimeResponse

Static Methods

getDescriptor()

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

Methods

build()

public StartNotebookRuntimeResponse build()
Returns
Type Description
StartNotebookRuntimeResponse

buildPartial()

public StartNotebookRuntimeResponse buildPartial()
Returns
Type Description
StartNotebookRuntimeResponse

clear()

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

getDefaultInstanceForType()

public StartNotebookRuntimeResponse getDefaultInstanceForType()
Returns
Type Description
StartNotebookRuntimeResponse

getDescriptorForType()

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(StartNotebookRuntimeResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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