You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-networkmanagement/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/NetworkManagement.java
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -2740,10 +2740,10 @@ public class VpcFlowLogsConfigs {
2740
2740
/**
2741
2741
* Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists
2742
2742
* (even if the ID is different), the creation fails. Notes: 1. Creating a configuration with
2743
-
* state=DISABLED will fail. 2. The following fields are not considered as `settings` for the
2744
-
* purpose of the check mentioned above, therefore - creating another configuration with the same
2745
-
* fields but different values for the following fields will fail as well: - name - create_time -
2746
-
* update_time - labels - description
2743
+
* state=DISABLED will fail 2. The following fields are not considered as `settings` for the purpose
2744
+
* of the check mentioned above, therefore - creating another configuration with the same fields but
2745
+
* different values for the following fields will fail as well: * name * create_time * update_time *
2746
+
* labels * description
2747
2747
*
2748
2748
* Create a request for the method "vpcFlowLogsConfigs.create".
2749
2749
*
@@ -2771,10 +2771,10 @@ public class Create extends NetworkManagementRequest<com.google.api.services.net
2771
2771
/**
2772
2772
* Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already
2773
2773
* exists (even if the ID is different), the creation fails. Notes: 1. Creating a configuration
2774
-
* with state=DISABLED will fail. 2. The following fields are not considered as `settings` for the
2774
+
* with state=DISABLED will fail 2. The following fields are not considered as `settings` for the
2775
2775
* purpose of the check mentioned above, therefore - creating another configuration with the same
2776
-
* fields but different values for the following fields will fail as well: - name - create_time -
2777
-
* update_time - labels - description
2776
+
* fields but different values for the following fields will fail as well: * name * create_time *
2777
+
* update_time * labels * description
2778
2778
*
2779
2779
* Create a request for the method "vpcFlowLogsConfigs.create".
2780
2780
*
@@ -3411,12 +3411,12 @@ public List set(String parameterName, Object value) {
3411
3411
}
3412
3412
}
3413
3413
/**
3414
-
* Updates an existing `VpcFlowLogsConfig`. If a configuration with the exact same settings already
3415
-
* exists (even if the ID is different), the creation fails. Notes: 1. Updating a configuration with
3416
-
* state=DISABLED will fail. 2. The following fields are not considered as `settings` for the
3417
-
* purpose of the check mentioned above, therefore - updating another configuration with the same
3418
-
* fields but different values for the following fields will fail as well: - name - create_time -
3419
-
* update_time - labels - description
3414
+
* Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists
3415
+
* (even if the ID is different), the creation fails. Notes: 1. Creating a configuration with
3416
+
* state=DISABLED will fail 2. The following fields are not considered as `settings` for the purpose
3417
+
* of the check mentioned above, therefore - creating another configuration with the same fields but
3418
+
* different values for the following fields will fail as well: * name * create_time * update_time *
3419
+
* labels * description
3420
3420
*
3421
3421
* Create a request for the method "vpcFlowLogsConfigs.patch".
3422
3422
*
@@ -3442,12 +3442,12 @@ public class Patch extends NetworkManagementRequest<com.google.api.services.netw
0 commit comments