Package com.google.cloud.dialogflow.v2
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()
The status of a reload attempt or the initial load.com.google.rpc.StatusOrBuilder
getStatusOrBuilder()
The status of a reload attempt or the initial load.com.google.protobuf.Timestamp
getTime()
The time of a reload attempt.com.google.protobuf.TimestampOrBuilder
getTimeOrBuilder()
The time of a reload attempt.boolean
hasStatus()
The status of a reload attempt or the initial load.boolean
hasTime()
The time of a reload attempt.-
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()
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()
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()
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()
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()
The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
- Returns:
- The status.
-
getStatusOrBuilder
com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
-
-