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 InstallDeploymentRequestInstallDeploymentRequest.Builder. build()InstallDeploymentRequestInstallDeploymentRequest.Builder. buildPartial()static InstallDeploymentRequestInstallDeploymentRequest. getDefaultInstance()InstallDeploymentRequestInstallDeploymentRequest.Builder. getDefaultInstanceForType()InstallDeploymentRequestInstallDeploymentRequest. getDefaultInstanceForType()static InstallDeploymentRequestInstallDeploymentRequest. parseDelimitedFrom(InputStream input)static InstallDeploymentRequestInstallDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstallDeploymentRequestInstallDeploymentRequest. parseFrom(byte[] data)static InstallDeploymentRequestInstallDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstallDeploymentRequestInstallDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)static InstallDeploymentRequestInstallDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstallDeploymentRequestInstallDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static InstallDeploymentRequestInstallDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstallDeploymentRequestInstallDeploymentRequest. parseFrom(InputStream input)static InstallDeploymentRequestInstallDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstallDeploymentRequestInstallDeploymentRequest. parseFrom(ByteBuffer data)static InstallDeploymentRequestInstallDeploymentRequest. 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 voidGSuiteAddOnsClient. installDeployment(InstallDeploymentRequest request)Installs a deployment in developer mode.default voidGSuiteAddOnsGrpc.AsyncService. installDeployment(InstallDeploymentRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Installs a deployment in developer mode.com.google.protobuf.EmptyGSuiteAddOnsGrpc.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.voidGSuiteAddOnsGrpc.GSuiteAddOnsStub. installDeployment(InstallDeploymentRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Installs a deployment in developer mode.InstallDeploymentRequest.BuilderInstallDeploymentRequest.Builder. mergeFrom(InstallDeploymentRequest other)static InstallDeploymentRequest.BuilderInstallDeploymentRequest. 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.
-