Uses of Class
com.google.cloud.secretmanager.v1.GetSecretRequest
-
Packages that use GetSecretRequest Package Description com.google.cloud.secretmanager.v1 A client to Secret Manager APIcom.google.cloud.secretmanager.v1.stub -
-
Uses of GetSecretRequest in com.google.cloud.secretmanager.v1
Methods in com.google.cloud.secretmanager.v1 that return GetSecretRequest Modifier and Type Method Description GetSecretRequestGetSecretRequest.Builder. build()GetSecretRequestGetSecretRequest.Builder. buildPartial()static GetSecretRequestGetSecretRequest. getDefaultInstance()GetSecretRequestGetSecretRequest.Builder. getDefaultInstanceForType()GetSecretRequestGetSecretRequest. getDefaultInstanceForType()static GetSecretRequestGetSecretRequest. parseDelimitedFrom(InputStream input)static GetSecretRequestGetSecretRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSecretRequestGetSecretRequest. parseFrom(byte[] data)static GetSecretRequestGetSecretRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSecretRequestGetSecretRequest. parseFrom(com.google.protobuf.ByteString data)static GetSecretRequestGetSecretRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSecretRequestGetSecretRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetSecretRequestGetSecretRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSecretRequestGetSecretRequest. parseFrom(InputStream input)static GetSecretRequestGetSecretRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSecretRequestGetSecretRequest. parseFrom(ByteBuffer data)static GetSecretRequestGetSecretRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.secretmanager.v1 that return types with arguments of type GetSecretRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetSecretRequest,Secret>SecretManagerServiceGrpc. getGetSecretMethod()com.google.protobuf.Parser<GetSecretRequest>GetSecretRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetSecretRequest,Secret>SecretManagerServiceClient. getSecretCallable()Gets metadata for a given [Secret][google.cloud.secretmanager.v1.Secret].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSecretRequest,Secret>SecretManagerServiceSettings.Builder. getSecretSettings()Returns the builder for the settings used for calls to getSecret.com.google.api.gax.rpc.UnaryCallSettings<GetSecretRequest,Secret>SecretManagerServiceSettings. getSecretSettings()Returns the object with the settings used for calls to getSecret.static com.google.protobuf.Parser<GetSecretRequest>GetSecretRequest. parser()Methods in com.google.cloud.secretmanager.v1 with parameters of type GetSecretRequest Modifier and Type Method Description SecretSecretManagerServiceClient. getSecret(GetSecretRequest request)Gets metadata for a given [Secret][google.cloud.secretmanager.v1.Secret].default voidSecretManagerServiceGrpc.AsyncService. getSecret(GetSecretRequest request, io.grpc.stub.StreamObserver<Secret> responseObserver)Gets metadata for a given [Secret][google.cloud.secretmanager.v1.Secret].SecretSecretManagerServiceGrpc.SecretManagerServiceBlockingStub. getSecret(GetSecretRequest request)Gets metadata for a given [Secret][google.cloud.secretmanager.v1.Secret].com.google.common.util.concurrent.ListenableFuture<Secret>SecretManagerServiceGrpc.SecretManagerServiceFutureStub. getSecret(GetSecretRequest request)Gets metadata for a given [Secret][google.cloud.secretmanager.v1.Secret].voidSecretManagerServiceGrpc.SecretManagerServiceStub. getSecret(GetSecretRequest request, io.grpc.stub.StreamObserver<Secret> responseObserver)Gets metadata for a given [Secret][google.cloud.secretmanager.v1.Secret].GetSecretRequest.BuilderGetSecretRequest.Builder. mergeFrom(GetSecretRequest other)static GetSecretRequest.BuilderGetSecretRequest. newBuilder(GetSecretRequest prototype) -
Uses of GetSecretRequest in com.google.cloud.secretmanager.v1.stub
Methods in com.google.cloud.secretmanager.v1.stub that return types with arguments of type GetSecretRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSecretRequest,Secret>GrpcSecretManagerServiceStub. getSecretCallable()com.google.api.gax.rpc.UnaryCallable<GetSecretRequest,Secret>HttpJsonSecretManagerServiceStub. getSecretCallable()com.google.api.gax.rpc.UnaryCallable<GetSecretRequest,Secret>SecretManagerServiceStub. getSecretCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSecretRequest,Secret>SecretManagerServiceStubSettings.Builder. getSecretSettings()Returns the builder for the settings used for calls to getSecret.com.google.api.gax.rpc.UnaryCallSettings<GetSecretRequest,Secret>SecretManagerServiceStubSettings. getSecretSettings()Returns the object with the settings used for calls to getSecret.
-