Skip to content
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

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,9 @@ public final UnaryCallable<SetAddonsConfigRequest, Operation> setAddonsConfigCal
* removed.
* <p>This list must always include the cluster's primary zone.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public final Operation setLocations(String name, List<String> locations) {
SetLocationsRequest request =
SetLocationsRequest.newBuilder().setName(name).addAllLocations(locations).build();
Expand Down Expand Up @@ -1270,7 +1272,9 @@ public final Operation setLocations(String name, List<String> locations) {
* removed.
* <p>This list must always include the cluster's primary zone.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public final Operation setLocations(
String projectId, String zone, String clusterId, List<String> locations) {
SetLocationsRequest request =
Expand Down Expand Up @@ -1307,7 +1311,9 @@ public final Operation setLocations(
*
* @param request The request object containing all of the parameters for the API call.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public final Operation setLocations(SetLocationsRequest request) {
return setLocationsCallable().call(request);
}
Expand Down Expand Up @@ -1335,7 +1341,10 @@ public final Operation setLocations(SetLocationsRequest request) {
* Operation response = future.get();
* }
* }</pre>
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public final UnaryCallable<SetLocationsRequest, Operation> setLocationsCallable() {
return stub.setLocationsCallable();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,12 @@ public UnaryCallSettings<SetAddonsConfigRequest, Operation> setAddonsConfigSetti
return ((ClusterManagerStubSettings) getStubSettings()).setAddonsConfigSettings();
}

/** Returns the object with the settings used for calls to setLocations. */
/**
* Returns the object with the settings used for calls to setLocations.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings<SetLocationsRequest, Operation> setLocationsSettings() {
return ((ClusterManagerStubSettings) getStubSettings()).setLocationsSettings();
}
Expand Down Expand Up @@ -425,7 +430,12 @@ public UnaryCallSettings.Builder<SetAddonsConfigRequest, Operation> setAddonsCon
return getStubSettingsBuilder().setAddonsConfigSettings();
}

/** Returns the builder for the settings used for calls to setLocations. */
/**
* Returns the builder for the settings used for calls to setLocations.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings.Builder<SetLocationsRequest, Operation> setLocationsSettings() {
return getStubSettingsBuilder().setLocationsSettings();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public UnaryCallable<SetAddonsConfigRequest, Operation> setAddonsConfigCallable(
throw new UnsupportedOperationException("Not implemented: setAddonsConfigCallable()");
}

@Deprecated
public UnaryCallable<SetLocationsRequest, Operation> setLocationsCallable() {
throw new UnsupportedOperationException("Not implemented: setLocationsCallable()");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,12 @@ public UnaryCallSettings<SetAddonsConfigRequest, Operation> setAddonsConfigSetti
return setAddonsConfigSettings;
}

/** Returns the object with the settings used for calls to setLocations. */
/**
* Returns the object with the settings used for calls to setLocations.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings<SetLocationsRequest, Operation> setLocationsSettings() {
return setLocationsSettings;
}
Expand Down Expand Up @@ -1004,7 +1009,12 @@ public UnaryCallSettings.Builder<SetAddonsConfigRequest, Operation> setAddonsCon
return setAddonsConfigSettings;
}

/** Returns the builder for the settings used for calls to setLocations. */
/**
* Returns the builder for the settings used for calls to setLocations.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings.Builder<SetLocationsRequest, Operation> setLocationsSettings() {
return setLocationsSettings;
}
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-container.git",
"sha": "ee5f98736b92ebc6ac99fdb5d704fc1815132ab7"
"sha": "2a61152da9673828ce737d0d8712256c18fd8d93"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "1305ca41d554eb0725237561e34129373bb8cbc1",
"internalRef": "362856902"
"sha": "86c2fe6229f16e0f113a4cf9edea35d71895a6a6",
"internalRef": "367652775"
}
},
{
Expand Down