Skip to content

Commit 961487e

Browse files
1 parent a665c02 commit 961487e

1 file changed

Lines changed: 0 additions & 45 deletions

File tree

src/Eventarc.php

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class Eventarc extends \Google\Service
4343
public $projects_locations_channels;
4444
public $projects_locations_enrollments;
4545
public $projects_locations_googleApiSources;
46-
public $projects_locations_kafkaSources;
4746
public $projects_locations_messageBuses;
4847
public $projects_locations_operations;
4948
public $projects_locations_pipelines;
@@ -645,50 +644,6 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
645644
]
646645
]
647646
);
648-
$this->projects_locations_kafkaSources = new Eventarc\Resource\ProjectsLocationsKafkaSources(
649-
$this,
650-
$this->serviceName,
651-
'kafkaSources',
652-
[
653-
'methods' => [
654-
'getIamPolicy' => [
655-
'path' => 'v1/{+resource}:getIamPolicy',
656-
'httpMethod' => 'GET',
657-
'parameters' => [
658-
'resource' => [
659-
'location' => 'path',
660-
'type' => 'string',
661-
'required' => true,
662-
],
663-
'options.requestedPolicyVersion' => [
664-
'location' => 'query',
665-
'type' => 'integer',
666-
],
667-
],
668-
],'setIamPolicy' => [
669-
'path' => 'v1/{+resource}:setIamPolicy',
670-
'httpMethod' => 'POST',
671-
'parameters' => [
672-
'resource' => [
673-
'location' => 'path',
674-
'type' => 'string',
675-
'required' => true,
676-
],
677-
],
678-
],'testIamPermissions' => [
679-
'path' => 'v1/{+resource}:testIamPermissions',
680-
'httpMethod' => 'POST',
681-
'parameters' => [
682-
'resource' => [
683-
'location' => 'path',
684-
'type' => 'string',
685-
'required' => true,
686-
],
687-
],
688-
],
689-
]
690-
]
691-
);
692647
$this->projects_locations_messageBuses = new Eventarc\Resource\ProjectsLocationsMessageBuses(
693648
$this,
694649
$this->serviceName,

0 commit comments

Comments
 (0)