Class SyncFeatureViewResponse.Builder (3.84.0)

public static final class SyncFeatureViewResponse.Builder extends GeneratedMessage.Builder<SyncFeatureViewResponse.Builder> implements SyncFeatureViewResponseOrBuilder

Response message for FeatureOnlineStoreAdminService.SyncFeatureView.

Protobuf type google.cloud.aiplatform.v1beta1.SyncFeatureViewResponse

Static Methods

getDescriptor()

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

Methods

build()

public SyncFeatureViewResponse build()
Returns
Type Description
SyncFeatureViewResponse

buildPartial()

public SyncFeatureViewResponse buildPartial()
Returns
Type Description
SyncFeatureViewResponse

clear()

public SyncFeatureViewResponse.Builder clear()
Returns
Type Description
SyncFeatureViewResponse.Builder
Overrides

clearFeatureViewSync()

public SyncFeatureViewResponse.Builder clearFeatureViewSync()

Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}

string feature_view_sync = 1;

Returns
Type Description
SyncFeatureViewResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public SyncFeatureViewResponse getDefaultInstanceForType()
Returns
Type Description
SyncFeatureViewResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFeatureViewSync()

public String getFeatureViewSync()

Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}

string feature_view_sync = 1;

Returns
Type Description
String

The featureViewSync.

getFeatureViewSyncBytes()

public ByteString getFeatureViewSyncBytes()

Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}

string feature_view_sync = 1;

Returns
Type Description
ByteString

The bytes for featureViewSync.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SyncFeatureViewResponse other)

public SyncFeatureViewResponse.Builder mergeFrom(SyncFeatureViewResponse other)
Parameter
Name Description
other SyncFeatureViewResponse
Returns
Type Description
SyncFeatureViewResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SyncFeatureViewResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SyncFeatureViewResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SyncFeatureViewResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SyncFeatureViewResponse.Builder
Overrides

setFeatureViewSync(String value)

public SyncFeatureViewResponse.Builder setFeatureViewSync(String value)

Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}

string feature_view_sync = 1;

Parameter
Name Description
value String

The featureViewSync to set.

Returns
Type Description
SyncFeatureViewResponse.Builder

This builder for chaining.

setFeatureViewSyncBytes(ByteString value)

public SyncFeatureViewResponse.Builder setFeatureViewSyncBytes(ByteString value)

Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}

string feature_view_sync = 1;

Parameter
Name Description
value ByteString

The bytes for featureViewSync to set.

Returns
Type Description
SyncFeatureViewResponse.Builder

This builder for chaining.