public interface GroupResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsProperties(String key)
public abstract boolean containsProperties(String key)Properties matching the groupBy fields in the request.
map<string, .google.protobuf.Value> properties = 1;
| Name | Description |
key |
String |
| Type | Description |
boolean |
getCount()
public abstract long getCount()Total count of resources for the given properties.
int64 count = 2;
| Type | Description |
long |
The count. |
getProperties()
public abstract Map<String,Value> getProperties()Use #getPropertiesMap() instead.
| Type | Description |
Map<String,Value> |
getPropertiesCount()
public abstract int getPropertiesCount()Properties matching the groupBy fields in the request.
map<string, .google.protobuf.Value> properties = 1;
| Type | Description |
int |
getPropertiesMap()
public abstract Map<String,Value> getPropertiesMap()Properties matching the groupBy fields in the request.
map<string, .google.protobuf.Value> properties = 1;
| Type | Description |
Map<String,Value> |
getPropertiesOrDefault(String key, Value defaultValue)
public abstract Value getPropertiesOrDefault(String key, Value defaultValue)Properties matching the groupBy fields in the request.
map<string, .google.protobuf.Value> properties = 1;
| Name | Description |
key |
String |
defaultValue |
Value |
| Type | Description |
Value |
getPropertiesOrThrow(String key)
public abstract Value getPropertiesOrThrow(String key)Properties matching the groupBy fields in the request.
map<string, .google.protobuf.Value> properties = 1;
| Name | Description |
key |
String |
| Type | Description |
Value |