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.SubstitutionRuleRestoreConfig.SubstitutionRule.Builder. build()RestoreConfig.SubstitutionRuleRestoreConfig.SubstitutionRule.Builder. buildPartial()static RestoreConfig.SubstitutionRuleRestoreConfig.SubstitutionRule. getDefaultInstance()RestoreConfig.SubstitutionRuleRestoreConfig.SubstitutionRule.Builder. getDefaultInstanceForType()RestoreConfig.SubstitutionRuleRestoreConfig.SubstitutionRule. getDefaultInstanceForType()RestoreConfig.SubstitutionRuleRestoreConfig.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.SubstitutionRuleRestoreConfig. getSubstitutionRules(int index)A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.RestoreConfig.SubstitutionRuleRestoreConfigOrBuilder. 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.SubstitutionRuleRestoreConfig.SubstitutionRule. parseDelimitedFrom(InputStream input)static RestoreConfig.SubstitutionRuleRestoreConfig.SubstitutionRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RestoreConfig.SubstitutionRuleRestoreConfig.SubstitutionRule. parseFrom(byte[] data)static RestoreConfig.SubstitutionRuleRestoreConfig.SubstitutionRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RestoreConfig.SubstitutionRuleRestoreConfig.SubstitutionRule. parseFrom(com.google.protobuf.ByteString data)static RestoreConfig.SubstitutionRuleRestoreConfig.SubstitutionRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RestoreConfig.SubstitutionRuleRestoreConfig.SubstitutionRule. parseFrom(com.google.protobuf.CodedInputStream input)static RestoreConfig.SubstitutionRuleRestoreConfig.SubstitutionRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RestoreConfig.SubstitutionRuleRestoreConfig.SubstitutionRule. parseFrom(InputStream input)static RestoreConfig.SubstitutionRuleRestoreConfig.SubstitutionRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RestoreConfig.SubstitutionRuleRestoreConfig.SubstitutionRule. parseFrom(ByteBuffer data)static RestoreConfig.SubstitutionRuleRestoreConfig.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.BuilderRestoreConfig.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.BuilderRestoreConfig.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.BuilderRestoreConfig.SubstitutionRule.Builder. mergeFrom(RestoreConfig.SubstitutionRule other)static RestoreConfig.SubstitutionRule.BuilderRestoreConfig.SubstitutionRule. newBuilder(RestoreConfig.SubstitutionRule prototype)RestoreConfig.BuilderRestoreConfig.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.BuilderRestoreConfig.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.
-