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