public static final class Document.ReloadStatus.Builder extends GeneratedMessageV3.Builder<Document.ReloadStatus.Builder> implements Document.ReloadStatusOrBuilder
The status of a reload attempt.Protobuf type
google.cloud.dialogflow.v2beta1.Document.ReloadStatus
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<Document.ReloadStatus.Builder>
public Document.ReloadStatus.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<Document.ReloadStatus.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<Document.ReloadStatus.Builder>
public Document.ReloadStatus getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public Document.ReloadStatus build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public Document.ReloadStatus buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public Document.ReloadStatus.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<Document.ReloadStatus.Builder>
public Document.ReloadStatus.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<Document.ReloadStatus.Builder>
public Document.ReloadStatus.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<Document.ReloadStatus.Builder>
public Document.ReloadStatus.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<Document.ReloadStatus.Builder>
public Document.ReloadStatus.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<Document.ReloadStatus.Builder>
public Document.ReloadStatus.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<Document.ReloadStatus.Builder>
public Document.ReloadStatus.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<Document.ReloadStatus.Builder>
public Document.ReloadStatus.Builder mergeFrom(Document.ReloadStatus other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<Document.ReloadStatus.Builder>
public Document.ReloadStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<Document.ReloadStatus.Builder>
IOException
public 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;
hasTime
in interface Document.ReloadStatusOrBuilder
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;
getTime
in interface Document.ReloadStatusOrBuilder
public Document.ReloadStatus.Builder setTime(Timestamp value)
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;
public Document.ReloadStatus.Builder setTime(Timestamp.Builder builderForValue)
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;
public Document.ReloadStatus.Builder mergeTime(Timestamp value)
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;
public Document.ReloadStatus.Builder clearTime()
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;
public Timestamp.Builder getTimeBuilder()
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;
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;
getTimeOrBuilder
in interface Document.ReloadStatusOrBuilder
public boolean hasStatus()
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
hasStatus
in interface Document.ReloadStatusOrBuilder
public com.google.rpc.Status getStatus()
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
getStatus
in interface Document.ReloadStatusOrBuilder
public Document.ReloadStatus.Builder setStatus(com.google.rpc.Status value)
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
public Document.ReloadStatus.Builder setStatus(com.google.rpc.Status.Builder builderForValue)
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
public Document.ReloadStatus.Builder mergeStatus(com.google.rpc.Status value)
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
public Document.ReloadStatus.Builder clearStatus()
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
public com.google.rpc.Status.Builder getStatusBuilder()
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
public com.google.rpc.StatusOrBuilder getStatusOrBuilder()
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
getStatusOrBuilder
in interface Document.ReloadStatusOrBuilder
public final Document.ReloadStatus.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<Document.ReloadStatus.Builder>
public final Document.ReloadStatus.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<Document.ReloadStatus.Builder>
Copyright © 2022 Google LLC. All rights reserved.