public interface GroupResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsProperties(String key)
Properties matching the groupBy fields in the request.
|
long |
getCount()
Total count of resources for the given properties.
|
Map<String,com.google.protobuf.Value> |
getProperties()
Deprecated.
|
int |
getPropertiesCount()
Properties matching the groupBy fields in the request.
|
Map<String,com.google.protobuf.Value> |
getPropertiesMap()
Properties matching the groupBy fields in the request.
|
com.google.protobuf.Value |
getPropertiesOrDefault(String key,
com.google.protobuf.Value defaultValue)
Properties matching the groupBy fields in the request.
|
com.google.protobuf.Value |
getPropertiesOrThrow(String key)
Properties matching the groupBy fields in the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getPropertiesCount()
Properties matching the groupBy fields in the request.
map<string, .google.protobuf.Value> properties = 1;boolean containsProperties(String key)
Properties matching the groupBy fields in the request.
map<string, .google.protobuf.Value> properties = 1;@Deprecated Map<String,com.google.protobuf.Value> getProperties()
getPropertiesMap() instead.Map<String,com.google.protobuf.Value> getPropertiesMap()
Properties matching the groupBy fields in the request.
map<string, .google.protobuf.Value> properties = 1;com.google.protobuf.Value getPropertiesOrDefault(String key, com.google.protobuf.Value defaultValue)
Properties matching the groupBy fields in the request.
map<string, .google.protobuf.Value> properties = 1;com.google.protobuf.Value getPropertiesOrThrow(String key)
Properties matching the groupBy fields in the request.
map<string, .google.protobuf.Value> properties = 1;long getCount()
Total count of resources for the given properties.
int64 count = 2;Copyright © 2019 Google LLC. All rights reserved.