public interface ContentMapOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsValues(String key)
Optional.
|
Map<String,ContentMap.Contents> |
getValues()
Deprecated.
|
int |
getValuesCount()
Optional.
|
Map<String,ContentMap.Contents> |
getValuesMap()
Optional.
|
ContentMap.Contents |
getValuesOrDefault(String key,
ContentMap.Contents defaultValue)
Optional.
|
ContentMap.Contents |
getValuesOrThrow(String key)
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getValuesCount()
Optional. Map of placeholder to contents.
map<string, .google.cloud.aiplatform.v1beta1.ContentMap.Contents> values = 1 [(.google.api.field_behavior) = OPTIONAL];
boolean containsValues(String key)
Optional. Map of placeholder to contents.
map<string, .google.cloud.aiplatform.v1beta1.ContentMap.Contents> values = 1 [(.google.api.field_behavior) = OPTIONAL];
@Deprecated Map<String,ContentMap.Contents> getValues()
getValuesMap() instead.Map<String,ContentMap.Contents> getValuesMap()
Optional. Map of placeholder to contents.
map<string, .google.cloud.aiplatform.v1beta1.ContentMap.Contents> values = 1 [(.google.api.field_behavior) = OPTIONAL];
ContentMap.Contents getValuesOrDefault(String key, ContentMap.Contents defaultValue)
Optional. Map of placeholder to contents.
map<string, .google.cloud.aiplatform.v1beta1.ContentMap.Contents> values = 1 [(.google.api.field_behavior) = OPTIONAL];
ContentMap.Contents getValuesOrThrow(String key)
Optional. Map of placeholder to contents.
map<string, .google.cloud.aiplatform.v1beta1.ContentMap.Contents> values = 1 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.