public interface QueryConfigurationLicenseUsageRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEndTime()
public abstract Timestamp getEndTime()
Required. The end time for retrieving the usage. If not specified, we will use the last day of the current billing period.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Timestamp |
The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()
Required. The end time for retrieving the usage. If not specified, we will use the last day of the current billing period.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getName()
public abstract String getName()
Required. The resource path of the Configuration.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. The resource path of the Configuration.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getStartTime()
public abstract Timestamp getStartTime()
Required. The start time for retrieving the usage. If not specified, we will use the first day of the current billing period.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()
Required. The start time for retrieving the usage. If not specified, we will use the first day of the current billing period.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasEndTime()
public abstract boolean hasEndTime()
Required. The end time for retrieving the usage. If not specified, we will use the last day of the current billing period.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the endTime field is set. |
hasStartTime()
public abstract boolean hasStartTime()
Required. The start time for retrieving the usage. If not specified, we will use the first day of the current billing period.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the startTime field is set. |