public interface AggregateUsageRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndTime()
public abstract Timestamp getEndTime()Required. Usage track is always for a month. This parameter is for the end time of the month.
 .google.protobuf.Timestamp end_time = 8 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The endTime.  | 
      
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()Required. Usage track is always for a month. This parameter is for the end time of the month.
 .google.protobuf.Timestamp end_time = 8 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getFilter()
public abstract String getFilter()Optional. Filtering results
 string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The filter.  | 
      
getFilterBytes()
public abstract ByteString getFilterBytes()Optional. Filtering results
 string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for filter.  | 
      
getName()
public abstract String getName()Required. Parent value for AggregateUsageRequest
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public abstract ByteString getNameBytes()Required. Parent value for AggregateUsageRequest
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getOrderBy()
public abstract String getOrderBy()Optional. Hint for how to order the results
 string order_by = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The orderBy.  | 
      
getOrderByBytes()
public abstract ByteString getOrderByBytes()Optional. Hint for how to order the results
 string order_by = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for orderBy.  | 
      
getPageSize()
public abstract int getPageSize()Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
 int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
int | 
        The pageSize.  | 
      
getPageToken()
public abstract String getPageToken()Optional. A token identifying a page of results the server should return.
 string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The pageToken.  | 
      
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()Optional. A token identifying a page of results the server should return.
 string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for pageToken.  | 
      
getStartTime()
public abstract Timestamp getStartTime()Required. Licenses are purchased per month - so usage track needs start time of a month.
 .google.protobuf.Timestamp start_time = 7 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The startTime.  | 
      
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()Required. Licenses are purchased per month - so usage track needs start time of a month.
 .google.protobuf.Timestamp start_time = 7 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
hasEndTime()
public abstract boolean hasEndTime()Required. Usage track is always for a month. This parameter is for the end time of the month.
 .google.protobuf.Timestamp end_time = 8 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the endTime field is set.  | 
      
hasStartTime()
public abstract boolean hasStartTime()Required. Licenses are purchased per month - so usage track needs start time of a month.
 .google.protobuf.Timestamp start_time = 7 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the startTime field is set.  |