Skip to content

Commit e482fb9

Browse files
feat(networkmanagement): update the api
#### networkmanagement:v1beta1 The following keys were added: - schemas.VpcFlowLogsConfig.properties.labels (Total Keys: 2)
1 parent c36ce6b commit e482fb9

5 files changed

+41
-16
lines changed

docs/dyn/networkmanagement_v1.projects.locations.global_.connectivityTests.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153153
&quot;labels&quot;: { # Resource labels to represent user-provided metadata.
154154
&quot;a_key&quot;: &quot;A String&quot;,
155155
},
156-
&quot;name&quot;: &quot;A String&quot;, # Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
156+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
157157
&quot;probingDetails&quot;: { # Results of active probing from the last run of the test. # Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
158158
&quot;abortCause&quot;: &quot;A String&quot;, # The reason probing was aborted.
159159
&quot;destinationEgressLocation&quot;: { # Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations. # The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.
@@ -592,7 +592,7 @@ <h3>Method Details</h3>
592592
&quot;labels&quot;: { # Resource labels to represent user-provided metadata.
593593
&quot;a_key&quot;: &quot;A String&quot;,
594594
},
595-
&quot;name&quot;: &quot;A String&quot;, # Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
595+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
596596
&quot;probingDetails&quot;: { # Results of active probing from the last run of the test. # Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
597597
&quot;abortCause&quot;: &quot;A String&quot;, # The reason probing was aborted.
598598
&quot;destinationEgressLocation&quot;: { # Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations. # The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.
@@ -1022,7 +1022,7 @@ <h3>Method Details</h3>
10221022
&quot;labels&quot;: { # Resource labels to represent user-provided metadata.
10231023
&quot;a_key&quot;: &quot;A String&quot;,
10241024
},
1025-
&quot;name&quot;: &quot;A String&quot;, # Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
1025+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
10261026
&quot;probingDetails&quot;: { # Results of active probing from the last run of the test. # Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
10271027
&quot;abortCause&quot;: &quot;A String&quot;, # The reason probing was aborted.
10281028
&quot;destinationEgressLocation&quot;: { # Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations. # The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.
@@ -1376,7 +1376,7 @@ <h3>Method Details</h3>
13761376
<pre>Updates the configuration of an existing `ConnectivityTest`. After you update a test, the reachability analysis is performed as part of the long running operation, which completes when the analysis completes. The Reachability state in the test resource is updated with the new result. If the endpoint specifications in `ConnectivityTest` are invalid (for example, they contain non-existent resources in the network, or the user does not have read permissions to the network configurations of listed projects), then the reachability result returns a value of UNKNOWN. If the endpoint specifications in `ConnectivityTest` are incomplete, the reachability result returns a value of `AMBIGUOUS`. See the documentation in `ConnectivityTest` for more details.
13771377

13781378
Args:
1379-
name: string, Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` (required)
1379+
name: string, Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` (required)
13801380
body: object, The request body.
13811381
The object takes the form of:
13821382

@@ -1411,7 +1411,7 @@ <h3>Method Details</h3>
14111411
&quot;labels&quot;: { # Resource labels to represent user-provided metadata.
14121412
&quot;a_key&quot;: &quot;A String&quot;,
14131413
},
1414-
&quot;name&quot;: &quot;A String&quot;, # Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
1414+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
14151415
&quot;probingDetails&quot;: { # Results of active probing from the last run of the test. # Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
14161416
&quot;abortCause&quot;: &quot;A String&quot;, # The reason probing was aborted.
14171417
&quot;destinationEgressLocation&quot;: { # Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations. # The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.

docs/dyn/networkmanagement_v1beta1.projects.locations.global_.connectivityTests.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153153
&quot;labels&quot;: { # Resource labels to represent user-provided metadata.
154154
&quot;a_key&quot;: &quot;A String&quot;,
155155
},
156-
&quot;name&quot;: &quot;A String&quot;, # Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`
156+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`
157157
&quot;probingDetails&quot;: { # Results of active probing from the last run of the test. # Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
158158
&quot;abortCause&quot;: &quot;A String&quot;, # The reason probing was aborted.
159159
&quot;destinationEgressLocation&quot;: { # Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations. # The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.
@@ -592,7 +592,7 @@ <h3>Method Details</h3>
592592
&quot;labels&quot;: { # Resource labels to represent user-provided metadata.
593593
&quot;a_key&quot;: &quot;A String&quot;,
594594
},
595-
&quot;name&quot;: &quot;A String&quot;, # Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`
595+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`
596596
&quot;probingDetails&quot;: { # Results of active probing from the last run of the test. # Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
597597
&quot;abortCause&quot;: &quot;A String&quot;, # The reason probing was aborted.
598598
&quot;destinationEgressLocation&quot;: { # Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations. # The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.
@@ -1022,7 +1022,7 @@ <h3>Method Details</h3>
10221022
&quot;labels&quot;: { # Resource labels to represent user-provided metadata.
10231023
&quot;a_key&quot;: &quot;A String&quot;,
10241024
},
1025-
&quot;name&quot;: &quot;A String&quot;, # Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`
1025+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`
10261026
&quot;probingDetails&quot;: { # Results of active probing from the last run of the test. # Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
10271027
&quot;abortCause&quot;: &quot;A String&quot;, # The reason probing was aborted.
10281028
&quot;destinationEgressLocation&quot;: { # Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations. # The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.
@@ -1376,7 +1376,7 @@ <h3>Method Details</h3>
13761376
<pre>Updates the configuration of an existing `ConnectivityTest`. After you update a test, the reachability analysis is performed as part of the long running operation, which completes when the analysis completes. The Reachability state in the test resource is updated with the new result. If the endpoint specifications in `ConnectivityTest` are invalid (for example, they contain non-existent resources in the network, or the user does not have read permissions to the network configurations of listed projects), then the reachability result returns a value of UNKNOWN. If the endpoint specifications in `ConnectivityTest` are incomplete, the reachability result returns a value of `AMBIGUOUS`. See the documentation in `ConnectivityTest` for more details.
13771377

13781378
Args:
1379-
name: string, Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}` (required)
1379+
name: string, Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}` (required)
13801380
body: object, The request body.
13811381
The object takes the form of:
13821382

@@ -1411,7 +1411,7 @@ <h3>Method Details</h3>
14111411
&quot;labels&quot;: { # Resource labels to represent user-provided metadata.
14121412
&quot;a_key&quot;: &quot;A String&quot;,
14131413
},
1414-
&quot;name&quot;: &quot;A String&quot;, # Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`
1414+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`
14151415
&quot;probingDetails&quot;: { # Results of active probing from the last run of the test. # Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
14161416
&quot;abortCause&quot;: &quot;A String&quot;, # The reason probing was aborted.
14171417
&quot;destinationEgressLocation&quot;: { # Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations. # The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field *must not* be used as an indication that the destination/source is part of the Google network.

docs/dyn/networkmanagement_v1beta1.projects.locations.vpcFlowLogsConfigs.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ <h3>Method Details</h3>
117117
&quot;filterExpr&quot;: &quot;A String&quot;, # Export filter used to define which VPC flow logs should be logged.
118118
&quot;flowSampling&quot;: 3.14, # Optional. The value of the field must be in [0, 1]. The sampling rate of VPC flow logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs are reported. Default value is 1.0.
119119
&quot;interconnectAttachment&quot;: &quot;A String&quot;, # Traffic will be logged from the Interconnect Attachment. Format: projects/{project_id}/locations/{region}/interconnectAttachments/{name}
120+
&quot;labels&quot;: { # Optional. Resource labels to represent user-provided metadata.
121+
&quot;a_key&quot;: &quot;A String&quot;,
122+
},
120123
&quot;metadata&quot;: &quot;A String&quot;, # Optional. Configures whether all, none or a subset of metadata fields should be added to the reported VPC flow logs. Default value is INCLUDE_ALL_METADATA.
121124
&quot;metadataFields&quot;: [ # Optional. Custom metadata fields to include in the reported VPC flow logs. Can only be specified if &quot;metadata&quot; was set to CUSTOM_METADATA.
122125
&quot;A String&quot;,
@@ -215,6 +218,9 @@ <h3>Method Details</h3>
215218
&quot;filterExpr&quot;: &quot;A String&quot;, # Export filter used to define which VPC flow logs should be logged.
216219
&quot;flowSampling&quot;: 3.14, # Optional. The value of the field must be in [0, 1]. The sampling rate of VPC flow logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs are reported. Default value is 1.0.
217220
&quot;interconnectAttachment&quot;: &quot;A String&quot;, # Traffic will be logged from the Interconnect Attachment. Format: projects/{project_id}/locations/{region}/interconnectAttachments/{name}
221+
&quot;labels&quot;: { # Optional. Resource labels to represent user-provided metadata.
222+
&quot;a_key&quot;: &quot;A String&quot;,
223+
},
218224
&quot;metadata&quot;: &quot;A String&quot;, # Optional. Configures whether all, none or a subset of metadata fields should be added to the reported VPC flow logs. Default value is INCLUDE_ALL_METADATA.
219225
&quot;metadataFields&quot;: [ # Optional. Custom metadata fields to include in the reported VPC flow logs. Can only be specified if &quot;metadata&quot; was set to CUSTOM_METADATA.
220226
&quot;A String&quot;,
@@ -259,6 +265,9 @@ <h3>Method Details</h3>
259265
&quot;filterExpr&quot;: &quot;A String&quot;, # Export filter used to define which VPC flow logs should be logged.
260266
&quot;flowSampling&quot;: 3.14, # Optional. The value of the field must be in [0, 1]. The sampling rate of VPC flow logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs are reported. Default value is 1.0.
261267
&quot;interconnectAttachment&quot;: &quot;A String&quot;, # Traffic will be logged from the Interconnect Attachment. Format: projects/{project_id}/locations/{region}/interconnectAttachments/{name}
268+
&quot;labels&quot;: { # Optional. Resource labels to represent user-provided metadata.
269+
&quot;a_key&quot;: &quot;A String&quot;,
270+
},
262271
&quot;metadata&quot;: &quot;A String&quot;, # Optional. Configures whether all, none or a subset of metadata fields should be added to the reported VPC flow logs. Default value is INCLUDE_ALL_METADATA.
263272
&quot;metadataFields&quot;: [ # Optional. Custom metadata fields to include in the reported VPC flow logs. Can only be specified if &quot;metadata&quot; was set to CUSTOM_METADATA.
264273
&quot;A String&quot;,
@@ -304,6 +313,9 @@ <h3>Method Details</h3>
304313
&quot;filterExpr&quot;: &quot;A String&quot;, # Export filter used to define which VPC flow logs should be logged.
305314
&quot;flowSampling&quot;: 3.14, # Optional. The value of the field must be in [0, 1]. The sampling rate of VPC flow logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs are reported. Default value is 1.0.
306315
&quot;interconnectAttachment&quot;: &quot;A String&quot;, # Traffic will be logged from the Interconnect Attachment. Format: projects/{project_id}/locations/{region}/interconnectAttachments/{name}
316+
&quot;labels&quot;: { # Optional. Resource labels to represent user-provided metadata.
317+
&quot;a_key&quot;: &quot;A String&quot;,
318+
},
307319
&quot;metadata&quot;: &quot;A String&quot;, # Optional. Configures whether all, none or a subset of metadata fields should be added to the reported VPC flow logs. Default value is INCLUDE_ALL_METADATA.
308320
&quot;metadataFields&quot;: [ # Optional. Custom metadata fields to include in the reported VPC flow logs. Can only be specified if &quot;metadata&quot; was set to CUSTOM_METADATA.
309321
&quot;A String&quot;,

0 commit comments

Comments
 (0)