Uses of Class
com.google.cloud.netapp.v1.KmsConfig
-
Packages that use KmsConfig Package Description com.google.cloud.netapp.v1 A client to NetApp APIcom.google.cloud.netapp.v1.stub -
-
Uses of KmsConfig in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return KmsConfig Modifier and Type Method Description KmsConfig
KmsConfig.Builder. build()
KmsConfig
KmsConfig.Builder. buildPartial()
static KmsConfig
KmsConfig. getDefaultInstance()
KmsConfig
KmsConfig.Builder. getDefaultInstanceForType()
KmsConfig
KmsConfig. getDefaultInstanceForType()
KmsConfig
CreateKmsConfigRequest.Builder. getKmsConfig()
Required.KmsConfig
CreateKmsConfigRequest. getKmsConfig()
Required.KmsConfig
CreateKmsConfigRequestOrBuilder. getKmsConfig()
Required.KmsConfig
NetAppClient. getKmsConfig(GetKmsConfigRequest request)
Returns the description of the specified KMS config by kms_config_id.KmsConfig
NetAppClient. getKmsConfig(KmsConfigName name)
Returns the description of the specified KMS config by kms_config_id.KmsConfig
NetAppClient. getKmsConfig(String name)
Returns the description of the specified KMS config by kms_config_id.KmsConfig
NetAppGrpc.NetAppBlockingStub. getKmsConfig(GetKmsConfigRequest request)
Returns the description of the specified KMS config by kms_config_id.KmsConfig
UpdateKmsConfigRequest.Builder. getKmsConfig()
Required.KmsConfig
UpdateKmsConfigRequest. getKmsConfig()
Required.KmsConfig
UpdateKmsConfigRequestOrBuilder. getKmsConfig()
Required.KmsConfig
ListKmsConfigsResponse.Builder. getKmsConfigs(int index)
The list of KmsConfigsKmsConfig
ListKmsConfigsResponse. getKmsConfigs(int index)
The list of KmsConfigsKmsConfig
ListKmsConfigsResponseOrBuilder. getKmsConfigs(int index)
The list of KmsConfigsstatic KmsConfig
KmsConfig. parseDelimitedFrom(InputStream input)
static KmsConfig
KmsConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KmsConfig
KmsConfig. parseFrom(byte[] data)
static KmsConfig
KmsConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KmsConfig
KmsConfig. parseFrom(com.google.protobuf.ByteString data)
static KmsConfig
KmsConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KmsConfig
KmsConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static KmsConfig
KmsConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KmsConfig
KmsConfig. parseFrom(InputStream input)
static KmsConfig
KmsConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KmsConfig
KmsConfig. parseFrom(ByteBuffer data)
static KmsConfig
KmsConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.netapp.v1 that return types with arguments of type KmsConfig Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<KmsConfig,OperationMetadata>
NetAppClient. createKmsConfigAsync(CreateKmsConfigRequest request)
Creates a new KMS config.com.google.api.gax.longrunning.OperationFuture<KmsConfig,OperationMetadata>
NetAppClient. createKmsConfigAsync(LocationName parent, KmsConfig kmsConfig, String kmsConfigId)
Creates a new KMS config.com.google.api.gax.longrunning.OperationFuture<KmsConfig,OperationMetadata>
NetAppClient. createKmsConfigAsync(String parent, KmsConfig kmsConfig, String kmsConfigId)
Creates a new KMS config.com.google.api.gax.rpc.OperationCallable<CreateKmsConfigRequest,KmsConfig,OperationMetadata>
NetAppClient. createKmsConfigOperationCallable()
Creates a new KMS config.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateKmsConfigRequest,KmsConfig,OperationMetadata>
NetAppSettings.Builder. createKmsConfigOperationSettings()
Returns the builder for the settings used for calls to createKmsConfig.com.google.api.gax.rpc.OperationCallSettings<CreateKmsConfigRequest,KmsConfig,OperationMetadata>
NetAppSettings. createKmsConfigOperationSettings()
Returns the object with the settings used for calls to createKmsConfig.com.google.api.gax.longrunning.OperationFuture<KmsConfig,OperationMetadata>
NetAppClient. encryptVolumesAsync(EncryptVolumesRequest request)
Encrypt the existing volumes without CMEK encryption with the desired the KMS config for the whole region.com.google.api.gax.rpc.OperationCallable<EncryptVolumesRequest,KmsConfig,OperationMetadata>
NetAppClient. encryptVolumesOperationCallable()
Encrypt the existing volumes without CMEK encryption with the desired the KMS config for the whole region.com.google.api.gax.rpc.OperationCallSettings.Builder<EncryptVolumesRequest,KmsConfig,OperationMetadata>
NetAppSettings.Builder. encryptVolumesOperationSettings()
Returns the builder for the settings used for calls to encryptVolumes.com.google.api.gax.rpc.OperationCallSettings<EncryptVolumesRequest,KmsConfig,OperationMetadata>
NetAppSettings. encryptVolumesOperationSettings()
Returns the object with the settings used for calls to encryptVolumes.static io.grpc.MethodDescriptor<GetKmsConfigRequest,KmsConfig>
NetAppGrpc. getGetKmsConfigMethod()
com.google.common.util.concurrent.ListenableFuture<KmsConfig>
NetAppGrpc.NetAppFutureStub. getKmsConfig(GetKmsConfigRequest request)
Returns the description of the specified KMS config by kms_config_id.com.google.api.gax.rpc.UnaryCallable<GetKmsConfigRequest,KmsConfig>
NetAppClient. getKmsConfigCallable()
Returns the description of the specified KMS config by kms_config_id.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetKmsConfigRequest,KmsConfig>
NetAppSettings.Builder. getKmsConfigSettings()
Returns the builder for the settings used for calls to getKmsConfig.com.google.api.gax.rpc.UnaryCallSettings<GetKmsConfigRequest,KmsConfig>
NetAppSettings. getKmsConfigSettings()
Returns the object with the settings used for calls to getKmsConfig.List<KmsConfig>
ListKmsConfigsResponse.Builder. getKmsConfigsList()
The list of KmsConfigsList<KmsConfig>
ListKmsConfigsResponse. getKmsConfigsList()
The list of KmsConfigsList<KmsConfig>
ListKmsConfigsResponseOrBuilder. getKmsConfigsList()
The list of KmsConfigscom.google.protobuf.Parser<KmsConfig>
KmsConfig. getParserForType()
static com.google.protobuf.Parser<KmsConfig>
KmsConfig. parser()
com.google.api.gax.longrunning.OperationFuture<KmsConfig,OperationMetadata>
NetAppClient. updateKmsConfigAsync(KmsConfig kmsConfig, com.google.protobuf.FieldMask updateMask)
Updates the Kms config properties with the full speccom.google.api.gax.longrunning.OperationFuture<KmsConfig,OperationMetadata>
NetAppClient. updateKmsConfigAsync(UpdateKmsConfigRequest request)
Updates the Kms config properties with the full speccom.google.api.gax.rpc.OperationCallable<UpdateKmsConfigRequest,KmsConfig,OperationMetadata>
NetAppClient. updateKmsConfigOperationCallable()
Updates the Kms config properties with the full speccom.google.api.gax.rpc.OperationCallSettings.Builder<UpdateKmsConfigRequest,KmsConfig,OperationMetadata>
NetAppSettings.Builder. updateKmsConfigOperationSettings()
Returns the builder for the settings used for calls to updateKmsConfig.com.google.api.gax.rpc.OperationCallSettings<UpdateKmsConfigRequest,KmsConfig,OperationMetadata>
NetAppSettings. updateKmsConfigOperationSettings()
Returns the object with the settings used for calls to updateKmsConfig.Methods in com.google.cloud.netapp.v1 with parameters of type KmsConfig Modifier and Type Method Description ListKmsConfigsResponse.Builder
ListKmsConfigsResponse.Builder. addKmsConfigs(int index, KmsConfig value)
The list of KmsConfigsListKmsConfigsResponse.Builder
ListKmsConfigsResponse.Builder. addKmsConfigs(KmsConfig value)
The list of KmsConfigscom.google.api.gax.longrunning.OperationFuture<KmsConfig,OperationMetadata>
NetAppClient. createKmsConfigAsync(LocationName parent, KmsConfig kmsConfig, String kmsConfigId)
Creates a new KMS config.com.google.api.gax.longrunning.OperationFuture<KmsConfig,OperationMetadata>
NetAppClient. createKmsConfigAsync(String parent, KmsConfig kmsConfig, String kmsConfigId)
Creates a new KMS config.KmsConfig.Builder
KmsConfig.Builder. mergeFrom(KmsConfig other)
CreateKmsConfigRequest.Builder
CreateKmsConfigRequest.Builder. mergeKmsConfig(KmsConfig value)
Required.UpdateKmsConfigRequest.Builder
UpdateKmsConfigRequest.Builder. mergeKmsConfig(KmsConfig value)
Required.static KmsConfig.Builder
KmsConfig. newBuilder(KmsConfig prototype)
CreateKmsConfigRequest.Builder
CreateKmsConfigRequest.Builder. setKmsConfig(KmsConfig value)
Required.UpdateKmsConfigRequest.Builder
UpdateKmsConfigRequest.Builder. setKmsConfig(KmsConfig value)
Required.ListKmsConfigsResponse.Builder
ListKmsConfigsResponse.Builder. setKmsConfigs(int index, KmsConfig value)
The list of KmsConfigscom.google.api.gax.longrunning.OperationFuture<KmsConfig,OperationMetadata>
NetAppClient. updateKmsConfigAsync(KmsConfig kmsConfig, com.google.protobuf.FieldMask updateMask)
Updates the Kms config properties with the full specMethod parameters in com.google.cloud.netapp.v1 with type arguments of type KmsConfig Modifier and Type Method Description ListKmsConfigsResponse.Builder
ListKmsConfigsResponse.Builder. addAllKmsConfigs(Iterable<? extends KmsConfig> values)
The list of KmsConfigsstatic com.google.api.core.ApiFuture<NetAppClient.ListKmsConfigsPagedResponse>
NetAppClient.ListKmsConfigsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig> context, com.google.api.core.ApiFuture<ListKmsConfigsResponse> futureResponse)
protected NetAppClient.ListKmsConfigsPage
NetAppClient.ListKmsConfigsPage. createPage(com.google.api.gax.rpc.PageContext<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig> context, ListKmsConfigsResponse response)
com.google.api.core.ApiFuture<NetAppClient.ListKmsConfigsPage>
NetAppClient.ListKmsConfigsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig> context, com.google.api.core.ApiFuture<ListKmsConfigsResponse> futureResponse)
default void
NetAppGrpc.AsyncService. getKmsConfig(GetKmsConfigRequest request, io.grpc.stub.StreamObserver<KmsConfig> responseObserver)
Returns the description of the specified KMS config by kms_config_id.void
NetAppGrpc.NetAppStub. getKmsConfig(GetKmsConfigRequest request, io.grpc.stub.StreamObserver<KmsConfig> responseObserver)
Returns the description of the specified KMS config by kms_config_id. -
Uses of KmsConfig in com.google.cloud.netapp.v1.stub
Methods in com.google.cloud.netapp.v1.stub that return types with arguments of type KmsConfig Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateKmsConfigRequest,KmsConfig,OperationMetadata>
GrpcNetAppStub. createKmsConfigOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateKmsConfigRequest,KmsConfig,OperationMetadata>
HttpJsonNetAppStub. createKmsConfigOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateKmsConfigRequest,KmsConfig,OperationMetadata>
NetAppStub. createKmsConfigOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateKmsConfigRequest,KmsConfig,OperationMetadata>
NetAppStubSettings.Builder. createKmsConfigOperationSettings()
Returns the builder for the settings used for calls to createKmsConfig.com.google.api.gax.rpc.OperationCallSettings<CreateKmsConfigRequest,KmsConfig,OperationMetadata>
NetAppStubSettings. createKmsConfigOperationSettings()
Returns the object with the settings used for calls to createKmsConfig.com.google.api.gax.rpc.OperationCallable<EncryptVolumesRequest,KmsConfig,OperationMetadata>
GrpcNetAppStub. encryptVolumesOperationCallable()
com.google.api.gax.rpc.OperationCallable<EncryptVolumesRequest,KmsConfig,OperationMetadata>
HttpJsonNetAppStub. encryptVolumesOperationCallable()
com.google.api.gax.rpc.OperationCallable<EncryptVolumesRequest,KmsConfig,OperationMetadata>
NetAppStub. encryptVolumesOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<EncryptVolumesRequest,KmsConfig,OperationMetadata>
NetAppStubSettings.Builder. encryptVolumesOperationSettings()
Returns the builder for the settings used for calls to encryptVolumes.com.google.api.gax.rpc.OperationCallSettings<EncryptVolumesRequest,KmsConfig,OperationMetadata>
NetAppStubSettings. encryptVolumesOperationSettings()
Returns the object with the settings used for calls to encryptVolumes.com.google.api.gax.rpc.UnaryCallable<GetKmsConfigRequest,KmsConfig>
GrpcNetAppStub. getKmsConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetKmsConfigRequest,KmsConfig>
HttpJsonNetAppStub. getKmsConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetKmsConfigRequest,KmsConfig>
NetAppStub. getKmsConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetKmsConfigRequest,KmsConfig>
NetAppStubSettings.Builder. getKmsConfigSettings()
Returns the builder for the settings used for calls to getKmsConfig.com.google.api.gax.rpc.UnaryCallSettings<GetKmsConfigRequest,KmsConfig>
NetAppStubSettings. getKmsConfigSettings()
Returns the object with the settings used for calls to getKmsConfig.com.google.api.gax.rpc.OperationCallable<UpdateKmsConfigRequest,KmsConfig,OperationMetadata>
GrpcNetAppStub. updateKmsConfigOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateKmsConfigRequest,KmsConfig,OperationMetadata>
HttpJsonNetAppStub. updateKmsConfigOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateKmsConfigRequest,KmsConfig,OperationMetadata>
NetAppStub. updateKmsConfigOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateKmsConfigRequest,KmsConfig,OperationMetadata>
NetAppStubSettings.Builder. updateKmsConfigOperationSettings()
Returns the builder for the settings used for calls to updateKmsConfig.com.google.api.gax.rpc.OperationCallSettings<UpdateKmsConfigRequest,KmsConfig,OperationMetadata>
NetAppStubSettings. updateKmsConfigOperationSettings()
Returns the object with the settings used for calls to updateKmsConfig.
-