Interface Document.ReloadStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Document.ReloadStatus
,Document.ReloadStatus.Builder
- Enclosing class:
- Document
public static interface Document.ReloadStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.rpc.Status
getStatus()
Output only.com.google.rpc.StatusOrBuilder
getStatusOrBuilder()
Output only.com.google.protobuf.Timestamp
getTime()
Output only.com.google.protobuf.TimestampOrBuilder
getTimeOrBuilder()
Output only.boolean
hasStatus()
Output only.boolean
hasTime()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTime
boolean hasTime()
Output only. The time of a reload attempt. This reload may have been triggered automatically or manually and may not have succeeded.
.google.protobuf.Timestamp time = 1;
- Returns:
- Whether the time field is set.
-
getTime
com.google.protobuf.Timestamp getTime()
Output only. The time of a reload attempt. This reload may have been triggered automatically or manually and may not have succeeded.
.google.protobuf.Timestamp time = 1;
- Returns:
- The time.
-
getTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
Output only. The time of a reload attempt. This reload may have been triggered automatically or manually and may not have succeeded.
.google.protobuf.Timestamp time = 1;
-
hasStatus
boolean hasStatus()
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
- Returns:
- Whether the status field is set.
-
getStatus
com.google.rpc.Status getStatus()
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
- Returns:
- The status.
-
getStatusOrBuilder
com.google.rpc.StatusOrBuilder getStatusOrBuilder()
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
-
-