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 GetKmsConfigRequest
GetKmsConfigRequest.Builder. build()
GetKmsConfigRequest
GetKmsConfigRequest.Builder. buildPartial()
static GetKmsConfigRequest
GetKmsConfigRequest. getDefaultInstance()
GetKmsConfigRequest
GetKmsConfigRequest.Builder. getDefaultInstanceForType()
GetKmsConfigRequest
GetKmsConfigRequest. getDefaultInstanceForType()
static GetKmsConfigRequest
GetKmsConfigRequest. parseDelimitedFrom(InputStream input)
static GetKmsConfigRequest
GetKmsConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKmsConfigRequest
GetKmsConfigRequest. parseFrom(byte[] data)
static GetKmsConfigRequest
GetKmsConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKmsConfigRequest
GetKmsConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static GetKmsConfigRequest
GetKmsConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKmsConfigRequest
GetKmsConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetKmsConfigRequest
GetKmsConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKmsConfigRequest
GetKmsConfigRequest. parseFrom(InputStream input)
static GetKmsConfigRequest
GetKmsConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKmsConfigRequest
GetKmsConfigRequest. parseFrom(ByteBuffer data)
static GetKmsConfigRequest
GetKmsConfigRequest. 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 KmsConfig
NetAppClient. getKmsConfig(GetKmsConfigRequest request)
Returns the description of the specified KMS config by kms_config_id.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.KmsConfig
NetAppGrpc.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.void
NetAppGrpc.NetAppStub. getKmsConfig(GetKmsConfigRequest request, io.grpc.stub.StreamObserver<KmsConfig> responseObserver)
Returns the description of the specified KMS config by kms_config_id.GetKmsConfigRequest.Builder
GetKmsConfigRequest.Builder. mergeFrom(GetKmsConfigRequest other)
static GetKmsConfigRequest.Builder
GetKmsConfigRequest. 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.
-