Uses of Class
com.google.cloud.gsuiteaddons.v1.Authorization
-
Packages that use Authorization Package Description com.google.cloud.gsuiteaddons.v1 A client to Google Workspace Add-ons APIcom.google.cloud.gsuiteaddons.v1.stub -
-
Uses of Authorization in com.google.cloud.gsuiteaddons.v1
Methods in com.google.cloud.gsuiteaddons.v1 that return Authorization Modifier and Type Method Description Authorization
Authorization.Builder. build()
Authorization
Authorization.Builder. buildPartial()
Authorization
GSuiteAddOnsClient. getAuthorization(AuthorizationName name)
Gets the authorization information for deployments in a given project.Authorization
GSuiteAddOnsClient. getAuthorization(GetAuthorizationRequest request)
Gets the authorization information for deployments in a given project.Authorization
GSuiteAddOnsClient. getAuthorization(String name)
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.static Authorization
Authorization. getDefaultInstance()
Authorization
Authorization.Builder. getDefaultInstanceForType()
Authorization
Authorization. getDefaultInstanceForType()
static Authorization
Authorization. parseDelimitedFrom(InputStream input)
static Authorization
Authorization. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Authorization
Authorization. parseFrom(byte[] data)
static Authorization
Authorization. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Authorization
Authorization. parseFrom(com.google.protobuf.ByteString data)
static Authorization
Authorization. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Authorization
Authorization. parseFrom(com.google.protobuf.CodedInputStream input)
static Authorization
Authorization. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Authorization
Authorization. parseFrom(InputStream input)
static Authorization
Authorization. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Authorization
Authorization. parseFrom(ByteBuffer data)
static Authorization
Authorization. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gsuiteaddons.v1 that return types with arguments of type Authorization Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Authorization>
GSuiteAddOnsGrpc.GSuiteAddOnsFutureStub. getAuthorization(GetAuthorizationRequest request)
Gets the authorization information for deployments in a given project.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<Authorization>
Authorization. getParserForType()
static com.google.protobuf.Parser<Authorization>
Authorization. parser()
Methods in com.google.cloud.gsuiteaddons.v1 with parameters of type Authorization Modifier and Type Method Description Authorization.Builder
Authorization.Builder. mergeFrom(Authorization other)
static Authorization.Builder
Authorization. newBuilder(Authorization prototype)
Method parameters in com.google.cloud.gsuiteaddons.v1 with type arguments of type Authorization Modifier and Type Method Description default void
GSuiteAddOnsGrpc.AsyncService. getAuthorization(GetAuthorizationRequest request, io.grpc.stub.StreamObserver<Authorization> responseObserver)
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. -
Uses of Authorization in com.google.cloud.gsuiteaddons.v1.stub
Methods in com.google.cloud.gsuiteaddons.v1.stub that return types with arguments of type Authorization 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.
-