@@ -4757,8 +4757,7 @@ public class RouteViews {
4757
4757
* optional parameters, call the {@link Get#execute()} method to invoke the remote operation.
4758
4758
*
4759
4759
* @param name Required. Name of the GatewayRouteView resource. Formats:
4760
- * projects/{project_number}/locations/{location}/gateways/{gateway_name}/routeViews/{route_v
4761
- * iew_name}
4760
+ * projects/{project_number}/locations/{location}/gateways/{gateway}/routeViews/{route_view}
4762
4761
* @return the request
4763
4762
*/
4764
4763
public Get get(java.lang.String name) throws java.io.IOException {
@@ -4785,8 +4784,7 @@ public class Get extends NetworkServicesRequest<com.google.api.services.networks
4785
4784
* must be called to initialize this instance immediately after invoking the constructor. </p>
4786
4785
*
4787
4786
* @param name Required. Name of the GatewayRouteView resource. Formats:
4788
- * projects/{project_number}/locations/{location}/gateways/{gateway_name}/routeViews/{route_v
4789
- * iew_name}
4787
+ * projects/{project_number}/locations/{location}/gateways/{gateway}/routeViews/{route_view}
4790
4788
* @since 1.13
4791
4789
*/
4792
4790
protected Get(java.lang.String name) {
@@ -4866,21 +4864,21 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
4866
4864
4867
4865
/**
4868
4866
* Required. Name of the GatewayRouteView resource. Formats: projects/{project_number}/l
4869
- * ocations/{location}/gateways/{gateway_name }/routeViews/{route_view_name }
4867
+ * ocations/{location}/gateways/{gateway }/routeViews/{route_view }
4870
4868
*/
4871
4869
@com.google.api.client.util.Key
4872
4870
private java.lang.String name;
4873
4871
4874
4872
/** Required. Name of the GatewayRouteView resource. Formats:
4875
- projects/{project_number}/locations/{location}/gateways/{gateway_name }/routeViews/{route_view_name }
4873
+ projects/{project_number}/locations/{location}/gateways/{gateway }/routeViews/{route_view }
4876
4874
*/
4877
4875
public java.lang.String getName() {
4878
4876
return name;
4879
4877
}
4880
4878
4881
4879
/**
4882
4880
* Required. Name of the GatewayRouteView resource. Formats: projects/{project_number}/l
4883
- * ocations/{location}/gateways/{gateway_name }/routeViews/{route_view_name }
4881
+ * ocations/{location}/gateways/{gateway }/routeViews/{route_view }
4884
4882
*/
4885
4883
public Get setName(java.lang.String name) {
4886
4884
if (!getSuppressPatternChecks()) {
@@ -4906,7 +4904,7 @@ public Get set(String parameterName, Object value) {
4906
4904
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
4907
4905
*
4908
4906
* @param parent Required. The Gateway to which a Route is associated. Formats:
4909
- * projects/{project_number}/locations/{location}/gateways/{gateway_name }
4907
+ * projects/{project_number}/locations/{location}/gateways/{gateway }
4910
4908
* @return the request
4911
4909
*/
4912
4910
public List list(java.lang.String parent) throws java.io.IOException {
@@ -4933,7 +4931,7 @@ public class List extends NetworkServicesRequest<com.google.api.services.network
4933
4931
* must be called to initialize this instance immediately after invoking the constructor. </p>
4934
4932
*
4935
4933
* @param parent Required. The Gateway to which a Route is associated. Formats:
4936
- * projects/{project_number}/locations/{location}/gateways/{gateway_name }
4934
+ * projects/{project_number}/locations/{location}/gateways/{gateway }
4937
4935
* @since 1.13
4938
4936
*/
4939
4937
protected List(java.lang.String parent) {
@@ -5013,21 +5011,21 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
5013
5011
5014
5012
/**
5015
5013
* Required. The Gateway to which a Route is associated. Formats:
5016
- * projects/{project_number}/locations/{location}/gateways/{gateway_name }
5014
+ * projects/{project_number}/locations/{location}/gateways/{gateway }
5017
5015
*/
5018
5016
@com.google.api.client.util.Key
5019
5017
private java.lang.String parent;
5020
5018
5021
5019
/** Required. The Gateway to which a Route is associated. Formats:
5022
- projects/{project_number}/locations/{location}/gateways/{gateway_name }
5020
+ projects/{project_number}/locations/{location}/gateways/{gateway }
5023
5021
*/
5024
5022
public java.lang.String getParent() {
5025
5023
return parent;
5026
5024
}
5027
5025
5028
5026
/**
5029
5027
* Required. The Gateway to which a Route is associated. Formats:
5030
- * projects/{project_number}/locations/{location}/gateways/{gateway_name }
5028
+ * projects/{project_number}/locations/{location}/gateways/{gateway }
5031
5029
*/
5032
5030
public List setParent(java.lang.String parent) {
5033
5031
if (!getSuppressPatternChecks()) {
@@ -9582,8 +9580,7 @@ public class RouteViews {
9582
9580
* optional parameters, call the {@link Get#execute()} method to invoke the remote operation.
9583
9581
*
9584
9582
* @param name Required. Name of the MeshRouteView resource. Format:
9585
- * projects/{project_number}/locations/{location}/meshes/{mesh_name}/routeViews/{route_view_n
9586
- * ame}
9583
+ * projects/{project_number}/locations/{location}/meshes/{mesh}/routeViews/{route_view}
9587
9584
* @return the request
9588
9585
*/
9589
9586
public Get get(java.lang.String name) throws java.io.IOException {
@@ -9610,8 +9607,7 @@ public class Get extends NetworkServicesRequest<com.google.api.services.networks
9610
9607
* must be called to initialize this instance immediately after invoking the constructor. </p>
9611
9608
*
9612
9609
* @param name Required. Name of the MeshRouteView resource. Format:
9613
- * projects/{project_number}/locations/{location}/meshes/{mesh_name}/routeViews/{route_view_n
9614
- * ame}
9610
+ * projects/{project_number}/locations/{location}/meshes/{mesh}/routeViews/{route_view}
9615
9611
* @since 1.13
9616
9612
*/
9617
9613
protected Get(java.lang.String name) {
@@ -9690,22 +9686,22 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
9690
9686
}
9691
9687
9692
9688
/**
9693
- * Required. Name of the MeshRouteView resource. Format: projects/{project_number}/locat
9694
- * ions/{ location}/meshes/{mesh_name }/routeViews/{route_view_name }
9689
+ * Required. Name of the MeshRouteView resource. Format:
9690
+ * projects/{project_number}/locations/{ location}/meshes/{mesh }/routeViews/{route_view }
9695
9691
*/
9696
9692
@com.google.api.client.util.Key
9697
9693
private java.lang.String name;
9698
9694
9699
9695
/** Required. Name of the MeshRouteView resource. Format:
9700
- projects/{project_number}/locations/{location}/meshes/{mesh_name }/routeViews/{route_view_name }
9696
+ projects/{project_number}/locations/{location}/meshes/{mesh }/routeViews/{route_view }
9701
9697
*/
9702
9698
public java.lang.String getName() {
9703
9699
return name;
9704
9700
}
9705
9701
9706
9702
/**
9707
- * Required. Name of the MeshRouteView resource. Format: projects/{project_number}/locat
9708
- * ions/{ location}/meshes/{mesh_name }/routeViews/{route_view_name }
9703
+ * Required. Name of the MeshRouteView resource. Format:
9704
+ * projects/{project_number}/locations/{ location}/meshes/{mesh }/routeViews/{route_view }
9709
9705
*/
9710
9706
public Get setName(java.lang.String name) {
9711
9707
if (!getSuppressPatternChecks()) {
@@ -9731,7 +9727,7 @@ public Get set(String parameterName, Object value) {
9731
9727
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
9732
9728
*
9733
9729
* @param parent Required. The Mesh to which a Route is associated. Format:
9734
- * projects/{project_number}/locations/{location}/meshes/{mesh_name }
9730
+ * projects/{project_number}/locations/{location}/meshes/{mesh }
9735
9731
* @return the request
9736
9732
*/
9737
9733
public List list(java.lang.String parent) throws java.io.IOException {
@@ -9758,7 +9754,7 @@ public class List extends NetworkServicesRequest<com.google.api.services.network
9758
9754
* must be called to initialize this instance immediately after invoking the constructor. </p>
9759
9755
*
9760
9756
* @param parent Required. The Mesh to which a Route is associated. Format:
9761
- * projects/{project_number}/locations/{location}/meshes/{mesh_name }
9757
+ * projects/{project_number}/locations/{location}/meshes/{mesh }
9762
9758
* @since 1.13
9763
9759
*/
9764
9760
protected List(java.lang.String parent) {
@@ -9838,21 +9834,21 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
9838
9834
9839
9835
/**
9840
9836
* Required. The Mesh to which a Route is associated. Format:
9841
- * projects/{project_number}/locations/{location}/meshes/{mesh_name }
9837
+ * projects/{project_number}/locations/{location}/meshes/{mesh }
9842
9838
*/
9843
9839
@com.google.api.client.util.Key
9844
9840
private java.lang.String parent;
9845
9841
9846
9842
/** Required. The Mesh to which a Route is associated. Format:
9847
- projects/{project_number}/locations/{location}/meshes/{mesh_name }
9843
+ projects/{project_number}/locations/{location}/meshes/{mesh }
9848
9844
*/
9849
9845
public java.lang.String getParent() {
9850
9846
return parent;
9851
9847
}
9852
9848
9853
9849
/**
9854
9850
* Required. The Mesh to which a Route is associated. Format:
9855
- * projects/{project_number}/locations/{location}/meshes/{mesh_name }
9851
+ * projects/{project_number}/locations/{location}/meshes/{mesh }
9856
9852
*/
9857
9853
public List setParent(java.lang.String parent) {
9858
9854
if (!getSuppressPatternChecks()) {
0 commit comments