Home
last modified time | relevance | path

Searched defs:apiService (Results 1 – 13 of 13) sorted by relevance

/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/profiler/google-cloud-go-0.1.0/pubsub/
H A Dservice.go60 type apiService struct { struct
61 s *raw.Service
124 func (s *apiService) deleteSubscription(ctx context.Context, name string) error {
129 func (s *apiService) subscriptionExists(ctx context.Context, name string) (bool, error) {
140 func (s *apiService) createTopic(ctx context.Context, name string) error {
148 …piService) listProjectTopics(ctx context.Context, projName, pageTok string) (*stringsPage, error) {
160 func (s *apiService) deleteTopic(ctx context.Context, name string) error {
165 func (s *apiService) topicExists(ctx context.Context, name string) (bool, error) {
207 func (s *apiService) splitAckIDs(ids []string) ([]string, []string) {
218 func (s *apiService) acknowledge(ctx context.Context, subName string, ackIDs []string) error {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/vendor/cloud.google.com/go/pubsub/
H A Dservice.go88 type apiService struct { struct
89 pubc *vkit.PublisherClient
90 subc *vkit.SubscriberClient
108 func (s *apiService) close() error {
182 func (s *apiService) deleteSubscription(ctx context.Context, name string) error {
197 func (s *apiService) createTopic(ctx context.Context, name string) error {
215 func (s *apiService) deleteTopic(ctx context.Context, name string) error {
219 func (s *apiService) topicExists(ctx context.Context, name string) (bool, error) {
264 func (s *apiService) splitAckIDs(ids []string) ([]string, []string) {
333 func (s *apiService) iamHandle(resourceName string) *iam.Handle {
[all …]
/dports/www/miniflux/v2-2.0.35/vendor/github.com/golang/gddo/vendor/cloud.google.com/go/pubsub/
H A Dservice.go88 type apiService struct { struct
89 pubc *vkit.PublisherClient
90 subc *vkit.SubscriberClient
108 func (s *apiService) close() error {
182 func (s *apiService) deleteSubscription(ctx context.Context, name string) error {
197 func (s *apiService) createTopic(ctx context.Context, name string) error {
215 func (s *apiService) deleteTopic(ctx context.Context, name string) error {
219 func (s *apiService) topicExists(ctx context.Context, name string) (bool, error) {
264 func (s *apiService) splitAckIDs(ids []string) ([]string, []string) {
333 func (s *apiService) iamHandle(resourceName string) *iam.Handle {
[all …]
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/golang/gddo/vendor/cloud.google.com/go/pubsub/
H A Dservice.go88 type apiService struct { struct
89 pubc *vkit.PublisherClient
90 subc *vkit.SubscriberClient
108 func (s *apiService) close() error {
182 func (s *apiService) deleteSubscription(ctx context.Context, name string) error {
197 func (s *apiService) createTopic(ctx context.Context, name string) error {
215 func (s *apiService) deleteTopic(ctx context.Context, name string) error {
219 func (s *apiService) topicExists(ctx context.Context, name string) (bool, error) {
264 func (s *apiService) splitAckIDs(ids []string) ([]string, []string) {
333 func (s *apiService) iamHandle(resourceName string) *iam.Handle {
[all …]
/dports/www/nextcloud/nextcloud/apps-pkg/text/lib/DirectEditing/
H A DTextDirectEditor.php48 private $apiService; variable in OCA\\Text\\DirectEditing\\TextDirectEditor
50 …ction __construct(IL10N $l10n, IInitialStateService $initialStateService, ApiService $apiService) {
/dports/www/nextcloud/nextcloud/apps-pkg/text/lib/Controller/
H A DSessionController.php39 private $apiService; variable in OCA\\Text\\Controller\\SessionController
41 public function __construct(string $appName, IRequest $request, ApiService $apiService) {
H A DDirectSessionController.php68 private $apiService; variable in OCA\\Text\\Controller\\DirectSessionController
72 …(string $appName, IRequest $request, ShareManager $shareManager, ApiService $apiService, IManager …
H A DPublicSessionController.php47 private $apiService; variable in OCA\\Text\\Controller\\PublicSessionController
49 …ppName, IRequest $request, ISession $session, ShareManager $shareManager, ApiService $apiService) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/modules/oauth/
H A Dgoogle_oauthcallback.php85 $apiService = $serviceFactory->createService('Google', $credentials, $storage, $requestedpermission… variable
H A Dgithub_oauthcallback.php83 $apiService = $serviceFactory->createService('GitHub', $credentials, $storage, $requestedpermission… variable
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/modules/oauth/
H A Dgithub_oauthcallback.php84 $apiService = $serviceFactory->createService('GitHub', $credentials, $storage, $requestedpermission… variable
H A Dgoogle_oauthcallback.php86 $apiService = $serviceFactory->createService('Google', $credentials, $storage, $requestedpermission… variable
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kube-aggregator/pkg/controllers/openapi/aggregator/
H A Daggregator.go163 apiService v1.APIService member