This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree 3 files changed +6
-4
lines changed
google-cloud-dms/src/main/java/com/google/cloud/clouddms/v1/stub
proto-google-cloud-dms-v1/src/main
java/com/google/cloud/clouddms/v1
proto/google/cloud/clouddms/v1
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -507,7 +507,9 @@ public static List<String> getDefaultServiceScopes() {
507
507
508
508
/** Returns a builder for the default credentials for this service. */
509
509
public static GoogleCredentialsProvider .Builder defaultCredentialsProviderBuilder () {
510
- return GoogleCredentialsProvider .newBuilder ().setScopesToApply (DEFAULT_SERVICE_SCOPES );
510
+ return GoogleCredentialsProvider .newBuilder ()
511
+ .setScopesToApply (DEFAULT_SERVICE_SCOPES )
512
+ .setUseJwtAccessWithScope (true );
511
513
}
512
514
513
515
/** Returns a builder for the default ChannelProvider for this service. */
Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
411
411
*
412
412
*
413
413
* <pre>
414
- * The migration job is created, not started and is fully editable .
414
+ * The migration job is created and not started .
415
415
* </pre>
416
416
*
417
417
* <code>NOT_STARTED = 4;</code>
@@ -574,7 +574,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
574
574
*
575
575
*
576
576
* <pre>
577
- * The migration job is created, not started and is fully editable .
577
+ * The migration job is created and not started .
578
578
* </pre>
579
579
*
580
580
* <code>NOT_STARTED = 4;</code>
Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ message MigrationJob {
390
390
// The migration job is being created.
391
391
CREATING = 3 ;
392
392
393
- // The migration job is created, not started and is fully editable .
393
+ // The migration job is created and not started .
394
394
NOT_STARTED = 4 ;
395
395
396
396
// The migration job is running.
You can’t perform that action at this time.
0 commit comments