Interface CalculateStatsRequestOrBuilder (2.41.0)

public interface CalculateStatsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFilter()

public abstract 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
TypeDescription
String

The filter.

getFilterBytes()

public abstract 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
TypeDescription
ByteString

The bytes for filter.

getLocation()

public abstract String getLocation()

Required. The location of the conversations.

string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

Required. The location of the conversations.

string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for location.