Uses of Class
com.google.cloud.gkebackup.v1.NamespacedNames
-
Packages that use NamespacedNames Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of NamespacedNames in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return NamespacedNames Modifier and Type Method Description NamespacedNames
NamespacedNames.Builder. build()
NamespacedNames
NamespacedNames.Builder. buildPartial()
static NamespacedNames
NamespacedNames. getDefaultInstance()
NamespacedNames
NamespacedNames.Builder. getDefaultInstanceForType()
NamespacedNames
NamespacedNames. getDefaultInstanceForType()
NamespacedNames
Backup.Builder. getSelectedApplications()
Output only.NamespacedNames
Backup. getSelectedApplications()
Output only.NamespacedNames
BackupOrBuilder. getSelectedApplications()
Output only.NamespacedNames
BackupPlan.BackupConfig.Builder. getSelectedApplications()
If set, include just the resources referenced by the listed ProtectedApplications.NamespacedNames
BackupPlan.BackupConfig. getSelectedApplications()
If set, include just the resources referenced by the listed ProtectedApplications.NamespacedNames
BackupPlan.BackupConfigOrBuilder. getSelectedApplications()
If set, include just the resources referenced by the listed ProtectedApplications.NamespacedNames
RestoreConfig.Builder. getSelectedApplications()
A list of selected ProtectedApplications to restore.NamespacedNames
RestoreConfig. getSelectedApplications()
A list of selected ProtectedApplications to restore.NamespacedNames
RestoreConfigOrBuilder. getSelectedApplications()
A list of selected ProtectedApplications to restore.static NamespacedNames
NamespacedNames. parseDelimitedFrom(InputStream input)
static NamespacedNames
NamespacedNames. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NamespacedNames
NamespacedNames. parseFrom(byte[] data)
static NamespacedNames
NamespacedNames. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NamespacedNames
NamespacedNames. parseFrom(com.google.protobuf.ByteString data)
static NamespacedNames
NamespacedNames. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NamespacedNames
NamespacedNames. parseFrom(com.google.protobuf.CodedInputStream input)
static NamespacedNames
NamespacedNames. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NamespacedNames
NamespacedNames. parseFrom(InputStream input)
static NamespacedNames
NamespacedNames. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NamespacedNames
NamespacedNames. parseFrom(ByteBuffer data)
static NamespacedNames
NamespacedNames. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type NamespacedNames Modifier and Type Method Description com.google.protobuf.Parser<NamespacedNames>
NamespacedNames. getParserForType()
static com.google.protobuf.Parser<NamespacedNames>
NamespacedNames. parser()
Methods in com.google.cloud.gkebackup.v1 with parameters of type NamespacedNames Modifier and Type Method Description NamespacedNames.Builder
NamespacedNames.Builder. mergeFrom(NamespacedNames other)
Backup.Builder
Backup.Builder. mergeSelectedApplications(NamespacedNames value)
Output only.BackupPlan.BackupConfig.Builder
BackupPlan.BackupConfig.Builder. mergeSelectedApplications(NamespacedNames value)
If set, include just the resources referenced by the listed ProtectedApplications.RestoreConfig.Builder
RestoreConfig.Builder. mergeSelectedApplications(NamespacedNames value)
A list of selected ProtectedApplications to restore.static NamespacedNames.Builder
NamespacedNames. newBuilder(NamespacedNames prototype)
Backup.Builder
Backup.Builder. setSelectedApplications(NamespacedNames value)
Output only.BackupPlan.BackupConfig.Builder
BackupPlan.BackupConfig.Builder. setSelectedApplications(NamespacedNames value)
If set, include just the resources referenced by the listed ProtectedApplications.RestoreConfig.Builder
RestoreConfig.Builder. setSelectedApplications(NamespacedNames value)
A list of selected ProtectedApplications to restore.
-