FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-java to 2.18.1 by gcf-owl-bot[bot] · Pull Request #46 · googleapis/java-optimization · GitHub

This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .java  (2) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package com.google.cloud.optimization.v1;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.longrunning.OperationFuture;
import com.google.api.gax.rpc.OperationCallable;
Expand Down Expand Up @@ -146,7 +145,6 @@ public static final FleetRoutingClient create(FleetRoutingSettings settings) thr
* Constructs an instance of FleetRoutingClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(FleetRoutingSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final FleetRoutingClient create(FleetRoutingStub stub) {
return new FleetRoutingClient(stub);
}
Expand All @@ -162,7 +160,6 @@ protected FleetRoutingClient(FleetRoutingSettings settings) throws IOException {
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected FleetRoutingClient(FleetRoutingStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -173,7 +170,6 @@ public final FleetRoutingSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public FleetRoutingStub getStub() {
return stub;
}
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ public UnaryCallSettings<BatchOptimizeToursRequest, Operation> batchOptimizeTour
return batchOptimizeToursOperationSettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public FleetRoutingStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down

Back | FazBrowse Home | New Git URL