public static interface Meta.PathPropertiesEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsProperties(String key)
map<string, string> properties = 2; |
String |
getPath()
optional string path = 1; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 1; |
Map<String,String> |
getProperties()
Deprecated.
|
int |
getPropertiesCount()
map<string, string> properties = 2; |
Map<String,String> |
getPropertiesMap()
map<string, string> properties = 2; |
String |
getPropertiesOrDefault(String key,
String defaultValue)
map<string, string> properties = 2; |
String |
getPropertiesOrThrow(String key)
map<string, string> properties = 2; |
boolean |
hasPath()
optional string path = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPath()
optional string path = 1;
String getPath()
optional string path = 1;
com.google.protobuf.ByteString getPathBytes()
optional string path = 1;
int getPropertiesCount()
map<string, string> properties = 2;
boolean containsProperties(String key)
map<string, string> properties = 2;
@Deprecated Map<String,String> getProperties()
getPropertiesMap()
instead.String getPropertiesOrDefault(String key, String defaultValue)
map<string, string> properties = 2;
Copyright © 2023. All Rights Reserved.