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 GetInstallStatusRequest
GetInstallStatusRequest.Builder. build()
GetInstallStatusRequest
GetInstallStatusRequest.Builder. buildPartial()
static GetInstallStatusRequest
GetInstallStatusRequest. getDefaultInstance()
GetInstallStatusRequest
GetInstallStatusRequest.Builder. getDefaultInstanceForType()
GetInstallStatusRequest
GetInstallStatusRequest. getDefaultInstanceForType()
static GetInstallStatusRequest
GetInstallStatusRequest. parseDelimitedFrom(InputStream input)
static GetInstallStatusRequest
GetInstallStatusRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInstallStatusRequest
GetInstallStatusRequest. parseFrom(byte[] data)
static GetInstallStatusRequest
GetInstallStatusRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInstallStatusRequest
GetInstallStatusRequest. parseFrom(com.google.protobuf.ByteString data)
static GetInstallStatusRequest
GetInstallStatusRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInstallStatusRequest
GetInstallStatusRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetInstallStatusRequest
GetInstallStatusRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInstallStatusRequest
GetInstallStatusRequest. parseFrom(InputStream input)
static GetInstallStatusRequest
GetInstallStatusRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInstallStatusRequest
GetInstallStatusRequest. parseFrom(ByteBuffer data)
static GetInstallStatusRequest
GetInstallStatusRequest. 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 InstallStatus
GSuiteAddOnsClient. getInstallStatus(GetInstallStatusRequest request)
Fetches the install status of a developer mode deployment.default void
GSuiteAddOnsGrpc.AsyncService. getInstallStatus(GetInstallStatusRequest request, io.grpc.stub.StreamObserver<InstallStatus> responseObserver)
Fetches the install status of a developer mode deployment.InstallStatus
GSuiteAddOnsGrpc.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.void
GSuiteAddOnsGrpc.GSuiteAddOnsStub. getInstallStatus(GetInstallStatusRequest request, io.grpc.stub.StreamObserver<InstallStatus> responseObserver)
Fetches the install status of a developer mode deployment.GetInstallStatusRequest.Builder
GetInstallStatusRequest.Builder. mergeFrom(GetInstallStatusRequest other)
static GetInstallStatusRequest.Builder
GetInstallStatusRequest. 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.
-