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.v1beta1.BatchReadFeatureValuesRequest.EntityTypeSpec
Methods
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder addAllSettings(Iterable<? extends DestinationFeatureSetting> values)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1beta1.DestinationFeatureSetting>
|
Returns
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder addSettings(DestinationFeatureSetting value)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Parameter
Returns
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder addSettings(DestinationFeatureSetting.Builder builderForValue)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Parameter
Returns
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder addSettings(int index, DestinationFeatureSetting value)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Parameters
Returns
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder addSettings(int index, DestinationFeatureSetting.Builder builderForValue)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Parameters
Returns
public DestinationFeatureSetting.Builder addSettingsBuilder()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Returns
public DestinationFeatureSetting.Builder addSettingsBuilder(int index)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Parameter
Returns
public BatchReadFeatureValuesRequest.EntityTypeSpec build()
Returns
public BatchReadFeatureValuesRequest.EntityTypeSpec buildPartial()
Returns
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clear()
Returns
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];
Returns
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clearFeatureSelector()
Required. Selectors choosing which Feature values to read from the EntityType.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clearSettings()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Returns
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clone()
Returns
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec getDefaultInstanceForType()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
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.v1beta1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public FeatureSelector.Builder getFeatureSelectorBuilder()
Required. Selectors choosing which Feature values to read from the EntityType.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public FeatureSelectorOrBuilder getFeatureSelectorOrBuilder()
Required. Selectors choosing which Feature values to read from the EntityType.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public DestinationFeatureSetting getSettings(int index)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Parameter
Returns
public DestinationFeatureSetting.Builder getSettingsBuilder(int index)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Parameter
Returns
public List<DestinationFeatureSetting.Builder> getSettingsBuilderList()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Returns
public int getSettingsCount()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Returns
public List<DestinationFeatureSetting> getSettingsList()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Returns
public DestinationFeatureSettingOrBuilder getSettingsOrBuilder(int index)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Parameter
Returns
public List<? extends DestinationFeatureSettingOrBuilder> getSettingsOrBuilderList()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Returns
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.DestinationFeatureSettingOrBuilder> | |
public boolean hasFeatureSelector()
Required. Selectors choosing which Feature values to read from the EntityType.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the featureSelector field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder mergeFeatureSelector(FeatureSelector value)
Required. Selectors choosing which Feature values to read from the EntityType.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder mergeFrom(BatchReadFeatureValuesRequest.EntityTypeSpec other)
Parameter
Returns
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final BatchReadFeatureValuesRequest.EntityTypeSpec.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder removeSettings(int index)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Parameter
Returns
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.
|
Returns
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.
|
Returns
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setFeatureSelector(FeatureSelector value)
Required. Selectors choosing which Feature values to read from the EntityType.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setFeatureSelector(FeatureSelector.Builder builderForValue)
Required. Selectors choosing which Feature values to read from the EntityType.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setSettings(int index, DestinationFeatureSetting value)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Parameters
Returns
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setSettings(int index, DestinationFeatureSetting.Builder builderForValue)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
Parameters
Returns
public final BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides