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