Interface CalculateStatsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CalculateStatsRequest
,CalculateStatsRequest.Builder
public interface CalculateStatsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLocation
String getLocation()
Required. The location of the conversations.
string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
Required. The location of the conversations.
string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for location.
-
getFilter
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;
- Returns:
- The filter.
-
getFilterBytes
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;
- Returns:
- The bytes for filter.
-
-