public interface CustomMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsValues(String key)
Output only.
|
Map<String,String> |
getValues()
Deprecated.
|
int |
getValuesCount()
Output only.
|
Map<String,String> |
getValuesMap()
Output only.
|
String |
getValuesOrDefault(String key,
String defaultValue)
Output only.
|
String |
getValuesOrThrow(String key)
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getValuesCount()
Output only. Key-value pairs provided by the user-defined operation.
map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean containsValues(String key)
Output only. Key-value pairs provided by the user-defined operation.
map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];@Deprecated Map<String,String> getValues()
getValuesMap() instead.Map<String,String> getValuesMap()
Output only. Key-value pairs provided by the user-defined operation.
map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getValuesOrDefault(String key, String defaultValue)
Output only. Key-value pairs provided by the user-defined operation.
map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.