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