public interface GroupResultOrBuilder extends 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,Value> |
getProperties()
Deprecated.
|
int |
getPropertiesCount()
Properties matching the groupBy fields in the request.
|
Map<String,Value> |
getPropertiesMap()
Properties matching the groupBy fields in the request.
|
Value |
getPropertiesOrDefault(String key,
Value defaultValue)
Properties matching the groupBy fields in the request.
|
Value |
getPropertiesOrThrow(String key)
Properties matching the groupBy fields in the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int 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,Value> getProperties()
getPropertiesMap()
instead.Map<String,Value> getPropertiesMap()
Properties matching the groupBy fields in the request.
map<string, .google.protobuf.Value> properties = 1;
Value getPropertiesOrDefault(String key, Value defaultValue)
Properties matching the groupBy fields in the request.
map<string, .google.protobuf.Value> properties = 1;
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 © 2022 Google LLC. All rights reserved.