Class ReadFeatureValuesResponse.Builder (3.84.0)

public static final class ReadFeatureValuesResponse.Builder extends GeneratedMessage.Builder<ReadFeatureValuesResponse.Builder> implements ReadFeatureValuesResponseOrBuilder

Response message for FeaturestoreOnlineServingService.ReadFeatureValues.

Protobuf type google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse

Static Methods

getDescriptor()

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

Methods

build()

public ReadFeatureValuesResponse build()
Returns
Type Description
ReadFeatureValuesResponse

buildPartial()

public ReadFeatureValuesResponse buildPartial()
Returns
Type Description
ReadFeatureValuesResponse

clear()

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

clearEntityView()

public ReadFeatureValuesResponse.Builder clearEntityView()

Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView entity_view = 2;

Returns
Type Description
ReadFeatureValuesResponse.Builder

clearHeader()

public ReadFeatureValuesResponse.Builder clearHeader()

Response header.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.Header header = 1;

Returns
Type Description
ReadFeatureValuesResponse.Builder

getDefaultInstanceForType()

public ReadFeatureValuesResponse getDefaultInstanceForType()
Returns
Type Description
ReadFeatureValuesResponse

getDescriptorForType()

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

getEntityView()

public ReadFeatureValuesResponse.EntityView getEntityView()

Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView entity_view = 2;

Returns
Type Description
ReadFeatureValuesResponse.EntityView

The entityView.

getEntityViewBuilder()

public ReadFeatureValuesResponse.EntityView.Builder getEntityViewBuilder()

Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView entity_view = 2;

Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder

getEntityViewOrBuilder()

public ReadFeatureValuesResponse.EntityViewOrBuilder getEntityViewOrBuilder()

Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView entity_view = 2;

Returns
Type Description
ReadFeatureValuesResponse.EntityViewOrBuilder

getHeader()

public ReadFeatureValuesResponse.Header getHeader()

Response header.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.Header header = 1;

Returns
Type Description
ReadFeatureValuesResponse.Header

The header.

getHeaderBuilder()

public ReadFeatureValuesResponse.Header.Builder getHeaderBuilder()

Response header.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.Header header = 1;

Returns
Type Description
ReadFeatureValuesResponse.Header.Builder

getHeaderOrBuilder()

public ReadFeatureValuesResponse.HeaderOrBuilder getHeaderOrBuilder()

Response header.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.Header header = 1;

Returns
Type Description
ReadFeatureValuesResponse.HeaderOrBuilder

hasEntityView()

public boolean hasEntityView()

Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView entity_view = 2;

Returns
Type Description
boolean

Whether the entityView field is set.

hasHeader()

public boolean hasHeader()

Response header.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.Header header = 1;

Returns
Type Description
boolean

Whether the header field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeEntityView(ReadFeatureValuesResponse.EntityView value)

public ReadFeatureValuesResponse.Builder mergeEntityView(ReadFeatureValuesResponse.EntityView value)

Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView entity_view = 2;

Parameter
Name Description
value ReadFeatureValuesResponse.EntityView
Returns
Type Description
ReadFeatureValuesResponse.Builder

mergeFrom(ReadFeatureValuesResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeHeader(ReadFeatureValuesResponse.Header value)

public ReadFeatureValuesResponse.Builder mergeHeader(ReadFeatureValuesResponse.Header value)

Response header.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.Header header = 1;

Parameter
Name Description
value ReadFeatureValuesResponse.Header
Returns
Type Description
ReadFeatureValuesResponse.Builder

setEntityView(ReadFeatureValuesResponse.EntityView value)

public ReadFeatureValuesResponse.Builder setEntityView(ReadFeatureValuesResponse.EntityView value)

Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView entity_view = 2;

Parameter
Name Description
value ReadFeatureValuesResponse.EntityView
Returns
Type Description
ReadFeatureValuesResponse.Builder

setEntityView(ReadFeatureValuesResponse.EntityView.Builder builderForValue)

public ReadFeatureValuesResponse.Builder setEntityView(ReadFeatureValuesResponse.EntityView.Builder builderForValue)

Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView entity_view = 2;

Parameter
Name Description
builderForValue ReadFeatureValuesResponse.EntityView.Builder
Returns
Type Description
ReadFeatureValuesResponse.Builder

setHeader(ReadFeatureValuesResponse.Header value)

public ReadFeatureValuesResponse.Builder setHeader(ReadFeatureValuesResponse.Header value)

Response header.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.Header header = 1;

Parameter
Name Description
value ReadFeatureValuesResponse.Header
Returns
Type Description
ReadFeatureValuesResponse.Builder

setHeader(ReadFeatureValuesResponse.Header.Builder builderForValue)

public ReadFeatureValuesResponse.Builder setHeader(ReadFeatureValuesResponse.Header.Builder builderForValue)

Response header.

.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.Header header = 1;

Parameter
Name Description
builderForValue ReadFeatureValuesResponse.Header.Builder
Returns
Type Description
ReadFeatureValuesResponse.Builder