Uses of Class
com.google.cloud.netapp.v1.GetKmsConfigRequest
-
Packages that use GetKmsConfigRequest Package Description com.google.cloud.netapp.v1 A client to NetApp APIcom.google.cloud.netapp.v1.stub -
-
Uses of GetKmsConfigRequest in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return GetKmsConfigRequest Modifier and Type Method Description GetKmsConfigRequestGetKmsConfigRequest.Builder. build()GetKmsConfigRequestGetKmsConfigRequest.Builder. buildPartial()static GetKmsConfigRequestGetKmsConfigRequest. getDefaultInstance()GetKmsConfigRequestGetKmsConfigRequest.Builder. getDefaultInstanceForType()GetKmsConfigRequestGetKmsConfigRequest. getDefaultInstanceForType()static GetKmsConfigRequestGetKmsConfigRequest. parseDelimitedFrom(InputStream input)static GetKmsConfigRequestGetKmsConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKmsConfigRequestGetKmsConfigRequest. parseFrom(byte[] data)static GetKmsConfigRequestGetKmsConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKmsConfigRequestGetKmsConfigRequest. parseFrom(com.google.protobuf.ByteString data)static GetKmsConfigRequestGetKmsConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKmsConfigRequestGetKmsConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetKmsConfigRequestGetKmsConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKmsConfigRequestGetKmsConfigRequest. parseFrom(InputStream input)static GetKmsConfigRequestGetKmsConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKmsConfigRequestGetKmsConfigRequest. parseFrom(ByteBuffer data)static GetKmsConfigRequestGetKmsConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.netapp.v1 that return types with arguments of type GetKmsConfigRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetKmsConfigRequest,KmsConfig>NetAppGrpc. getGetKmsConfigMethod()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.com.google.protobuf.Parser<GetKmsConfigRequest>GetKmsConfigRequest. getParserForType()static com.google.protobuf.Parser<GetKmsConfigRequest>GetKmsConfigRequest. parser()Methods in com.google.cloud.netapp.v1 with parameters of type GetKmsConfigRequest Modifier and Type Method Description KmsConfigNetAppClient. getKmsConfig(GetKmsConfigRequest request)Returns the description of the specified KMS config by kms_config_id.default voidNetAppGrpc.AsyncService. getKmsConfig(GetKmsConfigRequest request, io.grpc.stub.StreamObserver<KmsConfig> responseObserver)Returns the description of the specified KMS config by kms_config_id.KmsConfigNetAppGrpc.NetAppBlockingStub. getKmsConfig(GetKmsConfigRequest request)Returns the description of the specified KMS config by kms_config_id.com.google.common.util.concurrent.ListenableFuture<KmsConfig>NetAppGrpc.NetAppFutureStub. getKmsConfig(GetKmsConfigRequest request)Returns the description of the specified KMS config by kms_config_id.voidNetAppGrpc.NetAppStub. getKmsConfig(GetKmsConfigRequest request, io.grpc.stub.StreamObserver<KmsConfig> responseObserver)Returns the description of the specified KMS config by kms_config_id.GetKmsConfigRequest.BuilderGetKmsConfigRequest.Builder. mergeFrom(GetKmsConfigRequest other)static GetKmsConfigRequest.BuilderGetKmsConfigRequest. newBuilder(GetKmsConfigRequest prototype) -
Uses of GetKmsConfigRequest in com.google.cloud.netapp.v1.stub
Methods in com.google.cloud.netapp.v1.stub that return types with arguments of type GetKmsConfigRequest Modifier and Type Method Description 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.
-