Uses of Class
com.google.bigtable.admin.v2.EncryptionInfo.Builder
-
Packages that use EncryptionInfo.Builder Package Description com.google.bigtable.admin.v2 -
-
Uses of EncryptionInfo.Builder in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return EncryptionInfo.Builder Modifier and Type Method Description EncryptionInfo.Builder
Table.ClusterState.Builder. addEncryptionInfoBuilder()
Output only.EncryptionInfo.Builder
Table.ClusterState.Builder. addEncryptionInfoBuilder(int index)
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
EncryptionInfo.Builder
EncryptionInfo.Builder. clear()
EncryptionInfo.Builder
EncryptionInfo.Builder. clearEncryptionStatus()
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. clearEncryptionType()
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
EncryptionInfo.Builder
EncryptionInfo.Builder. clearKmsKeyVersion()
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
EncryptionInfo.Builder
EncryptionInfo.Builder. clone()
EncryptionInfo.Builder
Backup.Builder. getEncryptionInfoBuilder()
Output only.EncryptionInfo.Builder
Table.ClusterState.Builder. getEncryptionInfoBuilder(int index)
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. mergeEncryptionStatus(com.google.rpc.Status value)
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. mergeFrom(EncryptionInfo other)
EncryptionInfo.Builder
EncryptionInfo.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
EncryptionInfo.Builder
EncryptionInfo.Builder. mergeFrom(com.google.protobuf.Message other)
EncryptionInfo.Builder
EncryptionInfo.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static EncryptionInfo.Builder
EncryptionInfo. newBuilder()
static EncryptionInfo.Builder
EncryptionInfo. newBuilder(EncryptionInfo prototype)
EncryptionInfo.Builder
EncryptionInfo. newBuilderForType()
protected EncryptionInfo.Builder
EncryptionInfo. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
EncryptionInfo.Builder
EncryptionInfo.Builder. setEncryptionStatus(com.google.rpc.Status value)
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. setEncryptionStatus(com.google.rpc.Status.Builder builderForValue)
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. setEncryptionType(EncryptionInfo.EncryptionType value)
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. setEncryptionTypeValue(int value)
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
EncryptionInfo.Builder
EncryptionInfo.Builder. setKmsKeyVersion(String value)
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. setKmsKeyVersionBytes(com.google.protobuf.ByteString value)
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
EncryptionInfo.Builder
EncryptionInfo.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
EncryptionInfo.Builder
EncryptionInfo. toBuilder()
Methods in com.google.bigtable.admin.v2 that return types with arguments of type EncryptionInfo.Builder Modifier and Type Method Description List<EncryptionInfo.Builder>
Table.ClusterState.Builder. getEncryptionInfoBuilderList()
Output only.Methods in com.google.bigtable.admin.v2 with parameters of type EncryptionInfo.Builder Modifier and Type Method Description Table.ClusterState.Builder
Table.ClusterState.Builder. addEncryptionInfo(int index, EncryptionInfo.Builder builderForValue)
Output only.Table.ClusterState.Builder
Table.ClusterState.Builder. addEncryptionInfo(EncryptionInfo.Builder builderForValue)
Output only.Backup.Builder
Backup.Builder. setEncryptionInfo(EncryptionInfo.Builder builderForValue)
Output only.Table.ClusterState.Builder
Table.ClusterState.Builder. setEncryptionInfo(int index, EncryptionInfo.Builder builderForValue)
Output only.
-