Package com.google.cloud.channel.v1
Interface ReportStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReportStatus,ReportStatus.Builder
public interface ReportStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetEndTime()The report generation's completion time.com.google.protobuf.TimestampOrBuildergetEndTimeOrBuilder()The report generation's completion time.com.google.protobuf.TimestampgetStartTime()The report generation's start time.com.google.protobuf.TimestampOrBuildergetStartTimeOrBuilder()The report generation's start time.ReportStatus.StategetState()The current state of the report generation process.intgetStateValue()The current state of the report generation process.booleanhasEndTime()The report generation's completion time.booleanhasStartTime()The report generation's start time.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStateValue
int getStateValue()
The current state of the report generation process.
.google.cloud.channel.v1.ReportStatus.State state = 1;- Returns:
- The enum numeric value on the wire for state.
-
getState
ReportStatus.State getState()
The current state of the report generation process.
.google.cloud.channel.v1.ReportStatus.State state = 1;- Returns:
- The state.
-
hasStartTime
boolean hasStartTime()
The report generation's start time.
.google.protobuf.Timestamp start_time = 2;- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
The report generation's start time.
.google.protobuf.Timestamp start_time = 2;- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The report generation's start time.
.google.protobuf.Timestamp start_time = 2;
-
hasEndTime
boolean hasEndTime()
The report generation's completion time.
.google.protobuf.Timestamp end_time = 3;- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()
The report generation's completion time.
.google.protobuf.Timestamp end_time = 3;- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The report generation's completion time.
.google.protobuf.Timestamp end_time = 3;
-
-