Uses of Class
com.google.cloud.gsuiteaddons.v1.CreateDeploymentRequest
-
Packages that use CreateDeploymentRequest Package Description com.google.cloud.gsuiteaddons.v1 A client to Google Workspace Add-ons APIcom.google.cloud.gsuiteaddons.v1.stub -
-
Uses of CreateDeploymentRequest in com.google.cloud.gsuiteaddons.v1
Methods in com.google.cloud.gsuiteaddons.v1 that return CreateDeploymentRequest Modifier and Type Method Description CreateDeploymentRequestCreateDeploymentRequest.Builder. build()CreateDeploymentRequestCreateDeploymentRequest.Builder. buildPartial()static CreateDeploymentRequestCreateDeploymentRequest. getDefaultInstance()CreateDeploymentRequestCreateDeploymentRequest.Builder. getDefaultInstanceForType()CreateDeploymentRequestCreateDeploymentRequest. getDefaultInstanceForType()static CreateDeploymentRequestCreateDeploymentRequest. parseDelimitedFrom(InputStream input)static CreateDeploymentRequestCreateDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateDeploymentRequestCreateDeploymentRequest. parseFrom(byte[] data)static CreateDeploymentRequestCreateDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateDeploymentRequestCreateDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)static CreateDeploymentRequestCreateDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateDeploymentRequestCreateDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateDeploymentRequestCreateDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateDeploymentRequestCreateDeploymentRequest. parseFrom(InputStream input)static CreateDeploymentRequestCreateDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateDeploymentRequestCreateDeploymentRequest. parseFrom(ByteBuffer data)static CreateDeploymentRequestCreateDeploymentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.gsuiteaddons.v1 that return types with arguments of type CreateDeploymentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateDeploymentRequest,Deployment>GSuiteAddOnsClient. createDeploymentCallable()Creates a deployment with the specified name and configuration.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDeploymentRequest,Deployment>GSuiteAddOnsSettings.Builder. createDeploymentSettings()Returns the builder for the settings used for calls to createDeployment.com.google.api.gax.rpc.UnaryCallSettings<CreateDeploymentRequest,Deployment>GSuiteAddOnsSettings. createDeploymentSettings()Returns the object with the settings used for calls to createDeployment.static io.grpc.MethodDescriptor<CreateDeploymentRequest,Deployment>GSuiteAddOnsGrpc. getCreateDeploymentMethod()com.google.protobuf.Parser<CreateDeploymentRequest>CreateDeploymentRequest. getParserForType()static com.google.protobuf.Parser<CreateDeploymentRequest>CreateDeploymentRequest. parser()Methods in com.google.cloud.gsuiteaddons.v1 with parameters of type CreateDeploymentRequest Modifier and Type Method Description DeploymentGSuiteAddOnsClient. createDeployment(CreateDeploymentRequest request)Creates a deployment with the specified name and configuration.default voidGSuiteAddOnsGrpc.AsyncService. createDeployment(CreateDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)Creates a deployment with the specified name and configuration.DeploymentGSuiteAddOnsGrpc.GSuiteAddOnsBlockingStub. createDeployment(CreateDeploymentRequest request)Creates a deployment with the specified name and configuration.com.google.common.util.concurrent.ListenableFuture<Deployment>GSuiteAddOnsGrpc.GSuiteAddOnsFutureStub. createDeployment(CreateDeploymentRequest request)Creates a deployment with the specified name and configuration.voidGSuiteAddOnsGrpc.GSuiteAddOnsStub. createDeployment(CreateDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)Creates a deployment with the specified name and configuration.CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. mergeFrom(CreateDeploymentRequest other)static CreateDeploymentRequest.BuilderCreateDeploymentRequest. newBuilder(CreateDeploymentRequest prototype) -
Uses of CreateDeploymentRequest in com.google.cloud.gsuiteaddons.v1.stub
Methods in com.google.cloud.gsuiteaddons.v1.stub that return types with arguments of type CreateDeploymentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateDeploymentRequest,Deployment>GrpcGSuiteAddOnsStub. createDeploymentCallable()com.google.api.gax.rpc.UnaryCallable<CreateDeploymentRequest,Deployment>GSuiteAddOnsStub. createDeploymentCallable()com.google.api.gax.rpc.UnaryCallable<CreateDeploymentRequest,Deployment>HttpJsonGSuiteAddOnsStub. createDeploymentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDeploymentRequest,Deployment>GSuiteAddOnsStubSettings.Builder. createDeploymentSettings()Returns the builder for the settings used for calls to createDeployment.com.google.api.gax.rpc.UnaryCallSettings<CreateDeploymentRequest,Deployment>GSuiteAddOnsStubSettings. createDeploymentSettings()Returns the object with the settings used for calls to createDeployment.
-