public static final class Document.ReloadStatus extends GeneratedMessageV3 implements Document.ReloadStatusOrBuilder
The status of a reload attempt.
Protobuf type google.cloud.dialogflow.v2beta1.Document.ReloadStatus
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TIME_FIELD_NUMBER
public static final int TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Document.ReloadStatus getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Document.ReloadStatus.Builder newBuilder()
newBuilder(Document.ReloadStatus prototype)
public static Document.ReloadStatus.Builder newBuilder(Document.ReloadStatus prototype)
public static Document.ReloadStatus parseDelimitedFrom(InputStream input)
public static Document.ReloadStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Document.ReloadStatus parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Document.ReloadStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Document.ReloadStatus parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Document.ReloadStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Document.ReloadStatus parseFrom(CodedInputStream input)
public static Document.ReloadStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Document.ReloadStatus parseFrom(InputStream input)
public static Document.ReloadStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Document.ReloadStatus parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Document.ReloadStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Document.ReloadStatus> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Document.ReloadStatus getDefaultInstanceForType()
getParserForType()
public Parser<Document.ReloadStatus> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getStatus()
public Status getStatus()
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
Returns |
Type |
Description |
com.google.rpc.Status |
The status.
|
getStatusOrBuilder()
public StatusOrBuilder getStatusOrBuilder()
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
Returns |
Type |
Description |
com.google.rpc.StatusOrBuilder |
|
getTime()
public 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;
getTimeOrBuilder()
public 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()
public boolean hasStatus()
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
Returns |
Type |
Description |
boolean |
Whether the status field is set.
|
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 |
Type |
Description |
boolean |
Whether the time field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Document.ReloadStatus.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Document.ReloadStatus.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Document.ReloadStatus.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides