Skip to content

Commit 502ae7d

Browse files
Regenerate privateca client (googleapis#6900)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-21 03:57:15,793 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py. On branch autosynth-privateca nothing to commit, working tree clean 2021-01-21 03:57:16,209 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git. DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git. 2021-01-21 03:57:16,595 synthtool [DEBUG] > Cleaning output directory. DEBUG:synthtool:Cleaning output directory. 2021-01-21 03:57:16,598 synthtool [DEBUG] > Installing dependencies. DEBUG:synthtool:Installing dependencies. 2021-01-21 03:57:18,240 synthtool [INFO] > Generating privateca v1beta1. INFO:synthtool:Generating privateca v1beta1. 2021-01-21 03:57:18,240 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 WARNING:root:object without properties CancelOperationRequest: OrderedDict([(u'type', u'object'), (u'description', u'The request message for Operations.CancelOperation.'), (u'properties', OrderedDict()), (u'id', u'CancelOperationRequest')]) WARNING:root:object without properties Empty: OrderedDict([(u'type', u'object'), (u'description', u'A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.'), (u'id', u'Empty'), (u'properties', OrderedDict())]) Writing json metadata to clients/google-api-services-privateca/v1beta1.metadata.json 2021-01-21 03:57:19,788 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-privateca/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/google-api-services-privateca/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/4a4fb13c-f97c-4f7c-b43e-0df969d5164e/targets - [ ] To automatically regenerate this PR, check this box.
1 parent cd01921 commit 502ae7d

File tree

6 files changed

+2757
-2754
lines changed

6 files changed

+2757
-2754
lines changed

clients/google-api-services-privateca/v1beta1.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-privateca",
5-
"version": "v1beta1-rev20201216-1.31.0"
5+
"version": "v1beta1-rev20210119-1.31.0"
66
}
77
}

clients/google-api-services-privateca/v1beta1/1.31.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-privateca</artifactId>
25-
<version>v1beta1-rev20201216-1.31.0</version>
25+
<version>v1beta1-rev20210119-1.31.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
compile 'com.google.apis:google-api-services-privateca:v1beta1-rev20201216-1.31.0'
38+
compile 'com.google.apis:google-api-services-privateca:v1beta1-rev20210119-1.31.0'
3939
}
4040
```
4141

clients/google-api-services-privateca/v1beta1/1.31.0/com/google/api/services/privateca/v1beta1/model/GoogleApiServicecontrolV1Operation.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,9 @@ public final class GoogleApiServicecontrolV1Operation extends com.google.api.cli
159159
private java.util.List<GoogleApiServicecontrolV1TraceSpan> traceSpans;
160160

161161
/**
162-
* User defined labels for the resource that this operation is associated with. Only a combination
163-
* of 1000 user labels per consumer project are allowed.
162+
* Private Preview. This feature is only available for approved services. User defined labels for
163+
* the resource that this operation is associated with. Only a combination of 1000 user labels per
164+
* consumer project are allowed.
164165
* The value may be {@code null}.
165166
*/
166167
@com.google.api.client.util.Key
@@ -438,17 +439,19 @@ public GoogleApiServicecontrolV1Operation setTraceSpans(java.util.List<GoogleApi
438439
}
439440

440441
/**
441-
* User defined labels for the resource that this operation is associated with. Only a combination
442-
* of 1000 user labels per consumer project are allowed.
442+
* Private Preview. This feature is only available for approved services. User defined labels for
443+
* the resource that this operation is associated with. Only a combination of 1000 user labels per
444+
* consumer project are allowed.
443445
* @return value or {@code null} for none
444446
*/
445447
public java.util.Map<String, java.lang.String> getUserLabels() {
446448
return userLabels;
447449
}
448450

449451
/**
450-
* User defined labels for the resource that this operation is associated with. Only a combination
451-
* of 1000 user labels per consumer project are allowed.
452+
* Private Preview. This feature is only available for approved services. User defined labels for
453+
* the resource that this operation is associated with. Only a combination of 1000 user labels per
454+
* consumer project are allowed.
452455
* @param userLabels userLabels or {@code null} for none
453456
*/
454457
public GoogleApiServicecontrolV1Operation setUserLabels(java.util.Map<String, java.lang.String> userLabels) {

clients/google-api-services-privateca/v1beta1/1.31.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-privateca</artifactId>
11-
<version>v1beta1-rev20201216-1.31.0</version>
12-
<name>Certificate Authority API v1beta1-rev20201216-1.31.0</name>
11+
<version>v1beta1-rev20210119-1.31.0</version>
12+
<name>Certificate Authority API v1beta1-rev20210119-1.31.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)