Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit 2bc6541

Browse files
build: reduce download junk in log files (#168)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * build: reduce download junk in log files * fix: less download junk log files * Update build.sh Source-Author: Elliotte Rusty Harold <elharo@users.noreply.github.com> Source-Date: Fri Feb 19 01:42:29 2021 +0000 Source-Repo: googleapis/synthtool Source-Sha: 6946fd71ae9215b0e7ae188f5057df765ee6d7d2 Source-Link: googleapis/synthtool@6946fd7
1 parent 587b2fa commit 2bc6541

File tree

165 files changed

+2478
-15936
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+2478
-15936
lines changed

.kokoro/dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
3131

3232
# this should run maven enforcer
3333
retry_with_backoff 3 10 \
34-
mvn install -B -V \
34+
mvn install -B -V -ntp \
3535
-DskipTests=true \
3636
-Dclirr.skip=true
3737

@@ -86,4 +86,4 @@ then
8686
else
8787
msg "Errors found. See log statements above."
8888
exit 1
89-
fi
89+
fi

google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetServiceClient.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
9393
*/
9494
@BetaApi
95-
@Generated("by gapic-generator-java")
95+
@Generated("by gapic-generator")
9696
public class DatasetServiceClient implements BackgroundResource {
9797
private final DatasetServiceSettings settings;
9898
private final DatasetServiceStub stub;
@@ -276,7 +276,8 @@ public final UnaryCallable<GetDatasetRequest, Dataset> getDatasetCallable() {
276276
*
277277
* @param dataset Required. The Dataset which replaces the resource on the server.
278278
* @param updateMask Required. The update mask applies to the resource. For the `FieldMask`
279-
* definition, see [FieldMask](https://tinyurl.com/protobufs/google.protobuf#fieldmask).
279+
* definition, see
280+
* <p>[FieldMask](https: //tinyurl.com/dev-google-protobuf#google.protobuf.FieldMask).
280281
* Updatable fields:
281282
* <p>&#42; `display_name` &#42; `description` &#42; `labels`
282283
* @throws com.google.api.gax.rpc.ApiException if the remote call fails

google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/DatasetServiceSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
* DatasetServiceSettings datasetServiceSettings = datasetServiceSettingsBuilder.build();
7272
* }</pre>
7373
*/
74-
@BetaApi
7574
@Generated("by gapic-generator-java")
7675
public class DatasetServiceSettings extends ClientSettings<DatasetServiceSettings> {
7776

google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/EndpointServiceClient.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
9797
*/
9898
@BetaApi
99-
@Generated("by gapic-generator-java")
99+
@Generated("by gapic-generator")
100100
public class EndpointServiceClient implements BackgroundResource {
101101
private final EndpointServiceSettings settings;
102102
private final EndpointServiceStub stub;
@@ -342,8 +342,7 @@ public final UnaryCallable<ListEndpointsRequest, ListEndpointsResponse> listEndp
342342
* Updates an Endpoint.
343343
*
344344
* @param endpoint Required. The Endpoint which replaces the resource on the server.
345-
* @param updateMask Required. The update mask applies to the resource. See
346-
* [FieldMask](https://tinyurl.com/protobufs/google.protobuf#fieldmask).
345+
* @param updateMask Required. The update mask applies to the resource.
347346
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
348347
*/
349348
public final Endpoint updateEndpoint(Endpoint endpoint, FieldMask updateMask) {

google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/EndpointServiceSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
* EndpointServiceSettings endpointServiceSettings = endpointServiceSettingsBuilder.build();
7070
* }</pre>
7171
*/
72-
@BetaApi
7372
@Generated("by gapic-generator-java")
7473
public class EndpointServiceSettings extends ClientSettings<EndpointServiceSettings> {
7574

google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/JobServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
9494
*/
9595
@BetaApi
96-
@Generated("by gapic-generator-java")
96+
@Generated("by gapic-generator")
9797
public class JobServiceClient implements BackgroundResource {
9898
private final JobServiceSettings settings;
9999
private final JobServiceStub stub;

google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/JobServiceSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
* JobServiceSettings jobServiceSettings = jobServiceSettingsBuilder.build();
7272
* }</pre>
7373
*/
74-
@BetaApi
7574
@Generated("by gapic-generator-java")
7675
public class JobServiceSettings extends ClientSettings<JobServiceSettings> {
7776

google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MigrationServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
9797
*/
9898
@BetaApi
99-
@Generated("by gapic-generator-java")
99+
@Generated("by gapic-generator")
100100
public class MigrationServiceClient implements BackgroundResource {
101101
private final MigrationServiceSettings settings;
102102
private final MigrationServiceStub stub;

google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MigrationServiceSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
* MigrationServiceSettings migrationServiceSettings = migrationServiceSettingsBuilder.build();
6969
* }</pre>
7070
*/
71-
@BetaApi
7271
@Generated("by gapic-generator-java")
7372
public class MigrationServiceSettings extends ClientSettings<MigrationServiceSettings> {
7473

google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/ModelServiceClient.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
9595
*/
9696
@BetaApi
97-
@Generated("by gapic-generator-java")
97+
@Generated("by gapic-generator")
9898
public class ModelServiceClient implements BackgroundResource {
9999
private final ModelServiceSettings settings;
100100
private final ModelServiceStub stub;
@@ -338,7 +338,9 @@ public final UnaryCallable<ListModelsRequest, ListModelsResponse> listModelsCall
338338
*
339339
* @param model Required. The Model which replaces the resource on the server.
340340
* @param updateMask Required. The update mask applies to the resource. For the `FieldMask`
341-
* definition, see [FieldMask](https://tinyurl.com/protobufs/google.protobuf#fieldmask).
341+
* definition, see
342+
* <p>[FieldMask](https: //developers.google.com/protocol-buffers //
343+
* /docs/reference/google.protobuf#fieldmask).
342344
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
343345
*/
344346
public final Model updateModel(Model model, FieldMask updateMask) {

0 commit comments

Comments
 (0)