Class UpdateFeatureOnlineStoreRequest (3.44.0)

public final class UpdateFeatureOnlineStoreRequest extends GeneratedMessageV3 implements UpdateFeatureOnlineStoreRequestOrBuilder

Request message for FeatureOnlineStoreAdminService.UpdateFeatureOnlineStore.

Protobuf type google.cloud.aiplatform.v1.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
Type Description
int

UPDATE_MASK_FIELD_NUMBER

public static final int UPDATE_MASK_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static UpdateFeatureOnlineStoreRequest getDefaultInstance()
Returns
Type Description
UpdateFeatureOnlineStoreRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static UpdateFeatureOnlineStoreRequest.Builder newBuilder()
Returns
Type Description
UpdateFeatureOnlineStoreRequest.Builder

newBuilder(UpdateFeatureOnlineStoreRequest prototype)

public static UpdateFeatureOnlineStoreRequest.Builder newBuilder(UpdateFeatureOnlineStoreRequest prototype)
Parameter
Name Description
prototype UpdateFeatureOnlineStoreRequest
Returns
Type Description
UpdateFeatureOnlineStoreRequest.Builder

parseDelimitedFrom(InputStream input)

public static UpdateFeatureOnlineStoreRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
UpdateFeatureOnlineStoreRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UpdateFeatureOnlineStoreRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateFeatureOnlineStoreRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static UpdateFeatureOnlineStoreRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
UpdateFeatureOnlineStoreRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static UpdateFeatureOnlineStoreRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateFeatureOnlineStoreRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static UpdateFeatureOnlineStoreRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
UpdateFeatureOnlineStoreRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static UpdateFeatureOnlineStoreRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateFeatureOnlineStoreRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static UpdateFeatureOnlineStoreRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
UpdateFeatureOnlineStoreRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static UpdateFeatureOnlineStoreRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateFeatureOnlineStoreRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static UpdateFeatureOnlineStoreRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
UpdateFeatureOnlineStoreRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UpdateFeatureOnlineStoreRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateFeatureOnlineStoreRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static UpdateFeatureOnlineStoreRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
UpdateFeatureOnlineStoreRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static UpdateFeatureOnlineStoreRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateFeatureOnlineStoreRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<UpdateFeatureOnlineStoreRequest> parser()
Returns
Type Description
Parser<UpdateFeatureOnlineStoreRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public UpdateFeatureOnlineStoreRequest getDefaultInstanceForType()
Returns
Type Description
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.v1.FeatureOnlineStore feature_online_store = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
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.v1.FeatureOnlineStore feature_online_store = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeatureOnlineStoreOrBuilder

getParserForType()

public Parser<UpdateFeatureOnlineStoreRequest> getParserForType()
Returns
Type Description
Parser<UpdateFeatureOnlineStoreRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
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
  • bigtable
  • labels
  • sync_config

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
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
  • bigtable
  • labels
  • sync_config

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
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.v1.FeatureOnlineStore feature_online_store = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
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
  • bigtable
  • labels
  • sync_config

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
boolean

Whether the updateMask field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public UpdateFeatureOnlineStoreRequest.Builder newBuilderForType()
Returns
Type Description
UpdateFeatureOnlineStoreRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected UpdateFeatureOnlineStoreRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
UpdateFeatureOnlineStoreRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public UpdateFeatureOnlineStoreRequest.Builder toBuilder()
Returns
Type Description
UpdateFeatureOnlineStoreRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException