public static final class Backup.Spec.BackupDestination.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Backup.Spec.BackupDestination.Builder> implements Backup.Spec.BackupDestinationOrBuilder
appscode.kubernetes.v1beta2.Backup.Spec.BackupDestination| Modifier and Type | Method and Description |
|---|---|
Backup.Spec.BackupDestination.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Backup.Spec.BackupDestination |
build() |
Backup.Spec.BackupDestination |
buildPartial() |
Backup.Spec.BackupDestination.Builder |
clear() |
Backup.Spec.BackupDestination.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Backup.Spec.BackupDestination.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Backup.Spec.BackupDestination.Builder |
clearPath()
optional string path = 1; |
Backup.Spec.BackupDestination.Builder |
clearRepositorySecretName()
optional string repository_secret_name = 2; |
Backup.Spec.BackupDestination.Builder |
clearVolume()
optional .appscode.kubernetes.v1beta2.VolumeSource volume = 3; |
Backup.Spec.BackupDestination.Builder |
clone() |
Backup.Spec.BackupDestination |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getPath()
optional string path = 1; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 1; |
java.lang.String |
getRepositorySecretName()
optional string repository_secret_name = 2; |
com.google.protobuf.ByteString |
getRepositorySecretNameBytes()
optional string repository_secret_name = 2; |
VolumeSource |
getVolume()
optional .appscode.kubernetes.v1beta2.VolumeSource volume = 3; |
VolumeSource.Builder |
getVolumeBuilder()
optional .appscode.kubernetes.v1beta2.VolumeSource volume = 3; |
VolumeSourceOrBuilder |
getVolumeOrBuilder()
optional .appscode.kubernetes.v1beta2.VolumeSource volume = 3; |
boolean |
hasVolume()
optional .appscode.kubernetes.v1beta2.VolumeSource volume = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Backup.Spec.BackupDestination.Builder |
mergeFrom(Backup.Spec.BackupDestination other) |
Backup.Spec.BackupDestination.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Backup.Spec.BackupDestination.Builder |
mergeFrom(com.google.protobuf.Message other) |
Backup.Spec.BackupDestination.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Backup.Spec.BackupDestination.Builder |
mergeVolume(VolumeSource value)
optional .appscode.kubernetes.v1beta2.VolumeSource volume = 3; |
Backup.Spec.BackupDestination.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Backup.Spec.BackupDestination.Builder |
setPath(java.lang.String value)
optional string path = 1; |
Backup.Spec.BackupDestination.Builder |
setPathBytes(com.google.protobuf.ByteString value)
optional string path = 1; |
Backup.Spec.BackupDestination.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Backup.Spec.BackupDestination.Builder |
setRepositorySecretName(java.lang.String value)
optional string repository_secret_name = 2; |
Backup.Spec.BackupDestination.Builder |
setRepositorySecretNameBytes(com.google.protobuf.ByteString value)
optional string repository_secret_name = 2; |
Backup.Spec.BackupDestination.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Backup.Spec.BackupDestination.Builder |
setVolume(VolumeSource.Builder builderForValue)
optional .appscode.kubernetes.v1beta2.VolumeSource volume = 3; |
Backup.Spec.BackupDestination.Builder |
setVolume(VolumeSource value)
optional .appscode.kubernetes.v1beta2.VolumeSource volume = 3; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Backup.Spec.BackupDestination.Builder>public Backup.Spec.BackupDestination.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Backup.Spec.BackupDestination.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Backup.Spec.BackupDestination.Builder>public Backup.Spec.BackupDestination getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Backup.Spec.BackupDestination build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Backup.Spec.BackupDestination buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Backup.Spec.BackupDestination.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Backup.Spec.BackupDestination.Builder>public Backup.Spec.BackupDestination.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Backup.Spec.BackupDestination.Builder>public Backup.Spec.BackupDestination.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Backup.Spec.BackupDestination.Builder>public Backup.Spec.BackupDestination.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Backup.Spec.BackupDestination.Builder>public Backup.Spec.BackupDestination.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Backup.Spec.BackupDestination.Builder>public Backup.Spec.BackupDestination.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Backup.Spec.BackupDestination.Builder>public Backup.Spec.BackupDestination.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Backup.Spec.BackupDestination.Builder>public Backup.Spec.BackupDestination.Builder mergeFrom(Backup.Spec.BackupDestination other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Backup.Spec.BackupDestination.Builder>public Backup.Spec.BackupDestination.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Backup.Spec.BackupDestination.Builder>java.io.IOExceptionpublic java.lang.String getPath()
optional string path = 1;getPath in interface Backup.Spec.BackupDestinationOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
optional string path = 1;getPathBytes in interface Backup.Spec.BackupDestinationOrBuilderpublic Backup.Spec.BackupDestination.Builder setPath(java.lang.String value)
optional string path = 1;public Backup.Spec.BackupDestination.Builder clearPath()
optional string path = 1;public Backup.Spec.BackupDestination.Builder setPathBytes(com.google.protobuf.ByteString value)
optional string path = 1;public java.lang.String getRepositorySecretName()
optional string repository_secret_name = 2;getRepositorySecretName in interface Backup.Spec.BackupDestinationOrBuilderpublic com.google.protobuf.ByteString getRepositorySecretNameBytes()
optional string repository_secret_name = 2;getRepositorySecretNameBytes in interface Backup.Spec.BackupDestinationOrBuilderpublic Backup.Spec.BackupDestination.Builder setRepositorySecretName(java.lang.String value)
optional string repository_secret_name = 2;public Backup.Spec.BackupDestination.Builder clearRepositorySecretName()
optional string repository_secret_name = 2;public Backup.Spec.BackupDestination.Builder setRepositorySecretNameBytes(com.google.protobuf.ByteString value)
optional string repository_secret_name = 2;public boolean hasVolume()
optional .appscode.kubernetes.v1beta2.VolumeSource volume = 3;hasVolume in interface Backup.Spec.BackupDestinationOrBuilderpublic VolumeSource getVolume()
optional .appscode.kubernetes.v1beta2.VolumeSource volume = 3;getVolume in interface Backup.Spec.BackupDestinationOrBuilderpublic Backup.Spec.BackupDestination.Builder setVolume(VolumeSource value)
optional .appscode.kubernetes.v1beta2.VolumeSource volume = 3;public Backup.Spec.BackupDestination.Builder setVolume(VolumeSource.Builder builderForValue)
optional .appscode.kubernetes.v1beta2.VolumeSource volume = 3;public Backup.Spec.BackupDestination.Builder mergeVolume(VolumeSource value)
optional .appscode.kubernetes.v1beta2.VolumeSource volume = 3;public Backup.Spec.BackupDestination.Builder clearVolume()
optional .appscode.kubernetes.v1beta2.VolumeSource volume = 3;public VolumeSource.Builder getVolumeBuilder()
optional .appscode.kubernetes.v1beta2.VolumeSource volume = 3;public VolumeSourceOrBuilder getVolumeOrBuilder()
optional .appscode.kubernetes.v1beta2.VolumeSource volume = 3;getVolumeOrBuilder in interface Backup.Spec.BackupDestinationOrBuilderpublic final Backup.Spec.BackupDestination.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Backup.Spec.BackupDestination.Builder>public final Backup.Spec.BackupDestination.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Backup.Spec.BackupDestination.Builder>