public static interface Str.MetaDataValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsProperties(String key)
map<string, string> properties = 4; |
String |
getDescription()
string description = 2; |
com.google.protobuf.ByteString |
getDescriptionBytes()
string description = 2; |
String |
getLabels()
string labels = 3; |
com.google.protobuf.ByteString |
getLabelsBytes()
string labels = 3; |
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
Map<String,String> |
getProperties()
Deprecated.
|
int |
getPropertiesCount()
map<string, string> properties = 4; |
Map<String,String> |
getPropertiesMap()
map<string, string> properties = 4; |
String |
getPropertiesOrDefault(String key,
String defaultValue)
map<string, string> properties = 4; |
String |
getPropertiesOrThrow(String key)
map<string, string> properties = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
string name = 1;
com.google.protobuf.ByteString getNameBytes()
string name = 1;
String getDescription()
string description = 2;
com.google.protobuf.ByteString getDescriptionBytes()
string description = 2;
String getLabels()
string labels = 3;
com.google.protobuf.ByteString getLabelsBytes()
string labels = 3;
int getPropertiesCount()
map<string, string> properties = 4;
boolean containsProperties(String key)
map<string, string> properties = 4;
@Deprecated Map<String,String> getProperties()
getPropertiesMap()
instead.String getPropertiesOrDefault(String key, String defaultValue)
map<string, string> properties = 4;
Copyright © 2020 Red Hat. All rights reserved.