public static final class UpdatePersistentResourceOperationMetadata.Builder extends GeneratedMessage.Builder<UpdatePersistentResourceOperationMetadata.Builder> implements UpdatePersistentResourceOperationMetadataOrBuilderDetails of operations that perform update PersistentResource.
Protobuf type google.cloud.aiplatform.v1.UpdatePersistentResourceOperationMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdatePersistentResourceOperationMetadata.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdatePersistentResourceOperationMetadata build()| Returns | |
|---|---|
| Type | Description |
UpdatePersistentResourceOperationMetadata |
|
buildPartial()
public UpdatePersistentResourceOperationMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdatePersistentResourceOperationMetadata |
|
clear()
public UpdatePersistentResourceOperationMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdatePersistentResourceOperationMetadata.Builder |
|
clearGenericMetadata()
public UpdatePersistentResourceOperationMetadata.Builder clearGenericMetadata()Operation metadata for PersistentResource.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
UpdatePersistentResourceOperationMetadata.Builder |
|
clearProgressMessage()
public UpdatePersistentResourceOperationMetadata.Builder clearProgressMessage()Progress Message for Update LRO
string progress_message = 2;
| Returns | |
|---|---|
| Type | Description |
UpdatePersistentResourceOperationMetadata.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public UpdatePersistentResourceOperationMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdatePersistentResourceOperationMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGenericMetadata()
public GenericOperationMetadata getGenericMetadata()Operation metadata for PersistentResource.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadata |
The genericMetadata. |
getGenericMetadataBuilder()
public GenericOperationMetadata.Builder getGenericMetadataBuilder()Operation metadata for PersistentResource.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadata.Builder |
|
getGenericMetadataOrBuilder()
public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()Operation metadata for PersistentResource.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadataOrBuilder |
|
getProgressMessage()
public String getProgressMessage()Progress Message for Update LRO
string progress_message = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The progressMessage. |
getProgressMessageBytes()
public ByteString getProgressMessageBytes()Progress Message for Update LRO
string progress_message = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for progressMessage. |
hasGenericMetadata()
public boolean hasGenericMetadata()Operation metadata for PersistentResource.
.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(UpdatePersistentResourceOperationMetadata other)
public UpdatePersistentResourceOperationMetadata.Builder mergeFrom(UpdatePersistentResourceOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdatePersistentResourceOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
UpdatePersistentResourceOperationMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdatePersistentResourceOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdatePersistentResourceOperationMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdatePersistentResourceOperationMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdatePersistentResourceOperationMetadata.Builder |
|
mergeGenericMetadata(GenericOperationMetadata value)
public UpdatePersistentResourceOperationMetadata.Builder mergeGenericMetadata(GenericOperationMetadata value)Operation metadata for PersistentResource.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
GenericOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
UpdatePersistentResourceOperationMetadata.Builder |
|
setGenericMetadata(GenericOperationMetadata value)
public UpdatePersistentResourceOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata value)Operation metadata for PersistentResource.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
GenericOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
UpdatePersistentResourceOperationMetadata.Builder |
|
setGenericMetadata(GenericOperationMetadata.Builder builderForValue)
public UpdatePersistentResourceOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata.Builder builderForValue)Operation metadata for PersistentResource.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
GenericOperationMetadata.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdatePersistentResourceOperationMetadata.Builder |
|
setProgressMessage(String value)
public UpdatePersistentResourceOperationMetadata.Builder setProgressMessage(String value)Progress Message for Update LRO
string progress_message = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe progressMessage to set. |
| Returns | |
|---|---|
| Type | Description |
UpdatePersistentResourceOperationMetadata.Builder |
This builder for chaining. |
setProgressMessageBytes(ByteString value)
public UpdatePersistentResourceOperationMetadata.Builder setProgressMessageBytes(ByteString value)Progress Message for Update LRO
string progress_message = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for progressMessage to set. |
| Returns | |
|---|---|
| Type | Description |
UpdatePersistentResourceOperationMetadata.Builder |
This builder for chaining. |