Package com.google.cloud.aiplatform.v1
Class UpdateFeaturestoreRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<UpdateFeaturestoreRequest.Builder>
-
- com.google.cloud.aiplatform.v1.UpdateFeaturestoreRequest.Builder
-
- All Implemented Interfaces:
UpdateFeaturestoreRequestOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- UpdateFeaturestoreRequest
public static final class UpdateFeaturestoreRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UpdateFeaturestoreRequest.Builder> implements UpdateFeaturestoreRequestOrBuilder
Request message for [FeaturestoreService.UpdateFeaturestore][google.cloud.aiplatform.v1.FeaturestoreService.UpdateFeaturestore].
Protobuf typegoogle.cloud.aiplatform.v1.UpdateFeaturestoreRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateFeaturestoreRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)UpdateFeaturestoreRequestbuild()UpdateFeaturestoreRequestbuildPartial()UpdateFeaturestoreRequest.Builderclear()UpdateFeaturestoreRequest.BuilderclearFeaturestore()Required.UpdateFeaturestoreRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)UpdateFeaturestoreRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)UpdateFeaturestoreRequest.BuilderclearUpdateMask()Field mask is used to specify the fields to be overwritten in the Featurestore resource by the update.UpdateFeaturestoreRequest.Builderclone()UpdateFeaturestoreRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()FeaturestoregetFeaturestore()Required.Featurestore.BuildergetFeaturestoreBuilder()Required.FeaturestoreOrBuildergetFeaturestoreOrBuilder()Required.com.google.protobuf.FieldMaskgetUpdateMask()Field mask is used to specify the fields to be overwritten in the Featurestore resource by the update.com.google.protobuf.FieldMask.BuildergetUpdateMaskBuilder()Field mask is used to specify the fields to be overwritten in the Featurestore resource by the update.com.google.protobuf.FieldMaskOrBuildergetUpdateMaskOrBuilder()Field mask is used to specify the fields to be overwritten in the Featurestore resource by the update.booleanhasFeaturestore()Required.booleanhasUpdateMask()Field mask is used to specify the fields to be overwritten in the Featurestore resource by the update.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()UpdateFeaturestoreRequest.BuildermergeFeaturestore(Featurestore value)Required.UpdateFeaturestoreRequest.BuildermergeFrom(UpdateFeaturestoreRequest other)UpdateFeaturestoreRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)UpdateFeaturestoreRequest.BuildermergeFrom(com.google.protobuf.Message other)UpdateFeaturestoreRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)UpdateFeaturestoreRequest.BuildermergeUpdateMask(com.google.protobuf.FieldMask value)Field mask is used to specify the fields to be overwritten in the Featurestore resource by the update.UpdateFeaturestoreRequest.BuildersetFeaturestore(Featurestore value)Required.UpdateFeaturestoreRequest.BuildersetFeaturestore(Featurestore.Builder builderForValue)Required.UpdateFeaturestoreRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)UpdateFeaturestoreRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)UpdateFeaturestoreRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)UpdateFeaturestoreRequest.BuildersetUpdateMask(com.google.protobuf.FieldMask value)Field mask is used to specify the fields to be overwritten in the Featurestore resource by the update.UpdateFeaturestoreRequest.BuildersetUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)Field mask is used to specify the fields to be overwritten in the Featurestore resource by the update.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateFeaturestoreRequest.Builder>
-
clear
public UpdateFeaturestoreRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateFeaturestoreRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateFeaturestoreRequest.Builder>
-
getDefaultInstanceForType
public UpdateFeaturestoreRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public UpdateFeaturestoreRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public UpdateFeaturestoreRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public UpdateFeaturestoreRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateFeaturestoreRequest.Builder>
-
setField
public UpdateFeaturestoreRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateFeaturestoreRequest.Builder>
-
clearField
public UpdateFeaturestoreRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateFeaturestoreRequest.Builder>
-
clearOneof
public UpdateFeaturestoreRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateFeaturestoreRequest.Builder>
-
setRepeatedField
public UpdateFeaturestoreRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateFeaturestoreRequest.Builder>
-
addRepeatedField
public UpdateFeaturestoreRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateFeaturestoreRequest.Builder>
-
mergeFrom
public UpdateFeaturestoreRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<UpdateFeaturestoreRequest.Builder>
-
mergeFrom
public UpdateFeaturestoreRequest.Builder mergeFrom(UpdateFeaturestoreRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateFeaturestoreRequest.Builder>
-
mergeFrom
public UpdateFeaturestoreRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<UpdateFeaturestoreRequest.Builder>- Throws:
IOException
-
hasFeaturestore
public boolean hasFeaturestore()
Required. The Featurestore's `name` field is used to identify the Featurestore to be updated. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`.google.cloud.aiplatform.v1.Featurestore featurestore = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
hasFeaturestorein interfaceUpdateFeaturestoreRequestOrBuilder- Returns:
- Whether the featurestore field is set.
-
getFeaturestore
public Featurestore getFeaturestore()
Required. The Featurestore's `name` field is used to identify the Featurestore to be updated. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`.google.cloud.aiplatform.v1.Featurestore featurestore = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getFeaturestorein interfaceUpdateFeaturestoreRequestOrBuilder- Returns:
- The featurestore.
-
setFeaturestore
public UpdateFeaturestoreRequest.Builder setFeaturestore(Featurestore value)
Required. The Featurestore's `name` field is used to identify the Featurestore to be updated. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`.google.cloud.aiplatform.v1.Featurestore featurestore = 1 [(.google.api.field_behavior) = REQUIRED];
-
setFeaturestore
public UpdateFeaturestoreRequest.Builder setFeaturestore(Featurestore.Builder builderForValue)
Required. The Featurestore's `name` field is used to identify the Featurestore to be updated. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`.google.cloud.aiplatform.v1.Featurestore featurestore = 1 [(.google.api.field_behavior) = REQUIRED];
-
mergeFeaturestore
public UpdateFeaturestoreRequest.Builder mergeFeaturestore(Featurestore value)
Required. The Featurestore's `name` field is used to identify the Featurestore to be updated. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`.google.cloud.aiplatform.v1.Featurestore featurestore = 1 [(.google.api.field_behavior) = REQUIRED];
-
clearFeaturestore
public UpdateFeaturestoreRequest.Builder clearFeaturestore()
Required. The Featurestore's `name` field is used to identify the Featurestore to be updated. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`.google.cloud.aiplatform.v1.Featurestore featurestore = 1 [(.google.api.field_behavior) = REQUIRED];
-
getFeaturestoreBuilder
public Featurestore.Builder getFeaturestoreBuilder()
Required. The Featurestore's `name` field is used to identify the Featurestore to be updated. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`.google.cloud.aiplatform.v1.Featurestore featurestore = 1 [(.google.api.field_behavior) = REQUIRED];
-
getFeaturestoreOrBuilder
public FeaturestoreOrBuilder getFeaturestoreOrBuilder()
Required. The Featurestore's `name` field is used to identify the Featurestore to be updated. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`.google.cloud.aiplatform.v1.Featurestore featurestore = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getFeaturestoreOrBuilderin interfaceUpdateFeaturestoreRequestOrBuilder
-
hasUpdateMask
public boolean hasUpdateMask()
Field mask is used to specify the fields to be overwritten in the Featurestore resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `online_serving_config.fixed_node_count` * `online_serving_config.scaling` * `online_storage_ttl_days`
.google.protobuf.FieldMask update_mask = 2;- Specified by:
hasUpdateMaskin interfaceUpdateFeaturestoreRequestOrBuilder- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
public com.google.protobuf.FieldMask getUpdateMask()
Field mask is used to specify the fields to be overwritten in the Featurestore resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `online_serving_config.fixed_node_count` * `online_serving_config.scaling` * `online_storage_ttl_days`
.google.protobuf.FieldMask update_mask = 2;- Specified by:
getUpdateMaskin interfaceUpdateFeaturestoreRequestOrBuilder- Returns:
- The updateMask.
-
setUpdateMask
public UpdateFeaturestoreRequest.Builder setUpdateMask(com.google.protobuf.FieldMask value)
Field mask is used to specify the fields to be overwritten in the Featurestore resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `online_serving_config.fixed_node_count` * `online_serving_config.scaling` * `online_storage_ttl_days`
.google.protobuf.FieldMask update_mask = 2;
-
setUpdateMask
public UpdateFeaturestoreRequest.Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
Field mask is used to specify the fields to be overwritten in the Featurestore resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `online_serving_config.fixed_node_count` * `online_serving_config.scaling` * `online_storage_ttl_days`
.google.protobuf.FieldMask update_mask = 2;
-
mergeUpdateMask
public UpdateFeaturestoreRequest.Builder mergeUpdateMask(com.google.protobuf.FieldMask value)
Field mask is used to specify the fields to be overwritten in the Featurestore resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `online_serving_config.fixed_node_count` * `online_serving_config.scaling` * `online_storage_ttl_days`
.google.protobuf.FieldMask update_mask = 2;
-
clearUpdateMask
public UpdateFeaturestoreRequest.Builder clearUpdateMask()
Field mask is used to specify the fields to be overwritten in the Featurestore resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `online_serving_config.fixed_node_count` * `online_serving_config.scaling` * `online_storage_ttl_days`
.google.protobuf.FieldMask update_mask = 2;
-
getUpdateMaskBuilder
public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
Field mask is used to specify the fields to be overwritten in the Featurestore resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `online_serving_config.fixed_node_count` * `online_serving_config.scaling` * `online_storage_ttl_days`
.google.protobuf.FieldMask update_mask = 2;
-
getUpdateMaskOrBuilder
public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Field mask is used to specify the fields to be overwritten in the Featurestore resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `online_serving_config.fixed_node_count` * `online_serving_config.scaling` * `online_storage_ttl_days`
.google.protobuf.FieldMask update_mask = 2;- Specified by:
getUpdateMaskOrBuilderin interfaceUpdateFeaturestoreRequestOrBuilder
-
setUnknownFields
public final UpdateFeaturestoreRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateFeaturestoreRequest.Builder>
-
mergeUnknownFields
public final UpdateFeaturestoreRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateFeaturestoreRequest.Builder>
-
-