public static final class BackupPStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BackupPStatus.Builder> implements BackupPStatusOrBuilder
alluxio.grpc.meta.BackupPStatus
Modifier and Type | Method and Description |
---|---|
BackupPStatus.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BackupPStatus |
build() |
BackupPStatus |
buildPartial() |
BackupPStatus.Builder |
clear() |
BackupPStatus.Builder |
clearBackupError()
optional bytes backupError = 6; |
BackupPStatus.Builder |
clearBackupHost()
optional string backupHost = 3; |
BackupPStatus.Builder |
clearBackupId()
optional string backupId = 1; |
BackupPStatus.Builder |
clearBackupState()
optional .alluxio.grpc.meta.BackupState backupState = 2; |
BackupPStatus.Builder |
clearBackupUri()
optional string backupUri = 4; |
BackupPStatus.Builder |
clearEntryCount()
optional int64 entryCount = 5; |
BackupPStatus.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BackupPStatus.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BackupPStatus.Builder |
clone() |
com.google.protobuf.ByteString |
getBackupError()
optional bytes backupError = 6; |
String |
getBackupHost()
optional string backupHost = 3; |
com.google.protobuf.ByteString |
getBackupHostBytes()
optional string backupHost = 3; |
String |
getBackupId()
optional string backupId = 1; |
com.google.protobuf.ByteString |
getBackupIdBytes()
optional string backupId = 1; |
BackupState |
getBackupState()
optional .alluxio.grpc.meta.BackupState backupState = 2; |
String |
getBackupUri()
optional string backupUri = 4; |
com.google.protobuf.ByteString |
getBackupUriBytes()
optional string backupUri = 4; |
BackupPStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getEntryCount()
optional int64 entryCount = 5; |
boolean |
hasBackupError()
optional bytes backupError = 6; |
boolean |
hasBackupHost()
optional string backupHost = 3; |
boolean |
hasBackupId()
optional string backupId = 1; |
boolean |
hasBackupState()
optional .alluxio.grpc.meta.BackupState backupState = 2; |
boolean |
hasBackupUri()
optional string backupUri = 4; |
boolean |
hasEntryCount()
optional int64 entryCount = 5; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BackupPStatus.Builder |
mergeFrom(BackupPStatus other) |
BackupPStatus.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BackupPStatus.Builder |
mergeFrom(com.google.protobuf.Message other) |
BackupPStatus.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BackupPStatus.Builder |
setBackupError(com.google.protobuf.ByteString value)
optional bytes backupError = 6; |
BackupPStatus.Builder |
setBackupHost(String value)
optional string backupHost = 3; |
BackupPStatus.Builder |
setBackupHostBytes(com.google.protobuf.ByteString value)
optional string backupHost = 3; |
BackupPStatus.Builder |
setBackupId(String value)
optional string backupId = 1; |
BackupPStatus.Builder |
setBackupIdBytes(com.google.protobuf.ByteString value)
optional string backupId = 1; |
BackupPStatus.Builder |
setBackupState(BackupState value)
optional .alluxio.grpc.meta.BackupState backupState = 2; |
BackupPStatus.Builder |
setBackupUri(String value)
optional string backupUri = 4; |
BackupPStatus.Builder |
setBackupUriBytes(com.google.protobuf.ByteString value)
optional string backupUri = 4; |
BackupPStatus.Builder |
setEntryCount(long value)
optional int64 entryCount = 5; |
BackupPStatus.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BackupPStatus.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BackupPStatus.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<BackupPStatus.Builder>
public BackupPStatus.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<BackupPStatus.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<BackupPStatus.Builder>
public BackupPStatus getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public BackupPStatus build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public BackupPStatus buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public BackupPStatus.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<BackupPStatus.Builder>
public BackupPStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<BackupPStatus.Builder>
public BackupPStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<BackupPStatus.Builder>
public BackupPStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<BackupPStatus.Builder>
public BackupPStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<BackupPStatus.Builder>
public BackupPStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<BackupPStatus.Builder>
public BackupPStatus.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<BackupPStatus.Builder>
public BackupPStatus.Builder mergeFrom(BackupPStatus other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<BackupPStatus.Builder>
public BackupPStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<BackupPStatus.Builder>
IOException
public boolean hasBackupId()
optional string backupId = 1;
hasBackupId
in interface BackupPStatusOrBuilder
public String getBackupId()
optional string backupId = 1;
getBackupId
in interface BackupPStatusOrBuilder
public com.google.protobuf.ByteString getBackupIdBytes()
optional string backupId = 1;
getBackupIdBytes
in interface BackupPStatusOrBuilder
public BackupPStatus.Builder setBackupId(String value)
optional string backupId = 1;
value
- The backupId to set.public BackupPStatus.Builder clearBackupId()
optional string backupId = 1;
public BackupPStatus.Builder setBackupIdBytes(com.google.protobuf.ByteString value)
optional string backupId = 1;
value
- The bytes for backupId to set.public boolean hasBackupState()
optional .alluxio.grpc.meta.BackupState backupState = 2;
hasBackupState
in interface BackupPStatusOrBuilder
public BackupState getBackupState()
optional .alluxio.grpc.meta.BackupState backupState = 2;
getBackupState
in interface BackupPStatusOrBuilder
public BackupPStatus.Builder setBackupState(BackupState value)
optional .alluxio.grpc.meta.BackupState backupState = 2;
value
- The backupState to set.public BackupPStatus.Builder clearBackupState()
optional .alluxio.grpc.meta.BackupState backupState = 2;
public boolean hasBackupHost()
optional string backupHost = 3;
hasBackupHost
in interface BackupPStatusOrBuilder
public String getBackupHost()
optional string backupHost = 3;
getBackupHost
in interface BackupPStatusOrBuilder
public com.google.protobuf.ByteString getBackupHostBytes()
optional string backupHost = 3;
getBackupHostBytes
in interface BackupPStatusOrBuilder
public BackupPStatus.Builder setBackupHost(String value)
optional string backupHost = 3;
value
- The backupHost to set.public BackupPStatus.Builder clearBackupHost()
optional string backupHost = 3;
public BackupPStatus.Builder setBackupHostBytes(com.google.protobuf.ByteString value)
optional string backupHost = 3;
value
- The bytes for backupHost to set.public boolean hasBackupUri()
optional string backupUri = 4;
hasBackupUri
in interface BackupPStatusOrBuilder
public String getBackupUri()
optional string backupUri = 4;
getBackupUri
in interface BackupPStatusOrBuilder
public com.google.protobuf.ByteString getBackupUriBytes()
optional string backupUri = 4;
getBackupUriBytes
in interface BackupPStatusOrBuilder
public BackupPStatus.Builder setBackupUri(String value)
optional string backupUri = 4;
value
- The backupUri to set.public BackupPStatus.Builder clearBackupUri()
optional string backupUri = 4;
public BackupPStatus.Builder setBackupUriBytes(com.google.protobuf.ByteString value)
optional string backupUri = 4;
value
- The bytes for backupUri to set.public boolean hasEntryCount()
optional int64 entryCount = 5;
hasEntryCount
in interface BackupPStatusOrBuilder
public long getEntryCount()
optional int64 entryCount = 5;
getEntryCount
in interface BackupPStatusOrBuilder
public BackupPStatus.Builder setEntryCount(long value)
optional int64 entryCount = 5;
value
- The entryCount to set.public BackupPStatus.Builder clearEntryCount()
optional int64 entryCount = 5;
public boolean hasBackupError()
optional bytes backupError = 6;
hasBackupError
in interface BackupPStatusOrBuilder
public com.google.protobuf.ByteString getBackupError()
optional bytes backupError = 6;
getBackupError
in interface BackupPStatusOrBuilder
public BackupPStatus.Builder setBackupError(com.google.protobuf.ByteString value)
optional bytes backupError = 6;
value
- The backupError to set.public BackupPStatus.Builder clearBackupError()
optional bytes backupError = 6;
public final BackupPStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<BackupPStatus.Builder>
public final BackupPStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<BackupPStatus.Builder>
Copyright © 2023. All Rights Reserved.