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