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