public static interface FeatureView.FeatureRegistrySource.FeatureGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFeatureGroupId()
Required.
|
com.google.protobuf.ByteString |
getFeatureGroupIdBytes()
Required.
|
String |
getFeatureIds(int index)
Required.
|
com.google.protobuf.ByteString |
getFeatureIdsBytes(int index)
Required.
|
int |
getFeatureIdsCount()
Required.
|
List<String> |
getFeatureIdsList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFeatureGroupId()
Required. Identifier of the feature group.
string feature_group_id = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getFeatureGroupIdBytes()
Required. Identifier of the feature group.
string feature_group_id = 1 [(.google.api.field_behavior) = REQUIRED];List<String> getFeatureIdsList()
Required. Identifiers of features under the feature group.
repeated string feature_ids = 2 [(.google.api.field_behavior) = REQUIRED];int getFeatureIdsCount()
Required. Identifiers of features under the feature group.
repeated string feature_ids = 2 [(.google.api.field_behavior) = REQUIRED];String getFeatureIds(int index)
Required. Identifiers of features under the feature group.
repeated string feature_ids = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getFeatureIdsBytes(int index)
Required. Identifiers of features under the feature group.
repeated string feature_ids = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.