Uses of Class
com.google.cloud.gsuiteaddons.v1.stub.GSuiteAddOnsStubSettings
-
Packages that use GSuiteAddOnsStubSettings Package Description com.google.cloud.gsuiteaddons.v1 A client to Google Workspace Add-ons APIcom.google.cloud.gsuiteaddons.v1.stub -
-
Uses of GSuiteAddOnsStubSettings in com.google.cloud.gsuiteaddons.v1
Methods in com.google.cloud.gsuiteaddons.v1 with parameters of type GSuiteAddOnsStubSettings Modifier and Type Method Description static GSuiteAddOnsSettings
GSuiteAddOnsSettings. create(GSuiteAddOnsStubSettings stub)
-
Uses of GSuiteAddOnsStubSettings in com.google.cloud.gsuiteaddons.v1.stub
Methods in com.google.cloud.gsuiteaddons.v1.stub that return GSuiteAddOnsStubSettings Modifier and Type Method Description GSuiteAddOnsStubSettings
GSuiteAddOnsStubSettings.Builder. build()
Methods in com.google.cloud.gsuiteaddons.v1.stub with parameters of type GSuiteAddOnsStubSettings Modifier and Type Method Description static GrpcGSuiteAddOnsStub
GrpcGSuiteAddOnsStub. create(GSuiteAddOnsStubSettings settings)
static HttpJsonGSuiteAddOnsStub
HttpJsonGSuiteAddOnsStub. create(GSuiteAddOnsStubSettings settings)
Constructors in com.google.cloud.gsuiteaddons.v1.stub with parameters of type GSuiteAddOnsStubSettings Constructor Description Builder(GSuiteAddOnsStubSettings settings)
GrpcGSuiteAddOnsStub(GSuiteAddOnsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcGSuiteAddOnsStub, using the given settings.GrpcGSuiteAddOnsStub(GSuiteAddOnsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcGSuiteAddOnsStub, using the given settings.HttpJsonGSuiteAddOnsStub(GSuiteAddOnsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonGSuiteAddOnsStub, using the given settings.HttpJsonGSuiteAddOnsStub(GSuiteAddOnsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonGSuiteAddOnsStub, using the given settings.
-