Uses of Class
com.google.cloud.secretmanager.v1beta1.GetSecretRequest
-
Packages that use GetSecretRequest Package Description com.google.cloud.secretmanager.v1beta1 The interfaces provided are listed below, along with usage samples.com.google.cloud.secretmanager.v1beta1.stub -
-
Uses of GetSecretRequest in com.google.cloud.secretmanager.v1beta1
Methods in com.google.cloud.secretmanager.v1beta1 that return GetSecretRequest Modifier and Type Method Description GetSecretRequest
GetSecretRequest.Builder. build()
GetSecretRequest
GetSecretRequest.Builder. buildPartial()
static GetSecretRequest
GetSecretRequest. getDefaultInstance()
GetSecretRequest
GetSecretRequest.Builder. getDefaultInstanceForType()
GetSecretRequest
GetSecretRequest. getDefaultInstanceForType()
static GetSecretRequest
GetSecretRequest. parseDelimitedFrom(InputStream input)
static GetSecretRequest
GetSecretRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSecretRequest
GetSecretRequest. parseFrom(byte[] data)
static GetSecretRequest
GetSecretRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSecretRequest
GetSecretRequest. parseFrom(com.google.protobuf.ByteString data)
static GetSecretRequest
GetSecretRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSecretRequest
GetSecretRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetSecretRequest
GetSecretRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSecretRequest
GetSecretRequest. parseFrom(InputStream input)
static GetSecretRequest
GetSecretRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSecretRequest
GetSecretRequest. parseFrom(ByteBuffer data)
static GetSecretRequest
GetSecretRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.secretmanager.v1beta1 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.secrets.v1beta1.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.v1beta1 with parameters of type GetSecretRequest Modifier and Type Method Description Secret
SecretManagerServiceClient. getSecret(GetSecretRequest request)
Gets metadata for a given [Secret][google.cloud.secrets.v1beta1.Secret].Secret
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub. getSecret(GetSecretRequest request)
Gets metadata for a given [Secret][google.cloud.secrets.v1beta1.Secret].com.google.common.util.concurrent.ListenableFuture<Secret>
SecretManagerServiceGrpc.SecretManagerServiceFutureStub. getSecret(GetSecretRequest request)
Gets metadata for a given [Secret][google.cloud.secrets.v1beta1.Secret].void
SecretManagerServiceGrpc.SecretManagerServiceImplBase. getSecret(GetSecretRequest request, io.grpc.stub.StreamObserver<Secret> responseObserver)
Gets metadata for a given [Secret][google.cloud.secrets.v1beta1.Secret].void
SecretManagerServiceGrpc.SecretManagerServiceStub. getSecret(GetSecretRequest request, io.grpc.stub.StreamObserver<Secret> responseObserver)
Gets metadata for a given [Secret][google.cloud.secrets.v1beta1.Secret].GetSecretRequest.Builder
GetSecretRequest.Builder. mergeFrom(GetSecretRequest other)
static GetSecretRequest.Builder
GetSecretRequest. newBuilder(GetSecretRequest prototype)
-
Uses of GetSecretRequest in com.google.cloud.secretmanager.v1beta1.stub
Methods in com.google.cloud.secretmanager.v1beta1.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>
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.
-