Package com.google.cloud.aiplatform.v1
Interface ContentMapOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContentMap,ContentMap.Builder
@Generated
public interface ContentMapOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsValues(String key) Optional.Deprecated.intOptional.Optional.getValuesOrDefault(String key, ContentMap.Contents defaultValue) Optional.getValuesOrThrow(String key) Optional.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
-
getValuesCount
int getValuesCount()Optional. Map of placeholder to contents.
map<string, .google.cloud.aiplatform.v1.ContentMap.Contents> values = 1 [(.google.api.field_behavior) = OPTIONAL]; -
containsValues
Optional. Map of placeholder to contents.
map<string, .google.cloud.aiplatform.v1.ContentMap.Contents> values = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getValues
Deprecated.UsegetValuesMap()instead. -
getValuesMap
Map<String,ContentMap.Contents> getValuesMap()Optional. Map of placeholder to contents.
map<string, .google.cloud.aiplatform.v1.ContentMap.Contents> values = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getValuesOrDefault
Optional. Map of placeholder to contents.
map<string, .google.cloud.aiplatform.v1.ContentMap.Contents> values = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getValuesOrThrow
Optional. Map of placeholder to contents.
map<string, .google.cloud.aiplatform.v1.ContentMap.Contents> values = 1 [(.google.api.field_behavior) = OPTIONAL];
-