public static final class BatchReadFeatureValuesRequest.EntityTypeSpec.Builder extends com.google.protobuf.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.EntityTypeSpecgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<BatchReadFeatureValuesRequest.EntityTypeSpec.Builder>public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<BatchReadFeatureValuesRequest.EntityTypeSpec.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<BatchReadFeatureValuesRequest.EntityTypeSpec.Builder>public BatchReadFeatureValuesRequest.EntityTypeSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BatchReadFeatureValuesRequest.EntityTypeSpec build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BatchReadFeatureValuesRequest.EntityTypeSpec buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<BatchReadFeatureValuesRequest.EntityTypeSpec.Builder>public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchReadFeatureValuesRequest.EntityTypeSpec.Builder>public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchReadFeatureValuesRequest.EntityTypeSpec.Builder>public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BatchReadFeatureValuesRequest.EntityTypeSpec.Builder>public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchReadFeatureValuesRequest.EntityTypeSpec.Builder>public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchReadFeatureValuesRequest.EntityTypeSpec.Builder>public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchReadFeatureValuesRequest.EntityTypeSpec.Builder>public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder mergeFrom(BatchReadFeatureValuesRequest.EntityTypeSpec other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BatchReadFeatureValuesRequest.EntityTypeSpec.Builder>public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchReadFeatureValuesRequest.EntityTypeSpec.Builder>IOExceptionpublic String getEntityTypeId()
Required. ID of the EntityType to select Features. The EntityType id is the [entity_type_id][google.cloud.aiplatform.v1beta1.CreateEntityTypeRequest.entity_type_id] specified during EntityType creation.
string entity_type_id = 1 [(.google.api.field_behavior) = REQUIRED];getEntityTypeId in interface BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilderpublic com.google.protobuf.ByteString getEntityTypeIdBytes()
Required. ID of the EntityType to select Features. The EntityType id is the [entity_type_id][google.cloud.aiplatform.v1beta1.CreateEntityTypeRequest.entity_type_id] specified during EntityType creation.
string entity_type_id = 1 [(.google.api.field_behavior) = REQUIRED];getEntityTypeIdBytes in interface BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilderpublic BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setEntityTypeId(String value)
Required. ID of the EntityType to select Features. The EntityType id is the [entity_type_id][google.cloud.aiplatform.v1beta1.CreateEntityTypeRequest.entity_type_id] specified during EntityType creation.
string entity_type_id = 1 [(.google.api.field_behavior) = REQUIRED];value - The entityTypeId to set.public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clearEntityTypeId()
Required. ID of the EntityType to select Features. The EntityType id is the [entity_type_id][google.cloud.aiplatform.v1beta1.CreateEntityTypeRequest.entity_type_id] specified during EntityType creation.
string entity_type_id = 1 [(.google.api.field_behavior) = REQUIRED];public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setEntityTypeIdBytes(com.google.protobuf.ByteString value)
Required. ID of the EntityType to select Features. The EntityType id is the [entity_type_id][google.cloud.aiplatform.v1beta1.CreateEntityTypeRequest.entity_type_id] specified during EntityType creation.
string entity_type_id = 1 [(.google.api.field_behavior) = REQUIRED];value - The bytes for entityTypeId to set.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];
hasFeatureSelector in interface BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilderpublic 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];
getFeatureSelector in interface BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilderpublic 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];
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];
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];
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];
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];
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];
getFeatureSelectorOrBuilder in interface BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilderpublic List<DestinationFeatureSetting> getSettingsList()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
getSettingsList in interface BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilderpublic int getSettingsCount()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
getSettingsCount in interface BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilderpublic DestinationFeatureSetting getSettings(int index)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
getSettings in interface BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilderpublic BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setSettings(int index, DestinationFeatureSetting value)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
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;
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder addSettings(DestinationFeatureSetting value)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder addSettings(int index, DestinationFeatureSetting value)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder addSettings(DestinationFeatureSetting.Builder builderForValue)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
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;
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder addAllSettings(Iterable<? extends DestinationFeatureSetting> values)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder clearSettings()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
public BatchReadFeatureValuesRequest.EntityTypeSpec.Builder removeSettings(int index)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
public DestinationFeatureSetting.Builder getSettingsBuilder(int index)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
public DestinationFeatureSettingOrBuilder getSettingsOrBuilder(int index)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
getSettingsOrBuilder in interface BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilderpublic List<? extends DestinationFeatureSettingOrBuilder> getSettingsOrBuilderList()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
getSettingsOrBuilderList in interface BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilderpublic DestinationFeatureSetting.Builder addSettingsBuilder()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
public DestinationFeatureSetting.Builder addSettingsBuilder(int index)
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
public List<DestinationFeatureSetting.Builder> getSettingsBuilderList()
Per-Feature settings for the batch read.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 3;
public final BatchReadFeatureValuesRequest.EntityTypeSpec.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchReadFeatureValuesRequest.EntityTypeSpec.Builder>public final BatchReadFeatureValuesRequest.EntityTypeSpec.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchReadFeatureValuesRequest.EntityTypeSpec.Builder>Copyright © 2022 Google LLC. All rights reserved.