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 InstallStatusInstallStatus.Builder. build()InstallStatusInstallStatus.Builder. buildPartial()static InstallStatusInstallStatus. getDefaultInstance()InstallStatusInstallStatus.Builder. getDefaultInstanceForType()InstallStatusInstallStatus. getDefaultInstanceForType()InstallStatusGSuiteAddOnsClient. getInstallStatus(GetInstallStatusRequest request)Fetches the install status of a developer mode deployment.InstallStatusGSuiteAddOnsClient. getInstallStatus(InstallStatusName name)Fetches the install status of a developer mode deployment.InstallStatusGSuiteAddOnsClient. getInstallStatus(String name)Fetches the install status of a developer mode deployment.InstallStatusGSuiteAddOnsGrpc.GSuiteAddOnsBlockingStub. getInstallStatus(GetInstallStatusRequest request)Fetches the install status of a developer mode deployment.static InstallStatusInstallStatus. parseDelimitedFrom(InputStream input)static InstallStatusInstallStatus. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstallStatusInstallStatus. parseFrom(byte[] data)static InstallStatusInstallStatus. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstallStatusInstallStatus. parseFrom(com.google.protobuf.ByteString data)static InstallStatusInstallStatus. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstallStatusInstallStatus. parseFrom(com.google.protobuf.CodedInputStream input)static InstallStatusInstallStatus. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstallStatusInstallStatus. parseFrom(InputStream input)static InstallStatusInstallStatus. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstallStatusInstallStatus. parseFrom(ByteBuffer data)static InstallStatusInstallStatus. 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.BuilderInstallStatus.Builder. mergeFrom(InstallStatus other)static InstallStatus.BuilderInstallStatus. newBuilder(InstallStatus prototype)Method parameters in com.google.cloud.gsuiteaddons.v1 with type arguments of type InstallStatus Modifier and Type Method Description default voidGSuiteAddOnsGrpc.AsyncService. getInstallStatus(GetInstallStatusRequest request, io.grpc.stub.StreamObserver<InstallStatus> responseObserver)Fetches the install status of a developer mode deployment.voidGSuiteAddOnsGrpc.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.
-