Interface UserSpecifiedMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserSpecifiedMetadata,UserSpecifiedMetadata.Builder
@Generated
public interface UserSpecifiedMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getKey
String getKey()Required. Key of the metadata. The key must be set with type by CreateRagDataSchema.
string key = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()Required. Key of the metadata. The key must be set with type by CreateRagDataSchema.
string key = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for key.
-
hasValue
boolean hasValue()Value of the metadata. The value must be able to convert to the type according to the data schema.
.google.cloud.aiplatform.v1beta1.MetadataValue value = 2;- Returns:
- Whether the value field is set.
-
getValue
MetadataValue getValue()Value of the metadata. The value must be able to convert to the type according to the data schema.
.google.cloud.aiplatform.v1beta1.MetadataValue value = 2;- Returns:
- The value.
-
getValueOrBuilder
MetadataValueOrBuilder getValueOrBuilder()Value of the metadata. The value must be able to convert to the type according to the data schema.
.google.cloud.aiplatform.v1beta1.MetadataValue value = 2;
-