Class UpdateFeatureOnlineStoreRequest (3.29.0)

public final class UpdateFeatureOnlineStoreRequest extends GeneratedMessageV3 implements UpdateFeatureOnlineStoreRequestOrBuilder

Request message for FeatureOnlineStoreAdminService.UpdateFeatureOnlineStore.

Protobuf type google.cloud.aiplatform.v1beta1.UpdateFeatureOnlineStoreRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > UpdateFeatureOnlineStoreRequest

Static Fields

FEATURE_ONLINE_STORE_FIELD_NUMBER

public static final int FEATURE_ONLINE_STORE_FIELD_NUMBER
Field Value
TypeDescription
int

UPDATE_MASK_FIELD_NUMBER

public static final int UPDATE_MASK_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static UpdateFeatureOnlineStoreRequest getDefaultInstance()
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static UpdateFeatureOnlineStoreRequest.Builder newBuilder()
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest.Builder

newBuilder(UpdateFeatureOnlineStoreRequest prototype)

public static UpdateFeatureOnlineStoreRequest.Builder newBuilder(UpdateFeatureOnlineStoreRequest prototype)
Parameter
NameDescription
prototypeUpdateFeatureOnlineStoreRequest
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest.Builder

parseDelimitedFrom(InputStream input)

public static UpdateFeatureOnlineStoreRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UpdateFeatureOnlineStoreRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static UpdateFeatureOnlineStoreRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static UpdateFeatureOnlineStoreRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static UpdateFeatureOnlineStoreRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static UpdateFeatureOnlineStoreRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static UpdateFeatureOnlineStoreRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static UpdateFeatureOnlineStoreRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static UpdateFeatureOnlineStoreRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UpdateFeatureOnlineStoreRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static UpdateFeatureOnlineStoreRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static UpdateFeatureOnlineStoreRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<UpdateFeatureOnlineStoreRequest> parser()
Returns
TypeDescription
Parser<UpdateFeatureOnlineStoreRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public UpdateFeatureOnlineStoreRequest getDefaultInstanceForType()
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest

getFeatureOnlineStore()

public FeatureOnlineStore getFeatureOnlineStore()

Required. The FeatureOnlineStore's name field is used to identify the FeatureOnlineStore to be updated. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore feature_online_store = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FeatureOnlineStore

The featureOnlineStore.

getFeatureOnlineStoreOrBuilder()

public FeatureOnlineStoreOrBuilder getFeatureOnlineStoreOrBuilder()

Required. The FeatureOnlineStore's name field is used to identify the FeatureOnlineStore to be updated. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore feature_online_store = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FeatureOnlineStoreOrBuilder

getParserForType()

public Parser<UpdateFeatureOnlineStoreRequest> getParserForType()
Returns
TypeDescription
Parser<UpdateFeatureOnlineStoreRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUpdateMask()

public FieldMask getUpdateMask()

Field mask is used to specify the fields to be overwritten in the FeatureOnlineStore 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:

  • big_query_source
  • labels
  • sync_config

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Field mask is used to specify the fields to be overwritten in the FeatureOnlineStore 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:

  • big_query_source
  • labels
  • sync_config

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasFeatureOnlineStore()

public boolean hasFeatureOnlineStore()

Required. The FeatureOnlineStore's name field is used to identify the FeatureOnlineStore to be updated. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore feature_online_store = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the featureOnlineStore field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Field mask is used to specify the fields to be overwritten in the FeatureOnlineStore 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:

  • big_query_source
  • labels
  • sync_config

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public UpdateFeatureOnlineStoreRequest.Builder newBuilderForType()
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected UpdateFeatureOnlineStoreRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public UpdateFeatureOnlineStoreRequest.Builder toBuilder()
Returns
TypeDescription
UpdateFeatureOnlineStoreRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException