Uses of Class
com.google.cloud.gkebackup.v1.RestoreConfig.TransformationRule
-
Packages that use RestoreConfig.TransformationRule Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of RestoreConfig.TransformationRule in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return RestoreConfig.TransformationRule Modifier and Type Method Description RestoreConfig.TransformationRule
RestoreConfig.TransformationRule.Builder. build()
RestoreConfig.TransformationRule
RestoreConfig.TransformationRule.Builder. buildPartial()
static RestoreConfig.TransformationRule
RestoreConfig.TransformationRule. getDefaultInstance()
RestoreConfig.TransformationRule
RestoreConfig.TransformationRule.Builder. getDefaultInstanceForType()
RestoreConfig.TransformationRule
RestoreConfig.TransformationRule. getDefaultInstanceForType()
RestoreConfig.TransformationRule
RestoreConfig.Builder. getTransformationRules(int index)
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.RestoreConfig.TransformationRule
RestoreConfig. getTransformationRules(int index)
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.RestoreConfig.TransformationRule
RestoreConfigOrBuilder. getTransformationRules(int index)
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.static RestoreConfig.TransformationRule
RestoreConfig.TransformationRule. parseDelimitedFrom(InputStream input)
static RestoreConfig.TransformationRule
RestoreConfig.TransformationRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreConfig.TransformationRule
RestoreConfig.TransformationRule. parseFrom(byte[] data)
static RestoreConfig.TransformationRule
RestoreConfig.TransformationRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreConfig.TransformationRule
RestoreConfig.TransformationRule. parseFrom(com.google.protobuf.ByteString data)
static RestoreConfig.TransformationRule
RestoreConfig.TransformationRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreConfig.TransformationRule
RestoreConfig.TransformationRule. parseFrom(com.google.protobuf.CodedInputStream input)
static RestoreConfig.TransformationRule
RestoreConfig.TransformationRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreConfig.TransformationRule
RestoreConfig.TransformationRule. parseFrom(InputStream input)
static RestoreConfig.TransformationRule
RestoreConfig.TransformationRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreConfig.TransformationRule
RestoreConfig.TransformationRule. parseFrom(ByteBuffer data)
static RestoreConfig.TransformationRule
RestoreConfig.TransformationRule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type RestoreConfig.TransformationRule Modifier and Type Method Description com.google.protobuf.Parser<RestoreConfig.TransformationRule>
RestoreConfig.TransformationRule. getParserForType()
List<RestoreConfig.TransformationRule>
RestoreConfig.Builder. getTransformationRulesList()
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.List<RestoreConfig.TransformationRule>
RestoreConfig. getTransformationRulesList()
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.List<RestoreConfig.TransformationRule>
RestoreConfigOrBuilder. getTransformationRulesList()
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.static com.google.protobuf.Parser<RestoreConfig.TransformationRule>
RestoreConfig.TransformationRule. parser()
Methods in com.google.cloud.gkebackup.v1 with parameters of type RestoreConfig.TransformationRule Modifier and Type Method Description RestoreConfig.Builder
RestoreConfig.Builder. addTransformationRules(int index, RestoreConfig.TransformationRule value)
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.RestoreConfig.Builder
RestoreConfig.Builder. addTransformationRules(RestoreConfig.TransformationRule value)
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.RestoreConfig.TransformationRule.Builder
RestoreConfig.TransformationRule.Builder. mergeFrom(RestoreConfig.TransformationRule other)
static RestoreConfig.TransformationRule.Builder
RestoreConfig.TransformationRule. newBuilder(RestoreConfig.TransformationRule prototype)
RestoreConfig.Builder
RestoreConfig.Builder. setTransformationRules(int index, RestoreConfig.TransformationRule value)
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.Method parameters in com.google.cloud.gkebackup.v1 with type arguments of type RestoreConfig.TransformationRule Modifier and Type Method Description RestoreConfig.Builder
RestoreConfig.Builder. addAllTransformationRules(Iterable<? extends RestoreConfig.TransformationRule> values)
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.
-