public static final class AssignNotebookRuntimeOperationMetadata.Builder extends GeneratedMessage.Builder<AssignNotebookRuntimeOperationMetadata.Builder> implements AssignNotebookRuntimeOperationMetadataOrBuilderMetadata information for NotebookService.AssignNotebookRuntime.
Protobuf type google.cloud.aiplatform.v1.AssignNotebookRuntimeOperationMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AssignNotebookRuntimeOperationMetadata.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AssignNotebookRuntimeOperationMetadata build()| Returns | |
|---|---|
| Type | Description |
AssignNotebookRuntimeOperationMetadata |
|
buildPartial()
public AssignNotebookRuntimeOperationMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
AssignNotebookRuntimeOperationMetadata |
|
clear()
public AssignNotebookRuntimeOperationMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
AssignNotebookRuntimeOperationMetadata.Builder |
|
clearGenericMetadata()
public AssignNotebookRuntimeOperationMetadata.Builder clearGenericMetadata()The operation generic information.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
AssignNotebookRuntimeOperationMetadata.Builder |
|
clearProgressMessage()
public AssignNotebookRuntimeOperationMetadata.Builder clearProgressMessage()A human-readable message that shows the intermediate progress details of NotebookRuntime.
string progress_message = 2;
| Returns | |
|---|---|
| Type | Description |
AssignNotebookRuntimeOperationMetadata.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public AssignNotebookRuntimeOperationMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AssignNotebookRuntimeOperationMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AssignNotebookRuntimeOperationMetadata other)
public AssignNotebookRuntimeOperationMetadata.Builder mergeFrom(AssignNotebookRuntimeOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
AssignNotebookRuntimeOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
AssignNotebookRuntimeOperationMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AssignNotebookRuntimeOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AssignNotebookRuntimeOperationMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AssignNotebookRuntimeOperationMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AssignNotebookRuntimeOperationMetadata.Builder |
|
mergeGenericMetadata(GenericOperationMetadata value)
public AssignNotebookRuntimeOperationMetadata.Builder mergeGenericMetadata(GenericOperationMetadata value)The operation generic information.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
GenericOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
AssignNotebookRuntimeOperationMetadata.Builder |
|
setGenericMetadata(GenericOperationMetadata value)
public AssignNotebookRuntimeOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata value)The operation generic information.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
GenericOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
AssignNotebookRuntimeOperationMetadata.Builder |
|
setGenericMetadata(GenericOperationMetadata.Builder builderForValue)
public AssignNotebookRuntimeOperationMetadata.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 |
AssignNotebookRuntimeOperationMetadata.Builder |
|
setProgressMessage(String value)
public AssignNotebookRuntimeOperationMetadata.Builder setProgressMessage(String value)A human-readable message that shows the intermediate progress details of NotebookRuntime.
string progress_message = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe progressMessage to set. |
| Returns | |
|---|---|
| Type | Description |
AssignNotebookRuntimeOperationMetadata.Builder |
This builder for chaining. |
setProgressMessageBytes(ByteString value)
public AssignNotebookRuntimeOperationMetadata.Builder setProgressMessageBytes(ByteString value)A human-readable message that shows the intermediate progress details of NotebookRuntime.
string progress_message = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for progressMessage to set. |
| Returns | |
|---|---|
| Type | Description |
AssignNotebookRuntimeOperationMetadata.Builder |
This builder for chaining. |