public static final class UpdateExampleStoreRequest.Builder extends GeneratedMessage.Builder<UpdateExampleStoreRequest.Builder> implements UpdateExampleStoreRequestOrBuilderRequest message for ExampleStoreService.UpdateExampleStore.
Protobuf type google.cloud.aiplatform.v1beta1.UpdateExampleStoreRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateExampleStoreRequest.BuilderImplements
UpdateExampleStoreRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateExampleStoreRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateExampleStoreRequest |
|
buildPartial()
public UpdateExampleStoreRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateExampleStoreRequest |
|
clear()
public UpdateExampleStoreRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateExampleStoreRequest.Builder |
|
clearExampleStore()
public UpdateExampleStoreRequest.Builder clearExampleStore()Required. The Example Store which replaces the resource on the server.
.google.cloud.aiplatform.v1beta1.ExampleStore example_store = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateExampleStoreRequest.Builder |
|
clearUpdateMask()
public UpdateExampleStoreRequest.Builder clearUpdateMask()Optional. Mask specifying which fields to update. Supported fields:
display_namedescription
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdateExampleStoreRequest.Builder |
|
getDefaultInstanceForType()
public UpdateExampleStoreRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateExampleStoreRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getExampleStore()
public ExampleStore getExampleStore()Required. The Example Store which replaces the resource on the server.
.google.cloud.aiplatform.v1beta1.ExampleStore example_store = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExampleStore |
The exampleStore. |
getExampleStoreBuilder()
public ExampleStore.Builder getExampleStoreBuilder()Required. The Example Store which replaces the resource on the server.
.google.cloud.aiplatform.v1beta1.ExampleStore example_store = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExampleStore.Builder |
|
getExampleStoreOrBuilder()
public ExampleStoreOrBuilder getExampleStoreOrBuilder()Required. The Example Store which replaces the resource on the server.
.google.cloud.aiplatform.v1beta1.ExampleStore example_store = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExampleStoreOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask()Optional. Mask specifying which fields to update. Supported fields:
display_namedescription
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Optional. Mask specifying which fields to update. Supported fields:
display_namedescription
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. Mask specifying which fields to update. Supported fields:
display_namedescription
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasExampleStore()
public boolean hasExampleStore()Required. The Example Store which replaces the resource on the server.
.google.cloud.aiplatform.v1beta1.ExampleStore example_store = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the exampleStore field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Optional. Mask specifying which fields to update. Supported fields:
display_namedescription
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeExampleStore(ExampleStore value)
public UpdateExampleStoreRequest.Builder mergeExampleStore(ExampleStore value)Required. The Example Store which replaces the resource on the server.
.google.cloud.aiplatform.v1beta1.ExampleStore example_store = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ExampleStore |
| Returns | |
|---|---|
| Type | Description |
UpdateExampleStoreRequest.Builder |
|
mergeFrom(UpdateExampleStoreRequest other)
public UpdateExampleStoreRequest.Builder mergeFrom(UpdateExampleStoreRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateExampleStoreRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateExampleStoreRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateExampleStoreRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateExampleStoreRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateExampleStoreRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateExampleStoreRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateExampleStoreRequest.Builder mergeUpdateMask(FieldMask value)Optional. Mask specifying which fields to update. Supported fields:
display_namedescription
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateExampleStoreRequest.Builder |
|
setExampleStore(ExampleStore value)
public UpdateExampleStoreRequest.Builder setExampleStore(ExampleStore value)Required. The Example Store which replaces the resource on the server.
.google.cloud.aiplatform.v1beta1.ExampleStore example_store = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ExampleStore |
| Returns | |
|---|---|
| Type | Description |
UpdateExampleStoreRequest.Builder |
|
setExampleStore(ExampleStore.Builder builderForValue)
public UpdateExampleStoreRequest.Builder setExampleStore(ExampleStore.Builder builderForValue)Required. The Example Store which replaces the resource on the server.
.google.cloud.aiplatform.v1beta1.ExampleStore example_store = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ExampleStore.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateExampleStoreRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateExampleStoreRequest.Builder setUpdateMask(FieldMask value)Optional. Mask specifying which fields to update. Supported fields:
display_namedescription
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateExampleStoreRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateExampleStoreRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Optional. Mask specifying which fields to update. Supported fields:
display_namedescription
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateExampleStoreRequest.Builder |
|