Uses of Class
com.google.cloud.secretmanager.v1beta1.AccessSecretVersionRequest
-
Packages that use AccessSecretVersionRequest 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 AccessSecretVersionRequest in com.google.cloud.secretmanager.v1beta1
Methods in com.google.cloud.secretmanager.v1beta1 that return AccessSecretVersionRequest Modifier and Type Method Description AccessSecretVersionRequestAccessSecretVersionRequest.Builder. build()AccessSecretVersionRequestAccessSecretVersionRequest.Builder. buildPartial()static AccessSecretVersionRequestAccessSecretVersionRequest. getDefaultInstance()AccessSecretVersionRequestAccessSecretVersionRequest.Builder. getDefaultInstanceForType()AccessSecretVersionRequestAccessSecretVersionRequest. getDefaultInstanceForType()static AccessSecretVersionRequestAccessSecretVersionRequest. parseDelimitedFrom(InputStream input)static AccessSecretVersionRequestAccessSecretVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AccessSecretVersionRequestAccessSecretVersionRequest. parseFrom(byte[] data)static AccessSecretVersionRequestAccessSecretVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AccessSecretVersionRequestAccessSecretVersionRequest. parseFrom(com.google.protobuf.ByteString data)static AccessSecretVersionRequestAccessSecretVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AccessSecretVersionRequestAccessSecretVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AccessSecretVersionRequestAccessSecretVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AccessSecretVersionRequestAccessSecretVersionRequest. parseFrom(InputStream input)static AccessSecretVersionRequestAccessSecretVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AccessSecretVersionRequestAccessSecretVersionRequest. parseFrom(ByteBuffer data)static AccessSecretVersionRequestAccessSecretVersionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.secretmanager.v1beta1 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.secrets.v1beta1.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.v1beta1 with parameters of type AccessSecretVersionRequest Modifier and Type Method Description AccessSecretVersionResponseSecretManagerServiceClient. accessSecretVersion(AccessSecretVersionRequest request)Accesses a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].AccessSecretVersionResponseSecretManagerServiceGrpc.SecretManagerServiceBlockingStub. accessSecretVersion(AccessSecretVersionRequest request)Accesses a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].com.google.common.util.concurrent.ListenableFuture<AccessSecretVersionResponse>SecretManagerServiceGrpc.SecretManagerServiceFutureStub. accessSecretVersion(AccessSecretVersionRequest request)Accesses a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].voidSecretManagerServiceGrpc.SecretManagerServiceImplBase. accessSecretVersion(AccessSecretVersionRequest request, io.grpc.stub.StreamObserver<AccessSecretVersionResponse> responseObserver)Accesses a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].voidSecretManagerServiceGrpc.SecretManagerServiceStub. accessSecretVersion(AccessSecretVersionRequest request, io.grpc.stub.StreamObserver<AccessSecretVersionResponse> responseObserver)Accesses a [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion].AccessSecretVersionRequest.BuilderAccessSecretVersionRequest.Builder. mergeFrom(AccessSecretVersionRequest other)static AccessSecretVersionRequest.BuilderAccessSecretVersionRequest. newBuilder(AccessSecretVersionRequest prototype) -
Uses of AccessSecretVersionRequest in com.google.cloud.secretmanager.v1beta1.stub
Methods in com.google.cloud.secretmanager.v1beta1.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>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.
-