Skip to content

Commit 49e45ff

Browse files
1 parent 874b8c5 commit 49e45ff

1 file changed

Lines changed: 0 additions & 67 deletions

File tree

src/SecretManager.php

Lines changed: 0 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class SecretManager extends \Google\Service
4040
"https://www.googleapis.com/auth/cloud-platform";
4141

4242
public $projects_locations;
43-
public $projects_locations_operations;
4443
public $projects_locations_secrets;
4544
public $projects_locations_secrets_versions;
4645
public $projects_secrets;
@@ -111,72 +110,6 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
111110
]
112111
]
113112
);
114-
$this->projects_locations_operations = new SecretManager\Resource\ProjectsLocationsOperations(
115-
$this,
116-
$this->serviceName,
117-
'operations',
118-
[
119-
'methods' => [
120-
'cancel' => [
121-
'path' => 'v1/{+name}:cancel',
122-
'httpMethod' => 'POST',
123-
'parameters' => [
124-
'name' => [
125-
'location' => 'path',
126-
'type' => 'string',
127-
'required' => true,
128-
],
129-
],
130-
],'delete' => [
131-
'path' => 'v1/{+name}',
132-
'httpMethod' => 'DELETE',
133-
'parameters' => [
134-
'name' => [
135-
'location' => 'path',
136-
'type' => 'string',
137-
'required' => true,
138-
],
139-
],
140-
],'get' => [
141-
'path' => 'v1/{+name}',
142-
'httpMethod' => 'GET',
143-
'parameters' => [
144-
'name' => [
145-
'location' => 'path',
146-
'type' => 'string',
147-
'required' => true,
148-
],
149-
],
150-
],'list' => [
151-
'path' => 'v1/{+name}/operations',
152-
'httpMethod' => 'GET',
153-
'parameters' => [
154-
'name' => [
155-
'location' => 'path',
156-
'type' => 'string',
157-
'required' => true,
158-
],
159-
'filter' => [
160-
'location' => 'query',
161-
'type' => 'string',
162-
],
163-
'pageSize' => [
164-
'location' => 'query',
165-
'type' => 'integer',
166-
],
167-
'pageToken' => [
168-
'location' => 'query',
169-
'type' => 'string',
170-
],
171-
'returnPartialSuccess' => [
172-
'location' => 'query',
173-
'type' => 'boolean',
174-
],
175-
],
176-
],
177-
]
178-
]
179-
);
180113
$this->projects_locations_secrets = new SecretManager\Resource\ProjectsLocationsSecrets(
181114
$this,
182115
$this->serviceName,

0 commit comments

Comments
 (0)