Package com.google.cloud.gsuiteaddons.v1
Class GSuiteAddOnsGrpc
- java.lang.Object
-
- com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/gsuiteaddons/v1/gsuiteaddons.proto") public final class GSuiteAddOnsGrpc extends Object
A service for managing Google Workspace Add-ons deployments. A Google Workspace Add-on is a third-party embedded component that can be installed in Google Workspace Applications like Gmail, Calendar, Drive, and the Google Docs, Sheets, and Slides editors. Google Workspace Add-ons can display UI cards, receive contextual information from the host application, and perform actions in the host application (See: https://developers.google.com/gsuite/add-ons/overview for more information). A Google Workspace Add-on deployment resource specifies metadata about the add-on, including a specification of the entry points in the host application that trigger add-on executions (see: https://developers.google.com/gsuite/add-ons/concepts/gsuite-manifests). Add-on deployments defined via the Google Workspace Add-ons API define their entrypoints using HTTPS URLs (See: https://developers.google.com/gsuite/add-ons/guides/alternate-runtimes), A Google Workspace Add-on deployment can be installed in developer mode, which allows an add-on developer to test the experience an end-user would see when installing and running the add-on in their G Suite applications. When running in developer mode, more detailed error messages are exposed in the add-on UI to aid in debugging. A Google Workspace Add-on deployment can be published to Google Workspace Marketplace, which allows other Google Workspace users to discover and install the add-on. See: https://developers.google.com/gsuite/add-ons/how-tos/publish-add-on-overview for details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
GSuiteAddOnsGrpc.AsyncService
A service for managing Google Workspace Add-ons deployments.static class
GSuiteAddOnsGrpc.GSuiteAddOnsBlockingStub
A stub to allow clients to do synchronous rpc calls to service GSuiteAddOns.static class
GSuiteAddOnsGrpc.GSuiteAddOnsFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service GSuiteAddOns.static class
GSuiteAddOnsGrpc.GSuiteAddOnsImplBase
Base class for the server implementation of the service GSuiteAddOns.static class
GSuiteAddOnsGrpc.GSuiteAddOnsStub
A stub to allow clients to do asynchronous rpc calls to service GSuiteAddOns.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(GSuiteAddOnsGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateDeploymentRequest,Deployment>
getCreateDeploymentMethod()
static io.grpc.MethodDescriptor<DeleteDeploymentRequest,com.google.protobuf.Empty>
getDeleteDeploymentMethod()
static io.grpc.MethodDescriptor<GetAuthorizationRequest,Authorization>
getGetAuthorizationMethod()
static io.grpc.MethodDescriptor<GetDeploymentRequest,Deployment>
getGetDeploymentMethod()
static io.grpc.MethodDescriptor<GetInstallStatusRequest,InstallStatus>
getGetInstallStatusMethod()
static io.grpc.MethodDescriptor<InstallDeploymentRequest,com.google.protobuf.Empty>
getInstallDeploymentMethod()
static io.grpc.MethodDescriptor<ListDeploymentsRequest,ListDeploymentsResponse>
getListDeploymentsMethod()
static io.grpc.MethodDescriptor<ReplaceDeploymentRequest,Deployment>
getReplaceDeploymentMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UninstallDeploymentRequest,com.google.protobuf.Empty>
getUninstallDeploymentMethod()
static GSuiteAddOnsGrpc.GSuiteAddOnsBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic GSuiteAddOnsGrpc.GSuiteAddOnsFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic GSuiteAddOnsGrpc.GSuiteAddOnsStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetAuthorizationMethod
public static io.grpc.MethodDescriptor<GetAuthorizationRequest,Authorization> getGetAuthorizationMethod()
-
getCreateDeploymentMethod
public static io.grpc.MethodDescriptor<CreateDeploymentRequest,Deployment> getCreateDeploymentMethod()
-
getReplaceDeploymentMethod
public static io.grpc.MethodDescriptor<ReplaceDeploymentRequest,Deployment> getReplaceDeploymentMethod()
-
getGetDeploymentMethod
public static io.grpc.MethodDescriptor<GetDeploymentRequest,Deployment> getGetDeploymentMethod()
-
getListDeploymentsMethod
public static io.grpc.MethodDescriptor<ListDeploymentsRequest,ListDeploymentsResponse> getListDeploymentsMethod()
-
getDeleteDeploymentMethod
public static io.grpc.MethodDescriptor<DeleteDeploymentRequest,com.google.protobuf.Empty> getDeleteDeploymentMethod()
-
getInstallDeploymentMethod
public static io.grpc.MethodDescriptor<InstallDeploymentRequest,com.google.protobuf.Empty> getInstallDeploymentMethod()
-
getUninstallDeploymentMethod
public static io.grpc.MethodDescriptor<UninstallDeploymentRequest,com.google.protobuf.Empty> getUninstallDeploymentMethod()
-
getGetInstallStatusMethod
public static io.grpc.MethodDescriptor<GetInstallStatusRequest,InstallStatus> getGetInstallStatusMethod()
-
newStub
public static GSuiteAddOnsGrpc.GSuiteAddOnsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static GSuiteAddOnsGrpc.GSuiteAddOnsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static GSuiteAddOnsGrpc.GSuiteAddOnsFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(GSuiteAddOnsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-