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 UninstallDeploymentRequest
UninstallDeploymentRequest.Builder. build()
UninstallDeploymentRequest
UninstallDeploymentRequest.Builder. buildPartial()
static UninstallDeploymentRequest
UninstallDeploymentRequest. getDefaultInstance()
UninstallDeploymentRequest
UninstallDeploymentRequest.Builder. getDefaultInstanceForType()
UninstallDeploymentRequest
UninstallDeploymentRequest. getDefaultInstanceForType()
static UninstallDeploymentRequest
UninstallDeploymentRequest. parseDelimitedFrom(InputStream input)
static UninstallDeploymentRequest
UninstallDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UninstallDeploymentRequest
UninstallDeploymentRequest. parseFrom(byte[] data)
static UninstallDeploymentRequest
UninstallDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UninstallDeploymentRequest
UninstallDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)
static UninstallDeploymentRequest
UninstallDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UninstallDeploymentRequest
UninstallDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UninstallDeploymentRequest
UninstallDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UninstallDeploymentRequest
UninstallDeploymentRequest. parseFrom(InputStream input)
static UninstallDeploymentRequest
UninstallDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UninstallDeploymentRequest
UninstallDeploymentRequest. parseFrom(ByteBuffer data)
static UninstallDeploymentRequest
UninstallDeploymentRequest. 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.Builder
UninstallDeploymentRequest.Builder. mergeFrom(UninstallDeploymentRequest other)
static UninstallDeploymentRequest.Builder
UninstallDeploymentRequest. newBuilder(UninstallDeploymentRequest prototype)
void
GSuiteAddOnsClient. uninstallDeployment(UninstallDeploymentRequest request)
Uninstalls a developer mode deployment.default void
GSuiteAddOnsGrpc.AsyncService. uninstallDeployment(UninstallDeploymentRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Uninstalls a developer mode deployment.com.google.protobuf.Empty
GSuiteAddOnsGrpc.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.void
GSuiteAddOnsGrpc.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.
-