Uses of Class
com.google.cloud.secretmanager.v1beta1.GetSecretVersionRequest
-
Packages that use GetSecretVersionRequest 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 GetSecretVersionRequest in com.google.cloud.secretmanager.v1beta1
Methods in com.google.cloud.secretmanager.v1beta1 that return GetSecretVersionRequest Modifier and Type Method Description GetSecretVersionRequest
GetSecretVersionRequest.Builder. build()
GetSecretVersionRequest
GetSecretVersionRequest.Builder. buildPartial()
static GetSecretVersionRequest
GetSecretVersionRequest. getDefaultInstance()
GetSecretVersionRequest
GetSecretVersionRequest.Builder. getDefaultInstanceForType()
GetSecretVersionRequest
GetSecretVersionRequest. getDefaultInstanceForType()
static GetSecretVersionRequest
GetSecretVersionRequest. parseDelimitedFrom(InputStream input)
static GetSecretVersionRequest
GetSecretVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSecretVersionRequest
GetSecretVersionRequest. parseFrom(byte[] data)
static GetSecretVersionRequest
GetSecretVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSecretVersionRequest
GetSecretVersionRequest. parseFrom(com.google.protobuf.ByteString data)
static GetSecretVersionRequest
GetSecretVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSecretVersionRequest
GetSecretVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetSecretVersionRequest
GetSecretVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSecretVersionRequest
GetSecretVersionRequest. parseFrom(InputStream input)
static GetSecretVersionRequest
GetSecretVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSecretVersionRequest
GetSecretVersionRequest. parseFrom(ByteBuffer data)
static GetSecretVersionRequest
GetSecretVersionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.secretmanager.v1beta1 that return types with arguments of type GetSecretVersionRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetSecretVersionRequest,SecretVersion>
SecretManagerServiceGrpc. getGetSecretVersionMethod()
com.google.protobuf.Parser<GetSecretVersionRequest>
GetSecretVersionRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetSecretVersionRequest,SecretVersion>
SecretManagerServiceClient. getSecretVersionCallable()
Gets metadata for a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSecretVersionRequest,SecretVersion>
SecretManagerServiceSettings.Builder. getSecretVersionSettings()
Returns the builder for the settings used for calls to getSecretVersion.com.google.api.gax.rpc.UnaryCallSettings<GetSecretVersionRequest,SecretVersion>
SecretManagerServiceSettings. getSecretVersionSettings()
Returns the object with the settings used for calls to getSecretVersion.static com.google.protobuf.Parser<GetSecretVersionRequest>
GetSecretVersionRequest. parser()
Methods in com.google.cloud.secretmanager.v1beta1 with parameters of type GetSecretVersionRequest Modifier and Type Method Description SecretVersion
SecretManagerServiceClient. getSecretVersion(GetSecretVersionRequest request)
Gets metadata for a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].SecretVersion
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub. getSecretVersion(GetSecretVersionRequest request)
Gets metadata for a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].com.google.common.util.concurrent.ListenableFuture<SecretVersion>
SecretManagerServiceGrpc.SecretManagerServiceFutureStub. getSecretVersion(GetSecretVersionRequest request)
Gets metadata for a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].void
SecretManagerServiceGrpc.SecretManagerServiceImplBase. getSecretVersion(GetSecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)
Gets metadata for a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].void
SecretManagerServiceGrpc.SecretManagerServiceStub. getSecretVersion(GetSecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)
Gets metadata for a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].GetSecretVersionRequest.Builder
GetSecretVersionRequest.Builder. mergeFrom(GetSecretVersionRequest other)
static GetSecretVersionRequest.Builder
GetSecretVersionRequest. newBuilder(GetSecretVersionRequest prototype)
-
Uses of GetSecretVersionRequest in com.google.cloud.secretmanager.v1beta1.stub
Methods in com.google.cloud.secretmanager.v1beta1.stub that return types with arguments of type GetSecretVersionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSecretVersionRequest,SecretVersion>
GrpcSecretManagerServiceStub. getSecretVersionCallable()
com.google.api.gax.rpc.UnaryCallable<GetSecretVersionRequest,SecretVersion>
SecretManagerServiceStub. getSecretVersionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSecretVersionRequest,SecretVersion>
SecretManagerServiceStubSettings.Builder. getSecretVersionSettings()
Returns the builder for the settings used for calls to getSecretVersion.com.google.api.gax.rpc.UnaryCallSettings<GetSecretVersionRequest,SecretVersion>
SecretManagerServiceStubSettings. getSecretVersionSettings()
Returns the object with the settings used for calls to getSecretVersion.
-