Uses of Class
com.google.cloud.gsuiteaddons.v1.GetInstallStatusRequest
-
Packages that use GetInstallStatusRequest Package Description com.google.cloud.gsuiteaddons.v1 A client to Google Workspace Add-ons APIcom.google.cloud.gsuiteaddons.v1.stub -
-
Uses of GetInstallStatusRequest in com.google.cloud.gsuiteaddons.v1
Methods in com.google.cloud.gsuiteaddons.v1 that return GetInstallStatusRequest Modifier and Type Method Description GetInstallStatusRequestGetInstallStatusRequest.Builder. build()GetInstallStatusRequestGetInstallStatusRequest.Builder. buildPartial()static GetInstallStatusRequestGetInstallStatusRequest. getDefaultInstance()GetInstallStatusRequestGetInstallStatusRequest.Builder. getDefaultInstanceForType()GetInstallStatusRequestGetInstallStatusRequest. getDefaultInstanceForType()static GetInstallStatusRequestGetInstallStatusRequest. parseDelimitedFrom(InputStream input)static GetInstallStatusRequestGetInstallStatusRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstallStatusRequestGetInstallStatusRequest. parseFrom(byte[] data)static GetInstallStatusRequestGetInstallStatusRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstallStatusRequestGetInstallStatusRequest. parseFrom(com.google.protobuf.ByteString data)static GetInstallStatusRequestGetInstallStatusRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstallStatusRequestGetInstallStatusRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetInstallStatusRequestGetInstallStatusRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstallStatusRequestGetInstallStatusRequest. parseFrom(InputStream input)static GetInstallStatusRequestGetInstallStatusRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInstallStatusRequestGetInstallStatusRequest. parseFrom(ByteBuffer data)static GetInstallStatusRequestGetInstallStatusRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.gsuiteaddons.v1 that return types with arguments of type GetInstallStatusRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetInstallStatusRequest,InstallStatus>GSuiteAddOnsGrpc. getGetInstallStatusMethod()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<GetInstallStatusRequest>GetInstallStatusRequest. getParserForType()static com.google.protobuf.Parser<GetInstallStatusRequest>GetInstallStatusRequest. parser()Methods in com.google.cloud.gsuiteaddons.v1 with parameters of type GetInstallStatusRequest Modifier and Type Method Description InstallStatusGSuiteAddOnsClient. getInstallStatus(GetInstallStatusRequest request)Fetches the install status of a developer mode deployment.default voidGSuiteAddOnsGrpc.AsyncService. getInstallStatus(GetInstallStatusRequest request, io.grpc.stub.StreamObserver<InstallStatus> responseObserver)Fetches the install status of a developer mode deployment.InstallStatusGSuiteAddOnsGrpc.GSuiteAddOnsBlockingStub. getInstallStatus(GetInstallStatusRequest request)Fetches the install status of a developer mode deployment.com.google.common.util.concurrent.ListenableFuture<InstallStatus>GSuiteAddOnsGrpc.GSuiteAddOnsFutureStub. getInstallStatus(GetInstallStatusRequest request)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.GetInstallStatusRequest.BuilderGetInstallStatusRequest.Builder. mergeFrom(GetInstallStatusRequest other)static GetInstallStatusRequest.BuilderGetInstallStatusRequest. newBuilder(GetInstallStatusRequest prototype) -
Uses of GetInstallStatusRequest in com.google.cloud.gsuiteaddons.v1.stub
Methods in com.google.cloud.gsuiteaddons.v1.stub that return types with arguments of type GetInstallStatusRequest 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.
-