Class UpgradeNotebookRuntimeOperationMetadata.Builder (3.84.0)

public static final class UpgradeNotebookRuntimeOperationMetadata.Builder extends GeneratedMessage.Builder<UpgradeNotebookRuntimeOperationMetadata.Builder> implements UpgradeNotebookRuntimeOperationMetadataOrBuilder

Metadata information for NotebookService.UpgradeNotebookRuntime.

Protobuf type google.cloud.aiplatform.v1.UpgradeNotebookRuntimeOperationMetadata

Static Methods

getDescriptor()

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

Methods

build()

public UpgradeNotebookRuntimeOperationMetadata build()
Returns
Type Description
UpgradeNotebookRuntimeOperationMetadata

buildPartial()

public UpgradeNotebookRuntimeOperationMetadata buildPartial()
Returns
Type Description
UpgradeNotebookRuntimeOperationMetadata

clear()

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

clearGenericMetadata()

public UpgradeNotebookRuntimeOperationMetadata.Builder clearGenericMetadata()

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
UpgradeNotebookRuntimeOperationMetadata.Builder

clearProgressMessage()

public UpgradeNotebookRuntimeOperationMetadata.Builder clearProgressMessage()

A human-readable message that shows the intermediate progress details of NotebookRuntime.

string progress_message = 2;

Returns
Type Description
UpgradeNotebookRuntimeOperationMetadata.Builder

This builder for chaining.

getDefaultInstanceForType()

public UpgradeNotebookRuntimeOperationMetadata getDefaultInstanceForType()
Returns
Type Description
UpgradeNotebookRuntimeOperationMetadata

getDescriptorForType()

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

getGenericMetadata()

public GenericOperationMetadata getGenericMetadata()

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
GenericOperationMetadata

The genericMetadata.

getGenericMetadataBuilder()

public GenericOperationMetadata.Builder getGenericMetadataBuilder()

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
GenericOperationMetadata.Builder

getGenericMetadataOrBuilder()

public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
GenericOperationMetadataOrBuilder

getProgressMessage()

public String getProgressMessage()

A human-readable message that shows the intermediate progress details of NotebookRuntime.

string progress_message = 2;

Returns
Type Description
String

The progressMessage.

getProgressMessageBytes()

public ByteString getProgressMessageBytes()

A human-readable message that shows the intermediate progress details of NotebookRuntime.

string progress_message = 2;

Returns
Type Description
ByteString

The bytes for progressMessage.

hasGenericMetadata()

public boolean hasGenericMetadata()

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
boolean

Whether the genericMetadata field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UpgradeNotebookRuntimeOperationMetadata other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeGenericMetadata(GenericOperationMetadata value)

public UpgradeNotebookRuntimeOperationMetadata.Builder mergeGenericMetadata(GenericOperationMetadata value)

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;

Parameter
Name Description
value GenericOperationMetadata
Returns
Type Description
UpgradeNotebookRuntimeOperationMetadata.Builder

setGenericMetadata(GenericOperationMetadata value)

public UpgradeNotebookRuntimeOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata value)

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;

Parameter
Name Description
value GenericOperationMetadata
Returns
Type Description
UpgradeNotebookRuntimeOperationMetadata.Builder

setGenericMetadata(GenericOperationMetadata.Builder builderForValue)

public UpgradeNotebookRuntimeOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata.Builder builderForValue)

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;

Parameter
Name Description
builderForValue GenericOperationMetadata.Builder
Returns
Type Description
UpgradeNotebookRuntimeOperationMetadata.Builder

setProgressMessage(String value)

public UpgradeNotebookRuntimeOperationMetadata.Builder setProgressMessage(String value)

A human-readable message that shows the intermediate progress details of NotebookRuntime.

string progress_message = 2;

Parameter
Name Description
value String

The progressMessage to set.

Returns
Type Description
UpgradeNotebookRuntimeOperationMetadata.Builder

This builder for chaining.

setProgressMessageBytes(ByteString value)

public UpgradeNotebookRuntimeOperationMetadata.Builder setProgressMessageBytes(ByteString value)

A human-readable message that shows the intermediate progress details of NotebookRuntime.

string progress_message = 2;

Parameter
Name Description
value ByteString

The bytes for progressMessage to set.

Returns
Type Description
UpgradeNotebookRuntimeOperationMetadata.Builder

This builder for chaining.