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