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

Commit 742da05

Browse files
1 parent 042656a commit 742da05

File tree

195 files changed

+21264
-12922
lines changed

Some content is hidden

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

195 files changed

+21264
-12922
lines changed

owl-bot-staging/v1/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/CertificateManagerClient.java renamed to google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/CertificateManagerClient.java

Lines changed: 69 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
* <p>The Certificates Manager service exposes the following resources:
5959
*
6060
* <ul>
61-
* <li> `Certificate` which describes a single TLS certificate.
62-
* <li> `CertificateMap` which describes a collection of certificates that can be attached to a
61+
* <li>`Certificate` which describes a single TLS certificate.
62+
* <li>`CertificateMap` which describes a collection of certificates that can be attached to a
6363
* target resource.
64-
* <li> `CertificateMapEntry` which describes a single configuration entry that consists of a SNI
64+
* <li>`CertificateMapEntry` which describes a single configuration entry that consists of a SNI
6565
* and a group of certificates. It's a subresource of CertificateMap.
6666
* </ul>
6767
*
@@ -91,13 +91,13 @@
9191
* methods:
9292
*
9393
* <ol>
94-
* <li> A "flattened" method. With this type of method, the fields of the request type have been
94+
* <li>A "flattened" method. With this type of method, the fields of the request type have been
9595
* converted into function parameters. It may be the case that not all fields are available as
9696
* parameters, and not every API method will have a flattened method entry point.
97-
* <li> A "request object" method. This type of method only takes one parameter, a request object,
97+
* <li>A "request object" method. This type of method only takes one parameter, a request object,
9898
* which must be constructed before the call. Not every API method will have a request object
9999
* method.
100-
* <li> A "callable" method. This type of method takes no parameters and returns an immutable API
100+
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
101101
* callable object, which can be used to initiate calls to the service.
102102
* </ol>
103103
*
@@ -3136,7 +3136,10 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted
31363136

