Skip to content

Commit 265b99d

Browse files
yoshi-automationchingor13
authored andcommitted
---
yaml --- r: 32357 b: refs/heads/autosynth-errorreporting c: c2bd803 h: refs/heads/master i: 32355: 63abd2b
1 parent c56b4fb commit 265b99d

3 files changed

Lines changed: 18 additions & 24 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: 18d210f81f17cf74864d0db2c29e834302f74f2a
130130
refs/heads/autosynth-datastore: f1efc3dc465174f41041acd56cf29badcec3e5bd
131131
refs/heads/autosynth-dialogflow: 73974cc32e5212aec0126472e0bc1442886fedaf
132-
refs/heads/autosynth-errorreporting: c6b571c3c96335fffd441c13a72449c7090149cb
132+
refs/heads/autosynth-errorreporting: c2bd80396710e21064dfdd92a20b5d4cee38b26f
133133
refs/heads/autosynth-firestore: 983c75e4fb1076502c8cac73ef0538bdb10884f3
134134
refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3
135135
refs/heads/autosynth-kms: 6b65b0f34c12d141031c7288cdc01e550212d0f6

branches/autosynth-errorreporting/google-cloud-clients/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/DeviceManagerClient.java

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,9 +1512,8 @@ public final ListDeviceStatesResponse listDeviceStates(ListDeviceStatesRequest r
15121512
* }
15131513
* </code></pre>
15141514
*
1515-
* @param resource REQUIRED: The resource for which the policy is being specified. `resource` is
1516-
* usually specified as a path. For example, a Project resource is specified as
1517-
* `projects/{project}`.
1515+
* @param resource REQUIRED: The resource for which the policy is being specified. See the
1516+
* operation documentation for the appropriate value for this field.
15181517
* @param policy REQUIRED: The complete policy to be applied to the `resource`. The size of the
15191518
* policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud
15201519
* Platform services (such as Projects) might reject them.
@@ -1544,9 +1543,8 @@ public final Policy setIamPolicy(RegistryName resource, Policy policy) {
15441543
* }
15451544
* </code></pre>
15461545
*
1547-
* @param resource REQUIRED: The resource for which the policy is being specified. `resource` is
1548-
* usually specified as a path. For example, a Project resource is specified as
1549-
* `projects/{project}`.
1546+
* @param resource REQUIRED: The resource for which the policy is being specified. See the
1547+
* operation documentation for the appropriate value for this field.
15501548
* @param policy REQUIRED: The complete policy to be applied to the `resource`. The size of the
15511549
* policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud
15521550
* Platform services (such as Projects) might reject them.
@@ -1622,9 +1620,8 @@ public final UnaryCallable<SetIamPolicyRequest, Policy> setIamPolicyCallable() {
16221620
* }
16231621
* </code></pre>
16241622
*
1625-
* @param resource REQUIRED: The resource for which the policy is being requested. `resource` is
1626-
* usually specified as a path. For example, a Project resource is specified as
1627-
* `projects/{project}`.
1623+
* @param resource REQUIRED: The resource for which the policy is being requested. See the
1624+
* operation documentation for the appropriate value for this field.
16281625
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
16291626
*/
16301627
public final Policy getIamPolicy(RegistryName resource) {
@@ -1650,9 +1647,8 @@ public final Policy getIamPolicy(RegistryName resource) {
16501647
* }
16511648
* </code></pre>
16521649
*
1653-
* @param resource REQUIRED: The resource for which the policy is being requested. `resource` is
1654-
* usually specified as a path. For example, a Project resource is specified as
1655-
* `projects/{project}`.
1650+
* @param resource REQUIRED: The resource for which the policy is being requested. See the
1651+
* operation documentation for the appropriate value for this field.
16561652
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
16571653
*/
16581654
public final Policy getIamPolicy(String resource) {
@@ -1723,9 +1719,8 @@ public final UnaryCallable<GetIamPolicyRequest, Policy> getIamPolicyCallable() {
17231719
* }
17241720
* </code></pre>
17251721
*
1726-
* @param resource REQUIRED: The resource for which the policy detail is being requested.
1727-
* `resource` is usually specified as a path. For example, a Project resource is specified as
1728-
* `projects/{project}`.
1722+
* @param resource REQUIRED: The resource for which the policy detail is being requested. See the
1723+
* operation documentation for the appropriate value for this field.
17291724
* @param permissions The set of permissions to check for the `resource`. Permissions with
17301725
* wildcards (such as '&#42;' or 'storage.&#42;') are not allowed. For more information see
17311726
* [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
@@ -1757,9 +1752,8 @@ public final TestIamPermissionsResponse testIamPermissions(
17571752
* }
17581753
* </code></pre>
17591754
*
1760-
* @param resource REQUIRED: The resource for which the policy detail is being requested.
1761-
* `resource` is usually specified as a path. For example, a Project resource is specified as
1762-
* `projects/{project}`.
1755+
* @param resource REQUIRED: The resource for which the policy detail is being requested. See the
1756+
* operation documentation for the appropriate value for this field.
17631757
* @param permissions The set of permissions to check for the `resource`. Permissions with
17641758
* wildcards (such as '&#42;' or 'storage.&#42;') are not allowed. For more information see
17651759
* [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).

branches/autosynth-errorreporting/google-cloud-clients/google-cloud-iot/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-04-02T07:47:19.665595Z",
2+
"updateTime": "2019-05-07T07:47:17.797331Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.22",
8-
"dockerImage": "googleapis/artman@sha256:e7f9554322a8aa1416c122c918fdc4cdec8cfe816f027fc948dec0be7edef320"
7+
"version": "0.19.0",
8+
"dockerImage": "googleapis/artman@sha256:d3df563538225ac6caac45d8ad86499500211d1bcb2536955a6dbda15e1b368e"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "6c48ab5aef47dc14e02e2dc718d232a28067129d",
16-
"internalRef": "241437588"
15+
"sha": "5aeb4179d0c424be6b1b228bce7ec75ec24f3d12",
16+
"internalRef": "246901187"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)