public static final class ReadFeatureValuesResponse.Builder extends GeneratedMessageV3.Builder<ReadFeatureValuesResponse.Builder> implements ReadFeatureValuesResponseOrBuilder
Response message for
FeaturestoreOnlineServingService.ReadFeatureValues.
Protobuf type google.cloud.aiplatform.v1.ReadFeatureValuesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ReadFeatureValuesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ReadFeatureValuesResponse build()
public ReadFeatureValuesResponse buildPartial()
public ReadFeatureValuesResponse.Builder clear()
Overrides
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.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
public ReadFeatureValuesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ReadFeatureValuesResponse.Builder clearHeader()
Response header.
.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
public ReadFeatureValuesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ReadFeatureValuesResponse.Builder clone()
Overrides
public ReadFeatureValuesResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
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.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
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.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
public ReadFeatureValuesResponse.Header getHeader()
Response header.
.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
public ReadFeatureValuesResponse.Header.Builder getHeaderBuilder()
Response header.
.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
public ReadFeatureValuesResponse.HeaderOrBuilder getHeaderOrBuilder()
Response header.
.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
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.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
Returns |
---|
Type | Description |
boolean | Whether the entityView field is set.
|
public boolean hasHeader()
Response header.
.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
Returns |
---|
Type | Description |
boolean | Whether the header field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
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.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
public ReadFeatureValuesResponse.Builder mergeFrom(ReadFeatureValuesResponse other)
public ReadFeatureValuesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ReadFeatureValuesResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public ReadFeatureValuesResponse.Builder mergeHeader(ReadFeatureValuesResponse.Header value)
Response header.
.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
public final ReadFeatureValuesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
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.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
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.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
public ReadFeatureValuesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ReadFeatureValuesResponse.Builder setHeader(ReadFeatureValuesResponse.Header value)
Response header.
.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
public ReadFeatureValuesResponse.Builder setHeader(ReadFeatureValuesResponse.Header.Builder builderForValue)
Response header.
.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
public ReadFeatureValuesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ReadFeatureValuesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides