public interface ReportStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndTime() (deprecated)
public abstract Timestamp getEndTime()The report generation's completion time.
.google.protobuf.Timestamp end_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The endTime. |
getEndTimeOrBuilder() (deprecated)
public abstract TimestampOrBuilder getEndTimeOrBuilder()The report generation's completion time.
.google.protobuf.Timestamp end_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getStartTime() (deprecated)
public abstract Timestamp getStartTime()The report generation's start time.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder() (deprecated)
public abstract TimestampOrBuilder getStartTimeOrBuilder()The report generation's start time.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getState() (deprecated)
public abstract ReportStatus.State getState()The current state of the report generation process.
.google.cloud.channel.v1.ReportStatus.State state = 1;
| Returns | |
|---|---|
| Type | Description |
ReportStatus.State |
The state. |
getStateValue() (deprecated)
public abstract int getStateValue()The current state of the report generation process.
.google.cloud.channel.v1.ReportStatus.State state = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
hasEndTime() (deprecated)
public abstract boolean hasEndTime()The report generation's completion time.
.google.protobuf.Timestamp end_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the endTime field is set. |
hasStartTime() (deprecated)
public abstract boolean hasStartTime()The report generation's start time.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |