Skip to content

Commit d690031

Browse files
chore: generate libraries at Thu Aug 28 02:32:20 UTC 2025
1 parent 11fb82f commit d690031

File tree

41 files changed

+10518
-2926
lines changed

Some content is hidden

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

41 files changed

+10518
-2926
lines changed

java-gdchardwaremanagement/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-gdchardwaremanagement</artifactId>
48-
<version>0.27.0</version>
48+
<version>0.28.0</version>
4949
</dependency>
5050
```
5151

5252
If you are using Gradle without BOM, add this to your dependencies:
5353

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-gdchardwaremanagement:0.27.0'
55+
implementation 'com.google.cloud:google-cloud-gdchardwaremanagement:0.28.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies:
5959

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-gdchardwaremanagement" % "0.27.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-gdchardwaremanagement" % "0.28.0"
6262
```
6363

6464
## Authentication
@@ -200,7 +200,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
200200
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
201201
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
202202
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gdchardwaremanagement.svg
203-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gdchardwaremanagement/0.27.0
203+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gdchardwaremanagement/0.28.0
204204
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
205205
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
206206
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-gdchardwaremanagement/google-cloud-gdchardwaremanagement/src/main/java/com/google/cloud/gdchardwaremanagement/v1alpha/GDCHardwareManagementClient.java

Lines changed: 351 additions & 0 deletions
Large diffs are not rendered by default.

java-gdchardwaremanagement/google-cloud-gdchardwaremanagement/src/main/java/com/google/cloud/gdchardwaremanagement/v1alpha/GDCHardwareManagementSettings.java

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,17 @@ public UnaryCallSettings<SubmitOrderRequest, Operation> submitOrderSettings() {
187187
return ((GDCHardwareManagementStubSettings) getStubSettings()).submitOrderOperationSettings();
188188
}
189189

190+
/** Returns the object with the settings used for calls to cancelOrder. */
191+
public UnaryCallSettings<CancelOrderRequest, Operation> cancelOrderSettings() {
192+
return ((GDCHardwareManagementStubSettings) getStubSettings()).cancelOrderSettings();
193+
}
194+
195+
/** Returns the object with the settings used for calls to cancelOrder. */
196+
public OperationCallSettings<CancelOrderRequest, Order, OperationMetadata>
197+
cancelOrderOperationSettings() {
198+
return ((GDCHardwareManagementStubSettings) getStubSettings()).cancelOrderOperationSettings();
199+
}
200+
190201
/** Returns the object with the settings used for calls to listSites. */
191202
public PagedCallSettings<ListSitesRequest, ListSitesResponse, ListSitesPagedResponse>
192203
listSitesSettings() {
@@ -434,6 +445,19 @@ public UnaryCallSettings<SignalZoneStateRequest, Operation> signalZoneStateSetti
434445
.signalZoneStateOperationSettings();
435446
}
436447

448+
/** Returns the object with the settings used for calls to requestOrderDateChange. */
449+
public UnaryCallSettings<RequestOrderDateChangeRequest, Operation>
450+
requestOrderDateChangeSettings() {
451+
return ((GDCHardwareManagementStubSettings) getStubSettings()).requestOrderDateChangeSettings();
452+
}
453+
454+
/** Returns the object with the settings used for calls to requestOrderDateChange. */
455+
public OperationCallSettings<RequestOrderDateChangeRequest, Order, OperationMetadata>
456+
requestOrderDateChangeOperationSettings() {
457+
return ((GDCHardwareManagementStubSettings) getStubSettings())
458+
.requestOrderDateChangeOperationSettings();
459+
}
460+
437461
/** Returns the object with the settings used for calls to listLocations. */
438462
public PagedCallSettings<ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
439463
listLocationsSettings() {
@@ -613,6 +637,17 @@ public UnaryCallSettings.Builder<SubmitOrderRequest, Operation> submitOrderSetti
613637
return getStubSettingsBuilder().submitOrderOperationSettings();
614638
}
615639

640+
/** Returns the builder for the settings used for calls to cancelOrder. */
641+
public UnaryCallSettings.Builder<CancelOrderRequest, Operation> cancelOrderSettings() {
642+
return getStubSettingsBuilder().cancelOrderSettings();
643+
}
644+
645+
/** Returns the builder for the settings used for calls to cancelOrder. */
646+
public OperationCallSettings.Builder<CancelOrderRequest, Order, OperationMetadata>
647+
cancelOrderOperationSettings() {
648+
return getStubSettingsBuilder().cancelOrderOperationSettings();
649+
}
650+
616651
/** Returns the builder for the settings used for calls to listSites. */
617652
public PagedCallSettings.Builder<ListSitesRequest, ListSitesResponse, ListSitesPagedResponse>
618653
listSitesSettings() {
@@ -863,6 +898,18 @@ public UnaryCallSettings.Builder<SignalZoneStateRequest, Operation> signalZoneSt
863898
return getStubSettingsBuilder().signalZoneStateOperationSettings();
864899
}
865900

901+
/** Returns the builder for the settings used for calls to requestOrderDateChange. */
902+
public UnaryCallSettings.Builder<RequestOrderDateChangeRequest, Operation>
903+
requestOrderDateChangeSettings() {
904+
return getStubSettingsBuilder().requestOrderDateChangeSettings();
905+
}
906+
907+
/** Returns the builder for the settings used for calls to requestOrderDateChange. */
908+
public OperationCallSettings.Builder<RequestOrderDateChangeRequest, Order, OperationMetadata>
909+
requestOrderDateChangeOperationSettings() {
910+
return getStubSettingsBuilder().requestOrderDateChangeOperationSettings();
911+
}
912+
866913
/** Returns the builder for the settings used for calls to listLocations. */
867914
public PagedCallSettings.Builder<
868915
ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>

java-gdchardwaremanagement/google-cloud-gdchardwaremanagement/src/main/java/com/google/cloud/gdchardwaremanagement/v1alpha/gapic_metadata.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"grpc": {
1111
"libraryClient": "GDCHardwareManagementClient",
1212
"rpcs": {
13+
"CancelOrder": {
14+
"methods": ["cancelOrderAsync", "cancelOrderAsync", "cancelOrderAsync", "cancelOrderOperationCallable", "cancelOrderCallable"]
15+
},
1316
"CreateComment": {
1417
"methods": ["createCommentAsync", "createCommentAsync", "createCommentAsync", "createCommentOperationCallable", "createCommentCallable"]
1518
},
@@ -100,6 +103,9 @@
100103
"RecordActionOnComment": {
101104
"methods": ["recordActionOnComment", "recordActionOnComment", "recordActionOnComment", "recordActionOnCommentCallable"]
102105
},
106+
"RequestOrderDateChange": {
107+
"methods": ["requestOrderDateChangeAsync", "requestOrderDateChangeAsync", "requestOrderDateChangeAsync", "requestOrderDateChangeOperationCallable", "requestOrderDateChangeCallable"]
108+
},
103109
"SignalZoneState": {
104110
"methods": ["signalZoneStateAsync", "signalZoneStateAsync", "signalZoneStateAsync", "signalZoneStateOperationCallable", "signalZoneStateCallable"]
105111
},

java-gdchardwaremanagement/google-cloud-gdchardwaremanagement/src/main/java/com/google/cloud/gdchardwaremanagement/v1alpha/stub/GDCHardwareManagementStub.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
import com.google.api.gax.core.BackgroundResource;
3131
import com.google.api.gax.rpc.OperationCallable;
3232
import com.google.api.gax.rpc.UnaryCallable;
33+
import com.google.cloud.gdchardwaremanagement.v1alpha.CancelOrderRequest;
3334
import com.google.cloud.gdchardwaremanagement.v1alpha.ChangeLogEntry;
3435
import com.google.cloud.gdchardwaremanagement.v1alpha.Comment;
3536
import com.google.cloud.gdchardwaremanagement.v1alpha.CreateCommentRequest;
@@ -72,6 +73,7 @@
7273
import com.google.cloud.gdchardwaremanagement.v1alpha.OperationMetadata;
7374
import com.google.cloud.gdchardwaremanagement.v1alpha.Order;
7475
import com.google.cloud.gdchardwaremanagement.v1alpha.RecordActionOnCommentRequest;
76+
import com.google.cloud.gdchardwaremanagement.v1alpha.RequestOrderDateChangeRequest;
7577
import com.google.cloud.gdchardwaremanagement.v1alpha.SignalZoneStateRequest;
7678
import com.google.cloud.gdchardwaremanagement.v1alpha.Site;
7779
import com.google.cloud.gdchardwaremanagement.v1alpha.Sku;
@@ -157,6 +159,15 @@ public UnaryCallable<SubmitOrderRequest, Operation> submitOrderCallable() {
157159
throw new UnsupportedOperationException("Not implemented: submitOrderCallable()");
158160
}
159161

162+
public OperationCallable<CancelOrderRequest, Order, OperationMetadata>
163+
cancelOrderOperationCallable() {
164+
throw new UnsupportedOperationException("Not implemented: cancelOrderOperationCallable()");
165+
}
166+
167+
public UnaryCallable<CancelOrderRequest, Operation> cancelOrderCallable() {
168+
throw new UnsupportedOperationException("Not implemented: cancelOrderCallable()");
169+
}
170+
160171
public UnaryCallable<ListSitesRequest, ListSitesPagedResponse> listSitesPagedCallable() {
161172
throw new UnsupportedOperationException("Not implemented: listSitesPagedCallable()");
162173
}
@@ -378,6 +389,16 @@ public UnaryCallable<SignalZoneStateRequest, Operation> signalZoneStateCallable(
378389
throw new UnsupportedOperationException("Not implemented: signalZoneStateCallable()");
379390
}
380391

392+
public OperationCallable<RequestOrderDateChangeRequest, Order, OperationMetadata>
393+
requestOrderDateChangeOperationCallable() {
394+
throw new UnsupportedOperationException(
395+
"Not implemented: requestOrderDateChangeOperationCallable()");
396+
}
397+
398+
public UnaryCallable<RequestOrderDateChangeRequest, Operation> requestOrderDateChangeCallable() {
399+
throw new UnsupportedOperationException("Not implemented: requestOrderDateChangeCallable()");
400+
}
401+
381402
public UnaryCallable<ListLocationsRequest, ListLocationsPagedResponse>
382403
listLocationsPagedCallable() {
383404
throw new UnsupportedOperationException("Not implemented: listLocationsPagedCallable()");

0 commit comments

Comments
 (0)