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 CreateDeploymentRequest
CreateDeploymentRequest.Builder. build()
CreateDeploymentRequest
CreateDeploymentRequest.Builder. buildPartial()
static CreateDeploymentRequest
CreateDeploymentRequest. getDefaultInstance()
CreateDeploymentRequest
CreateDeploymentRequest.Builder. getDefaultInstanceForType()
CreateDeploymentRequest
CreateDeploymentRequest. getDefaultInstanceForType()
static CreateDeploymentRequest
CreateDeploymentRequest. parseDelimitedFrom(InputStream input)
static CreateDeploymentRequest
CreateDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateDeploymentRequest
CreateDeploymentRequest. parseFrom(byte[] data)
static CreateDeploymentRequest
CreateDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateDeploymentRequest
CreateDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateDeploymentRequest
CreateDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateDeploymentRequest
CreateDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateDeploymentRequest
CreateDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateDeploymentRequest
CreateDeploymentRequest. parseFrom(InputStream input)
static CreateDeploymentRequest
CreateDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateDeploymentRequest
CreateDeploymentRequest. parseFrom(ByteBuffer data)
static CreateDeploymentRequest
CreateDeploymentRequest. 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 Deployment
GSuiteAddOnsClient. createDeployment(CreateDeploymentRequest request)
Creates a deployment with the specified name and configuration.default void
GSuiteAddOnsGrpc.AsyncService. createDeployment(CreateDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)
Creates a deployment with the specified name and configuration.Deployment
GSuiteAddOnsGrpc.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.void
GSuiteAddOnsGrpc.GSuiteAddOnsStub. createDeployment(CreateDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)
Creates a deployment with the specified name and configuration.CreateDeploymentRequest.Builder
CreateDeploymentRequest.Builder. mergeFrom(CreateDeploymentRequest other)
static CreateDeploymentRequest.Builder
CreateDeploymentRequest. 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.
-