public interface CalculateStatsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
A filter to reduce results to a specific subset.
|
com.google.protobuf.ByteString |
getFilterBytes()
A filter to reduce results to a specific subset.
|
String |
getLocation()
Required.
|
com.google.protobuf.ByteString |
getLocationBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLocation()
Required. The location of the conversations.
string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getLocationBytes()
Required. The location of the conversations.
string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getFilter()
A filter to reduce results to a specific subset. This field is useful for getting statistics about conversations with specific properties.
string filter = 2;com.google.protobuf.ByteString getFilterBytes()
A filter to reduce results to a specific subset. This field is useful for getting statistics about conversations with specific properties.
string filter = 2;Copyright © 2025 Google LLC. All rights reserved.