public static final class BatchReadFeatureValuesRequest.EntityTypeSpec.Builder extends GeneratedMessageV3.Builder<BatchReadFeatureValuesRequest.EntityTypeSpec.Builder> implements BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilder
Selects Features of an EntityType to read values of and specifies read
settings.
Protobuf type google.cloud.aiplatform.v1.BatchReadFeatureValuesRequest.EntityTypeSpec
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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 BatchReadFeatureValuesRequest.EntityTypeSpec.Builder addAllSettings(Iterable<? extends DestinationFeatureSetting> values)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1.DestinationFeatureSetting>
|
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder addSettings(DestinationFeatureSetting value)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder addSettings(DestinationFeatureSetting.Builder builderForValue)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder addSettings(int index, DestinationFeatureSetting value)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder addSettings(int index, DestinationFeatureSetting.Builder builderForValue)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
public DestinationFeatureSetting.Builder addSettingsBuilder()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
public DestinationFeatureSetting.Builder addSettingsBuilder(int index)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
Parameter |
Name |
Description |
index |
int
|
public BatchReadFeatureValuesRequest.EntityTypeSpec build()
public BatchReadFeatureValuesRequest.EntityTypeSpec buildPartial()
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clear()
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clearEntityTypeId()
Required. ID of the EntityType to select Features. The EntityType id is
the
entity_type_id
specified during EntityType creation.
string entity_type_id = 1 [(.google.api.field_behavior) = REQUIRED];
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clearFeatureSelector()
Required. Selectors choosing which Feature values to read from the
EntityType.
.google.cloud.aiplatform.v1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clearSettings()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clone()
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String getEntityTypeId()
Required. ID of the EntityType to select Features. The EntityType id is
the
entity_type_id
specified during EntityType creation.
string entity_type_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The entityTypeId.
|
public ByteString getEntityTypeIdBytes()
Required. ID of the EntityType to select Features. The EntityType id is
the
entity_type_id
specified during EntityType creation.
string entity_type_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for entityTypeId.
|
public FeatureSelector getFeatureSelector()
Required. Selectors choosing which Feature values to read from the
EntityType.
.google.cloud.aiplatform.v1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
public FeatureSelector.Builder getFeatureSelectorBuilder()
Required. Selectors choosing which Feature values to read from the
EntityType.
.google.cloud.aiplatform.v1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
public FeatureSelectorOrBuilder getFeatureSelectorOrBuilder()
Required. Selectors choosing which Feature values to read from the
EntityType.
.google.cloud.aiplatform.v1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
public DestinationFeatureSetting getSettings(int index)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
Parameter |
Name |
Description |
index |
int
|
public DestinationFeatureSetting.Builder getSettingsBuilder(int index)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
Parameter |
Name |
Description |
index |
int
|
public List<DestinationFeatureSetting.Builder> getSettingsBuilderList()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
public int getSettingsCount()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
Returns |
Type |
Description |
int |
|
public List<DestinationFeatureSetting> getSettingsList()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
public DestinationFeatureSettingOrBuilder getSettingsOrBuilder(int index)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
Parameter |
Name |
Description |
index |
int
|
public List<? extends DestinationFeatureSettingOrBuilder> getSettingsOrBuilderList()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
Returns |
Type |
Description |
List<? extends com.google.cloud.aiplatform.v1.DestinationFeatureSettingOrBuilder> |
|
public boolean hasFeatureSelector()
Required. Selectors choosing which Feature values to read from the
EntityType.
.google.cloud.aiplatform.v1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the featureSelector field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder mergeFeatureSelector(FeatureSelector value)
Required. Selectors choosing which Feature values to read from the
EntityType.
.google.cloud.aiplatform.v1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder mergeFrom(BatchReadFeatureValuesRequest.EntityTypeSpec other)
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final BatchReadFeatureValuesRequest.EntityTypeSpec.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder removeSettings(int index)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
Parameter |
Name |
Description |
index |
int
|
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setEntityTypeId(String value)
Required. ID of the EntityType to select Features. The EntityType id is
the
entity_type_id
specified during EntityType creation.
string entity_type_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
String
The entityTypeId to set.
|
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setEntityTypeIdBytes(ByteString value)
Required. ID of the EntityType to select Features. The EntityType id is
the
entity_type_id
specified during EntityType creation.
string entity_type_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
ByteString
The bytes for entityTypeId to set.
|
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setFeatureSelector(FeatureSelector value)
Required. Selectors choosing which Feature values to read from the
EntityType.
.google.cloud.aiplatform.v1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setFeatureSelector(FeatureSelector.Builder builderForValue)
Required. Selectors choosing which Feature values to read from the
EntityType.
.google.cloud.aiplatform.v1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setSettings(int index, DestinationFeatureSetting value)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setSettings(int index, DestinationFeatureSetting.Builder builderForValue)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 3;
public final BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides