Uses of Class
com.google.cloud.gsuiteaddons.v1.GetAuthorizationRequest
-
Packages that use GetAuthorizationRequest Package Description com.google.cloud.gsuiteaddons.v1 A client to Google Workspace Add-ons APIcom.google.cloud.gsuiteaddons.v1.stub -
-
Uses of GetAuthorizationRequest in com.google.cloud.gsuiteaddons.v1
Methods in com.google.cloud.gsuiteaddons.v1 that return GetAuthorizationRequest Modifier and Type Method Description GetAuthorizationRequest
GetAuthorizationRequest.Builder. build()
GetAuthorizationRequest
GetAuthorizationRequest.Builder. buildPartial()
static GetAuthorizationRequest
GetAuthorizationRequest. getDefaultInstance()
GetAuthorizationRequest
GetAuthorizationRequest.Builder. getDefaultInstanceForType()
GetAuthorizationRequest
GetAuthorizationRequest. getDefaultInstanceForType()
static GetAuthorizationRequest
GetAuthorizationRequest. parseDelimitedFrom(InputStream input)
static GetAuthorizationRequest
GetAuthorizationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAuthorizationRequest
GetAuthorizationRequest. parseFrom(byte[] data)
static GetAuthorizationRequest
GetAuthorizationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAuthorizationRequest
GetAuthorizationRequest. parseFrom(com.google.protobuf.ByteString data)
static GetAuthorizationRequest
GetAuthorizationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAuthorizationRequest
GetAuthorizationRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetAuthorizationRequest
GetAuthorizationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAuthorizationRequest
GetAuthorizationRequest. parseFrom(InputStream input)
static GetAuthorizationRequest
GetAuthorizationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAuthorizationRequest
GetAuthorizationRequest. parseFrom(ByteBuffer data)
static GetAuthorizationRequest
GetAuthorizationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gsuiteaddons.v1 that return types with arguments of type GetAuthorizationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAuthorizationRequest,Authorization>
GSuiteAddOnsClient. getAuthorizationCallable()
Gets the authorization information for deployments in a given project.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAuthorizationRequest,Authorization>
GSuiteAddOnsSettings.Builder. getAuthorizationSettings()
Returns the builder for the settings used for calls to getAuthorization.com.google.api.gax.rpc.UnaryCallSettings<GetAuthorizationRequest,Authorization>
GSuiteAddOnsSettings. getAuthorizationSettings()
Returns the object with the settings used for calls to getAuthorization.static io.grpc.MethodDescriptor<GetAuthorizationRequest,Authorization>
GSuiteAddOnsGrpc. getGetAuthorizationMethod()
com.google.protobuf.Parser<GetAuthorizationRequest>
GetAuthorizationRequest. getParserForType()
static com.google.protobuf.Parser<GetAuthorizationRequest>
GetAuthorizationRequest. parser()
Methods in com.google.cloud.gsuiteaddons.v1 with parameters of type GetAuthorizationRequest Modifier and Type Method Description Authorization
GSuiteAddOnsClient. getAuthorization(GetAuthorizationRequest request)
Gets the authorization information for deployments in a given project.default void
GSuiteAddOnsGrpc.AsyncService. getAuthorization(GetAuthorizationRequest request, io.grpc.stub.StreamObserver<Authorization> responseObserver)
Gets the authorization information for deployments in a given project.Authorization
GSuiteAddOnsGrpc.GSuiteAddOnsBlockingStub. getAuthorization(GetAuthorizationRequest request)
Gets the authorization information for deployments in a given project.com.google.common.util.concurrent.ListenableFuture<Authorization>
GSuiteAddOnsGrpc.GSuiteAddOnsFutureStub. getAuthorization(GetAuthorizationRequest request)
Gets the authorization information for deployments in a given project.void
GSuiteAddOnsGrpc.GSuiteAddOnsStub. getAuthorization(GetAuthorizationRequest request, io.grpc.stub.StreamObserver<Authorization> responseObserver)
Gets the authorization information for deployments in a given project.GetAuthorizationRequest.Builder
GetAuthorizationRequest.Builder. mergeFrom(GetAuthorizationRequest other)
static GetAuthorizationRequest.Builder
GetAuthorizationRequest. newBuilder(GetAuthorizationRequest prototype)
-
Uses of GetAuthorizationRequest in com.google.cloud.gsuiteaddons.v1.stub
Methods in com.google.cloud.gsuiteaddons.v1.stub that return types with arguments of type GetAuthorizationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAuthorizationRequest,Authorization>
GrpcGSuiteAddOnsStub. getAuthorizationCallable()
com.google.api.gax.rpc.UnaryCallable<GetAuthorizationRequest,Authorization>
GSuiteAddOnsStub. getAuthorizationCallable()
com.google.api.gax.rpc.UnaryCallable<GetAuthorizationRequest,Authorization>
HttpJsonGSuiteAddOnsStub. getAuthorizationCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAuthorizationRequest,Authorization>
GSuiteAddOnsStubSettings.Builder. getAuthorizationSettings()
Returns the builder for the settings used for calls to getAuthorization.com.google.api.gax.rpc.UnaryCallSettings<GetAuthorizationRequest,Authorization>
GSuiteAddOnsStubSettings. getAuthorizationSettings()
Returns the object with the settings used for calls to getAuthorization.
-