Uses of Class
com.google.bigtable.admin.v2.EncryptionInfo
-
Packages that use EncryptionInfo Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.models -
-
Uses of EncryptionInfo in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return EncryptionInfo Modifier and Type Method Description EncryptionInfo
EncryptionInfo.Builder. build()
EncryptionInfo
EncryptionInfo.Builder. buildPartial()
static EncryptionInfo
EncryptionInfo. getDefaultInstance()
EncryptionInfo
EncryptionInfo.Builder. getDefaultInstanceForType()
EncryptionInfo
EncryptionInfo. getDefaultInstanceForType()
EncryptionInfo
Backup.Builder. getEncryptionInfo()
Output only.EncryptionInfo
Backup. getEncryptionInfo()
Output only.EncryptionInfo
BackupOrBuilder. getEncryptionInfo()
Output only.EncryptionInfo
Table.ClusterState.Builder. getEncryptionInfo(int index)
Output only.EncryptionInfo
Table.ClusterState. getEncryptionInfo(int index)
Output only.EncryptionInfo
Table.ClusterStateOrBuilder. getEncryptionInfo(int index)
Output only.static EncryptionInfo
EncryptionInfo. parseDelimitedFrom(InputStream input)
static EncryptionInfo
EncryptionInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionInfo
EncryptionInfo. parseFrom(byte[] data)
static EncryptionInfo
EncryptionInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionInfo
EncryptionInfo. parseFrom(com.google.protobuf.ByteString data)
static EncryptionInfo
EncryptionInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionInfo
EncryptionInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static EncryptionInfo
EncryptionInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionInfo
EncryptionInfo. parseFrom(InputStream input)
static EncryptionInfo
EncryptionInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionInfo
EncryptionInfo. parseFrom(ByteBuffer data)
static EncryptionInfo
EncryptionInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type EncryptionInfo Modifier and Type Method Description List<EncryptionInfo>
Table.ClusterState.Builder. getEncryptionInfoList()
Output only.List<EncryptionInfo>
Table.ClusterState. getEncryptionInfoList()
Output only.List<EncryptionInfo>
Table.ClusterStateOrBuilder. getEncryptionInfoList()
Output only.com.google.protobuf.Parser<EncryptionInfo>
EncryptionInfo. getParserForType()
static com.google.protobuf.Parser<EncryptionInfo>
EncryptionInfo. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type EncryptionInfo Modifier and Type Method Description Table.ClusterState.Builder
Table.ClusterState.Builder. addEncryptionInfo(int index, EncryptionInfo value)
Output only.Table.ClusterState.Builder
Table.ClusterState.Builder. addEncryptionInfo(EncryptionInfo value)
Output only.Backup.Builder
Backup.Builder. mergeEncryptionInfo(EncryptionInfo value)
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. mergeFrom(EncryptionInfo other)
static EncryptionInfo.Builder
EncryptionInfo. newBuilder(EncryptionInfo prototype)
Backup.Builder
Backup.Builder. setEncryptionInfo(EncryptionInfo value)
Output only.Table.ClusterState.Builder
Table.ClusterState.Builder. setEncryptionInfo(int index, EncryptionInfo value)
Output only.Method parameters in com.google.bigtable.admin.v2 with type arguments of type EncryptionInfo Modifier and Type Method Description Table.ClusterState.Builder
Table.ClusterState.Builder. addAllEncryptionInfo(Iterable<? extends EncryptionInfo> values)
Output only. -
Uses of EncryptionInfo in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type EncryptionInfo Modifier and Type Method Description static EncryptionInfo
EncryptionInfo. fromProto(EncryptionInfo proto)
-