31373137
public static class ListCertificatesPagedResponse
31383138
extends AbstractPagedListResponse<
3139-
ListCertificatesRequest, ListCertificatesResponse, Certificate, ListCertificatesPage,
3139+
ListCertificatesRequest,
3140+
ListCertificatesResponse,
3141+
Certificate,
3142+
ListCertificatesPage,
31403143
ListCertificatesFixedSizeCollection> {
31413144

31423145
public static ApiFuture<ListCertificatesPagedResponse> createAsync(
@@ -3186,7 +3189,10 @@ public ApiFuture<ListCertificatesPage> createPageAsync(
31863189

31873190
public static class ListCertificatesFixedSizeCollection
31883191
extends AbstractFixedSizeCollection<
3189-
ListCertificatesRequest, ListCertificatesResponse, Certificate, ListCertificatesPage,
3192+
ListCertificatesRequest,
3193+
ListCertificatesResponse,
3194+
Certificate,
3195+
ListCertificatesPage,
31903196
ListCertificatesFixedSizeCollection> {
31913197

31923198
private ListCertificatesFixedSizeCollection(
@@ -3207,8 +3213,11 @@ protected ListCertificatesFixedSizeCollection createCollection(
32073213

32083214
public static class ListCertificateMapsPagedResponse
32093215
extends AbstractPagedListResponse<
3210-
ListCertificateMapsRequest, ListCertificateMapsResponse, CertificateMap,
3211-
ListCertificateMapsPage, ListCertificateMapsFixedSizeCollection> {
3216+
ListCertificateMapsRequest,
3217+
ListCertificateMapsResponse,
3218+
CertificateMap,
3219+
ListCertificateMapsPage,
3220+
ListCertificateMapsFixedSizeCollection> {
32123221

32133222
public static ApiFuture<ListCertificateMapsPagedResponse> createAsync(
32143223
PageContext<ListCertificateMapsRequest, ListCertificateMapsResponse, CertificateMap>
@@ -3229,7 +3238,9 @@ private ListCertificateMapsPagedResponse(ListCertificateMapsPage page) {
32293238

32303239
public static class ListCertificateMapsPage
32313240
extends AbstractPage<
3232-
ListCertificateMapsRequest, ListCertificateMapsResponse, CertificateMap,
3241+
ListCertificateMapsRequest,
3242+
ListCertificateMapsResponse,
3243+
CertificateMap,
32333244
ListCertificateMapsPage> {
32343245

32353246
private ListCertificateMapsPage(
@@ -3262,8 +3273,11 @@ public ApiFuture<ListCertificateMapsPage> createPageAsync(
32623273

32633274
public static class ListCertificateMapsFixedSizeCollection
32643275
extends AbstractFixedSizeCollection<
3265-
ListCertificateMapsRequest, ListCertificateMapsResponse, CertificateMap,
3266-
ListCertificateMapsPage, ListCertificateMapsFixedSizeCollection> {
3276+
ListCertificateMapsRequest,
3277+
ListCertificateMapsResponse,
3278+
CertificateMap,
3279+
ListCertificateMapsPage,
3280+
ListCertificateMapsFixedSizeCollection> {
32673281

32683282
private ListCertificateMapsFixedSizeCollection(
32693283
List<ListCertificateMapsPage> pages, int collectionSize) {
@@ -3283,12 +3297,16 @@ protected ListCertificateMapsFixedSizeCollection createCollection(
32833297

32843298
public static class ListCertificateMapEntriesPagedResponse
32853299
extends AbstractPagedListResponse<
3286-
ListCertificateMapEntriesRequest, ListCertificateMapEntriesResponse, CertificateMapEntry,
3287-
ListCertificateMapEntriesPage, ListCertificateMapEntriesFixedSizeCollection> {
3300+
ListCertificateMapEntriesRequest,
3301+
ListCertificateMapEntriesResponse,
3302+
CertificateMapEntry,
3303+
ListCertificateMapEntriesPage,
3304+
ListCertificateMapEntriesFixedSizeCollection> {
32883305

32893306
public static ApiFuture<ListCertificateMapEntriesPagedResponse> createAsync(
32903307
PageContext<
3291-
ListCertificateMapEntriesRequest, ListCertificateMapEntriesResponse,
3308+
ListCertificateMapEntriesRequest,
3309+
ListCertificateMapEntriesResponse,
32923310
CertificateMapEntry>
32933311
context,
32943312
ApiFuture<ListCertificateMapEntriesResponse> futureResponse) {
@@ -3307,12 +3325,15 @@ private ListCertificateMapEntriesPagedResponse(ListCertificateMapEntriesPage pag
33073325

33083326
public static class ListCertificateMapEntriesPage
33093327
extends AbstractPage<
3310-
ListCertificateMapEntriesRequest, ListCertificateMapEntriesResponse, CertificateMapEntry,
3328+
ListCertificateMapEntriesRequest,
3329+
ListCertificateMapEntriesResponse,
3330+
CertificateMapEntry,
33113331
ListCertificateMapEntriesPage> {
33123332

33133333
private ListCertificateMapEntriesPage(
33143334
PageContext<
3315-
ListCertificateMapEntriesRequest, ListCertificateMapEntriesResponse,
3335+
ListCertificateMapEntriesRequest,
3336+
ListCertificateMapEntriesResponse,
33163337
CertificateMapEntry>
33173338
context,
33183339
ListCertificateMapEntriesResponse response) {
@@ -3326,7 +3347,8 @@ private static ListCertificateMapEntriesPage createEmptyPage() {
33263347
@Override
33273348
protected ListCertificateMapEntriesPage createPage(
33283349
PageContext<
3329-
ListCertificateMapEntriesRequest, ListCertificateMapEntriesResponse,
3350+
ListCertificateMapEntriesRequest,
3351+
ListCertificateMapEntriesResponse,
33303352
CertificateMapEntry>
33313353
context,
33323354
ListCertificateMapEntriesResponse response) {
@@ -3336,7 +3358,8 @@ protected ListCertificateMapEntriesPage createPage(
33363358
@Override
33373359
public ApiFuture<ListCertificateMapEntriesPage> createPageAsync(
33383360
PageContext<
3339-
ListCertificateMapEntriesRequest, ListCertificateMapEntriesResponse,
3361+
ListCertificateMapEntriesRequest,
3362+
ListCertificateMapEntriesResponse,
33403363
CertificateMapEntry>
33413364
context,
33423365
ApiFuture<ListCertificateMapEntriesResponse> futureResponse) {
@@ -3346,8 +3369,11 @@ public ApiFuture<ListCertificateMapEntriesPage> createPageAsync(
33463369

33473370
public static class ListCertificateMapEntriesFixedSizeCollection
33483371
extends AbstractFixedSizeCollection<
3349-
ListCertificateMapEntriesRequest, ListCertificateMapEntriesResponse, CertificateMapEntry,
3350-
ListCertificateMapEntriesPage, ListCertificateMapEntriesFixedSizeCollection> {
3372+
ListCertificateMapEntriesRequest,
3373+
ListCertificateMapEntriesResponse,
3374+
CertificateMapEntry,
3375+
ListCertificateMapEntriesPage,
3376+
ListCertificateMapEntriesFixedSizeCollection> {
33513377

33523378
private ListCertificateMapEntriesFixedSizeCollection(
33533379
List<ListCertificateMapEntriesPage> pages, int collectionSize) {
@@ -3367,8 +3393,11 @@ protected ListCertificateMapEntriesFixedSizeCollection createCollection(
33673393

33683394
public static class ListDnsAuthorizationsPagedResponse
33693395
extends AbstractPagedListResponse<
3370-
ListDnsAuthorizationsRequest, ListDnsAuthorizationsResponse, DnsAuthorization,
3371-
ListDnsAuthorizationsPage, ListDnsAuthorizationsFixedSizeCollection> {
3396+
ListDnsAuthorizationsRequest,
3397+
ListDnsAuthorizationsResponse,
3398+
DnsAuthorization,
3399+
ListDnsAuthorizationsPage,
3400+
ListDnsAuthorizationsFixedSizeCollection> {
33723401

33733402
public static ApiFuture<ListDnsAuthorizationsPagedResponse> createAsync(
33743403
PageContext<ListDnsAuthorizationsRequest, ListDnsAuthorizationsResponse, DnsAuthorization>
@@ -3389,7 +3418,9 @@ private ListDnsAuthorizationsPagedResponse(ListDnsAuthorizationsPage page) {
33893418

33903419
public static class ListDnsAuthorizationsPage
33913420
extends AbstractPage<
3392-
ListDnsAuthorizationsRequest, ListDnsAuthorizationsResponse, DnsAuthorization,
3421+
ListDnsAuthorizationsRequest,
3422+
ListDnsAuthorizationsResponse,
3423+
DnsAuthorization,
33933424
ListDnsAuthorizationsPage> {
33943425

33953426
private ListDnsAuthorizationsPage(
@@ -3422,8 +3453,11 @@ public ApiFuture<ListDnsAuthorizationsPage> createPageAsync(
34223453

34233454
public static class ListDnsAuthorizationsFixedSizeCollection
34243455
extends AbstractFixedSizeCollection<
3425-
ListDnsAuthorizationsRequest, ListDnsAuthorizationsResponse, DnsAuthorization,
3426-
ListDnsAuthorizationsPage, ListDnsAuthorizationsFixedSizeCollection> {
3456+
ListDnsAuthorizationsRequest,
3457+
ListDnsAuthorizationsResponse,
3458+
DnsAuthorization,
3459+
ListDnsAuthorizationsPage,
3460+
ListDnsAuthorizationsFixedSizeCollection> {
34273461

34283462
private ListDnsAuthorizationsFixedSizeCollection(
34293463
List<ListDnsAuthorizationsPage> pages, int collectionSize) {
@@ -3443,7 +3477,10 @@ protected ListDnsAuthorizationsFixedSizeCollection createCollection(
34433477

34443478
public static class ListLocationsPagedResponse
34453479
extends AbstractPagedListResponse<
3446-
ListLocationsRequest, ListLocationsResponse, Location, ListLocationsPage,
3480+
ListLocationsRequest,
3481+
ListLocationsResponse,
3482+
Location,
3483+
ListLocationsPage,
34473484
ListLocationsFixedSizeCollection> {
34483485

34493486
public static ApiFuture<ListLocationsPagedResponse> createAsync(
@@ -3493,7 +3530,10 @@ public ApiFuture<ListLocationsPage> createPageAsync(
34933530

34943531
public static class ListLocationsFixedSizeCollection
34953532
extends AbstractFixedSizeCollection<
3496-
ListLocationsRequest, ListLocationsResponse, Location, ListLocationsPage,
3533+
ListLocationsRequest,
3534+
ListLocationsResponse,
3535+
Location,
3536+
ListLocationsPage,
34973537
ListLocationsFixedSizeCollection> {
34983538

34993539
private ListLocationsFixedSizeCollection(List<ListLocationsPage> pages, int collectionSize) {

owl-bot-staging/v1/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/CertificateManagerSettings.java renamed to google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/CertificateManagerSettings.java

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
import com.google.api.gax.rpc.ClientSettings;
3434
import com.google.api.gax.rpc.OperationCallSettings;
3535
import com.google.api.gax.rpc.PagedCallSettings;
36-
import com.google.api.gax.rpc.StubSettings;
3736
import com.google.api.gax.rpc.TransportChannelProvider;
3837
import com.google.api.gax.rpc.UnaryCallSettings;
3938
import com.google.cloud.certificatemanager.v1.stub.CertificateManagerStubSettings;
@@ -54,10 +53,10 @@
5453
* <p>The default instance has everything set to sensible defaults:
5554
*
5655
* <ul>
57-
* <li> The default service address (certificatemanager.googleapis.com) and default port (443) are
56+
* <li>The default service address (certificatemanager.googleapis.com) and default port (443) are
5857
* used.
59-
* <li> Credentials are acquired automatically through Application Default Credentials.
60-
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
58+
* <li>Credentials are acquired automatically through Application Default Credentials.
59+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
6160
* </ul>
6261
*
6362
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
@@ -184,7 +183,8 @@ public UnaryCallSettings<DeleteCertificateMapRequest, Operation> deleteCertifica
184183

185184
/** Returns the object with the settings used for calls to listCertificateMapEntries. */
186185
public PagedCallSettings<
187-
ListCertificateMapEntriesRequest, ListCertificateMapEntriesResponse,
186+
ListCertificateMapEntriesRequest,
187+
ListCertificateMapEntriesResponse,
188188
ListCertificateMapEntriesPagedResponse>
189189
listCertificateMapEntriesSettings() {
190190
return ((CertificateManagerStubSettings) getStubSettings()).listCertificateMapEntriesSettings();
@@ -239,7 +239,8 @@ public UnaryCallSettings<DeleteCertificateMapRequest, Operation> deleteCertifica
239239

240240
/** Returns the object with the settings used for calls to listDnsAuthorizations. */
241241
public PagedCallSettings<
242-
ListDnsAuthorizationsRequest, ListDnsAuthorizationsResponse,
242+
ListDnsAuthorizationsRequest,
243+
ListDnsAuthorizationsResponse,
243244
ListDnsAuthorizationsPagedResponse>
244245
listDnsAuthorizationsSettings() {
245246
return ((CertificateManagerStubSettings) getStubSettings()).listDnsAuthorizationsSettings();
@@ -466,7 +467,8 @@ public UnaryCallSettings.Builder<GetCertificateRequest, Certificate> getCertific
466467

467468
/** Returns the builder for the settings used for calls to listCertificateMaps. */
468469
public PagedCallSettings.Builder<
469-
ListCertificateMapsRequest, ListCertificateMapsResponse,
470+
ListCertificateMapsRequest,
471+
ListCertificateMapsResponse,
470472
ListCertificateMapsPagedResponse>
471473
listCertificateMapsSettings() {
472474
return getStubSettingsBuilder().listCertificateMapsSettings();
@@ -518,7 +520,8 @@ public UnaryCallSettings.Builder<GetCertificateRequest, Certificate> getCertific
518520

519521
/** Returns the builder for the settings used for calls to listCertificateMapEntries. */
520522
public PagedCallSettings.Builder<
521-
ListCertificateMapEntriesRequest, ListCertificateMapEntriesResponse,
523+
ListCertificateMapEntriesRequest,
524+
ListCertificateMapEntriesResponse,
522525
ListCertificateMapEntriesPagedResponse>
523526
listCertificateMapEntriesSettings() {
524527
return getStubSettingsBuilder().listCertificateMapEntriesSettings();
@@ -570,7 +573,8 @@ public UnaryCallSettings.Builder<GetCertificateRequest, Certificate> getCertific
570573

571574
/** Returns the builder for the settings used for calls to listDnsAuthorizations. */
572575
public PagedCallSettings.Builder<
573-
ListDnsAuthorizationsRequest, ListDnsAuthorizationsResponse,
576+
ListDnsAuthorizationsRequest,
577+
ListDnsAuthorizationsResponse,
574578
ListDnsAuthorizationsPagedResponse>
575579
listDnsAuthorizationsSettings() {
576580
return getStubSettingsBuilder().listDnsAuthorizationsSettings();

owl-bot-staging/v1/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/gapic_metadata.json renamed to google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/gapic_metadata.json

File renamed without changes.

owl-bot-staging/v1/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/package-info.java renamed to google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/package-info.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
* <p>The Certificates Manager service exposes the following resources:
3535
*
3636
* <ul>
37-
* <li> `Certificate` which describes a single TLS certificate.
38-
* <li> `CertificateMap` which describes a collection of certificates that can be attached to a
37+
* <li>`Certificate` which describes a single TLS certificate.
38+
* <li>`CertificateMap` which describes a collection of certificates that can be attached to a
3939
* target resource.
40-
* <li> `CertificateMapEntry` which describes a single configuration entry that consists of a SNI
40+
* <li>`CertificateMapEntry` which describes a single configuration entry that consists of a SNI
4141
* and a group of certificates. It's a subresource of CertificateMap.
4242
* </ul>
4343
*

owl-bot-staging/v1/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/stub/CertificateManagerStub.java renamed to google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/stub/CertificateManagerStub.java

File renamed without changes.

0 commit comments

Comments
 (0)