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