public interface FileCharacteristicsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsCharacteristics(String key)
public abstract boolean containsCharacteristics(String key)Output only. Generic map of characteristics.
map<string, string> characteristics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCharacteristics() (deprecated)
public abstract Map<String,String> getCharacteristics()Use #getCharacteristicsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getCharacteristicsCount()
public abstract int getCharacteristicsCount()Output only. Generic map of characteristics.
map<string, string> characteristics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getCharacteristicsMap()
public abstract Map<String,String> getCharacteristicsMap()Output only. Generic map of characteristics.
map<string, string> characteristics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getCharacteristicsOrDefault(String key, String defaultValue)
public abstract String getCharacteristicsOrDefault(String key, String defaultValue)Output only. Generic map of characteristics.
map<string, string> characteristics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getCharacteristicsOrThrow(String key)
public abstract String getCharacteristicsOrThrow(String key)Output only. Generic map of characteristics.
map<string, string> characteristics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|