Uses of Class
com.google.cloud.secretmanager.v1.GetSecretVersionRequest
-
Packages that use GetSecretVersionRequest Package Description com.google.cloud.secretmanager.v1 A client to Secret Manager APIcom.google.cloud.secretmanager.v1.stub -
-
Uses of GetSecretVersionRequest in com.google.cloud.secretmanager.v1
Methods in com.google.cloud.secretmanager.v1 that return GetSecretVersionRequest Modifier and Type Method Description GetSecretVersionRequestGetSecretVersionRequest.Builder. build()GetSecretVersionRequestGetSecretVersionRequest.Builder. buildPartial()static GetSecretVersionRequestGetSecretVersionRequest. getDefaultInstance()GetSecretVersionRequestGetSecretVersionRequest.Builder. getDefaultInstanceForType()GetSecretVersionRequestGetSecretVersionRequest. getDefaultInstanceForType()static GetSecretVersionRequestGetSecretVersionRequest. parseDelimitedFrom(InputStream input)static GetSecretVersionRequestGetSecretVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSecretVersionRequestGetSecretVersionRequest. parseFrom(byte[] data)static GetSecretVersionRequestGetSecretVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSecretVersionRequestGetSecretVersionRequest. parseFrom(com.google.protobuf.ByteString data)static GetSecretVersionRequestGetSecretVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSecretVersionRequestGetSecretVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetSecretVersionRequestGetSecretVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSecretVersionRequestGetSecretVersionRequest. parseFrom(InputStream input)static GetSecretVersionRequestGetSecretVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSecretVersionRequestGetSecretVersionRequest. parseFrom(ByteBuffer data)static GetSecretVersionRequestGetSecretVersionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.secretmanager.v1 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.secretmanager.v1.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.v1 with parameters of type GetSecretVersionRequest Modifier and Type Method Description SecretVersionSecretManagerServiceClient. getSecretVersion(GetSecretVersionRequest request)Gets metadata for a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].default voidSecretManagerServiceGrpc.AsyncService. getSecretVersion(GetSecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)Gets metadata for a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].SecretVersionSecretManagerServiceGrpc.SecretManagerServiceBlockingStub. getSecretVersion(GetSecretVersionRequest request)Gets metadata for a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].com.google.common.util.concurrent.ListenableFuture<SecretVersion>SecretManagerServiceGrpc.SecretManagerServiceFutureStub. getSecretVersion(GetSecretVersionRequest request)Gets metadata for a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].voidSecretManagerServiceGrpc.SecretManagerServiceStub. getSecretVersion(GetSecretVersionRequest request, io.grpc.stub.StreamObserver<SecretVersion> responseObserver)Gets metadata for a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].GetSecretVersionRequest.BuilderGetSecretVersionRequest.Builder. mergeFrom(GetSecretVersionRequest other)static GetSecretVersionRequest.BuilderGetSecretVersionRequest. newBuilder(GetSecretVersionRequest prototype) -
Uses of GetSecretVersionRequest in com.google.cloud.secretmanager.v1.stub
Methods in com.google.cloud.secretmanager.v1.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>HttpJsonSecretManagerServiceStub. 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.
-