Skip to content

Commit

Permalink
feat(networksecurity): update the api
Browse files Browse the repository at this point in the history
#### networksecurity:v1

The following keys were added:
- resources.projects.resources.locations.resources.authzPolicies.methods.getIamPolicy (Total Keys: 14)
- resources.projects.resources.locations.resources.authzPolicies.methods.setIamPolicy (Total Keys: 12)
- resources.projects.resources.locations.resources.authzPolicies.methods.testIamPermissions (Total Keys: 12)
- schemas.AddressGroup.properties.purpose (Total Keys: 2)

#### networksecurity:v1beta1

The following keys were added:
- resources.projects.resources.locations.resources.authzPolicies.methods.getIamPolicy (Total Keys: 14)
- resources.projects.resources.locations.resources.authzPolicies.methods.setIamPolicy (Total Keys: 12)
- resources.projects.resources.locations.resources.authzPolicies.methods.testIamPermissions (Total Keys: 12)
  • Loading branch information
yoshi-automation committed Aug 13, 2024
1 parent 38315b6 commit 4c726fc
Show file tree
Hide file tree
Showing 11 changed files with 687 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.
&quot;purpose&quot;: [ # Optional. List of supported purposes of the Address Group.
&quot;A String&quot;,
],
&quot;selfLink&quot;: &quot;A String&quot;, # Output only. Server-defined fully-qualified URL for this resource.
&quot;type&quot;: &quot;A String&quot;, # Required. The type of the Address Group. Possible values are &quot;IPv4&quot; or &quot;IPV6&quot;.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
Expand Down Expand Up @@ -321,6 +324,9 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.
&quot;purpose&quot;: [ # Optional. List of supported purposes of the Address Group.
&quot;A String&quot;,
],
&quot;selfLink&quot;: &quot;A String&quot;, # Output only. Server-defined fully-qualified URL for this resource.
&quot;type&quot;: &quot;A String&quot;, # Required. The type of the Address Group. Possible values are &quot;IPv4&quot; or &quot;IPV6&quot;.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
Expand Down Expand Up @@ -356,6 +362,9 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.
&quot;purpose&quot;: [ # Optional. List of supported purposes of the Address Group.
&quot;A String&quot;,
],
&quot;selfLink&quot;: &quot;A String&quot;, # Output only. Server-defined fully-qualified URL for this resource.
&quot;type&quot;: &quot;A String&quot;, # Required. The type of the Address Group. Possible values are &quot;IPv4&quot; or &quot;IPV6&quot;.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
Expand Down Expand Up @@ -441,6 +450,9 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.
&quot;purpose&quot;: [ # Optional. List of supported purposes of the Address Group.
&quot;A String&quot;,
],
&quot;selfLink&quot;: &quot;A String&quot;, # Output only. Server-defined fully-qualified URL for this resource.
&quot;type&quot;: &quot;A String&quot;, # Required. The type of the Address Group. Possible values are &quot;IPv4&quot; or &quot;IPV6&quot;.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 10
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile group. Max length 2048 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern `projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}`.
&quot;threatPreventionProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
&quot;threatPreventionProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the ThreatPrevention configuration.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Last resource update timestamp.
}

Expand Down Expand Up @@ -202,15 +202,15 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 10
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile group. Max length 2048 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern `projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}`.
&quot;threatPreventionProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
&quot;threatPreventionProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the ThreatPrevention configuration.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Last resource update timestamp.
}</pre>
</div>
Expand All @@ -234,15 +234,15 @@ <h3>Method Details</h3>
{ # Response returned by the ListSecurityProfileGroups method.
&quot;nextPageToken&quot;: &quot;A String&quot;, # If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
&quot;securityProfileGroups&quot;: [ # List of SecurityProfileGroups resources.
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 10
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile group. Max length 2048 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern `projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}`.
&quot;threatPreventionProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
&quot;threatPreventionProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the ThreatPrevention configuration.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Last resource update timestamp.
},
],
Expand Down Expand Up @@ -272,15 +272,15 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 10
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile group. Max length 2048 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
&quot;labels&quot;: { # Optional. Labels as key value pairs.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern `projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}`.
&quot;threatPreventionProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup.
&quot;threatPreventionProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the ThreatPrevention configuration.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Last resource update timestamp.
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 11
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile. Max length 512 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Expand Down Expand Up @@ -217,7 +217,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 11
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile. Max length 512 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Expand Down Expand Up @@ -264,7 +264,7 @@ <h3>Method Details</h3>
{ # Response returned by the ListSecurityProfiles method.
&quot;nextPageToken&quot;: &quot;A String&quot;, # If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
&quot;securityProfiles&quot;: [ # List of SecurityProfile resources.
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 11
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile. Max length 512 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Expand Down Expand Up @@ -317,7 +317,7 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 11
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile. Max length 512 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Expand Down
12 changes: 12 additions & 0 deletions docs/dyn/networksecurity_v1.projects.locations.addressGroups.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.
&quot;purpose&quot;: [ # Optional. List of supported purposes of the Address Group.
&quot;A String&quot;,
],
&quot;selfLink&quot;: &quot;A String&quot;, # Output only. Server-defined fully-qualified URL for this resource.
&quot;type&quot;: &quot;A String&quot;, # Required. The type of the Address Group. Possible values are &quot;IPv4&quot; or &quot;IPV6&quot;.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
Expand Down Expand Up @@ -330,6 +333,9 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.
&quot;purpose&quot;: [ # Optional. List of supported purposes of the Address Group.
&quot;A String&quot;,
],
&quot;selfLink&quot;: &quot;A String&quot;, # Output only. Server-defined fully-qualified URL for this resource.
&quot;type&quot;: &quot;A String&quot;, # Required. The type of the Address Group. Possible values are &quot;IPv4&quot; or &quot;IPV6&quot;.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
Expand Down Expand Up @@ -413,6 +419,9 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.
&quot;purpose&quot;: [ # Optional. List of supported purposes of the Address Group.
&quot;A String&quot;,
],
&quot;selfLink&quot;: &quot;A String&quot;, # Output only. Server-defined fully-qualified URL for this resource.
&quot;type&quot;: &quot;A String&quot;, # Required. The type of the Address Group. Possible values are &quot;IPv4&quot; or &quot;IPV6&quot;.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
Expand Down Expand Up @@ -498,6 +507,9 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.
&quot;purpose&quot;: [ # Optional. List of supported purposes of the Address Group.
&quot;A String&quot;,
],
&quot;selfLink&quot;: &quot;A String&quot;, # Output only. Server-defined fully-qualified URL for this resource.
&quot;type&quot;: &quot;A String&quot;, # Required. The type of the Address Group. Possible values are &quot;IPv4&quot; or &quot;IPV6&quot;.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
Expand Down
Loading

0 comments on commit 4c726fc

Please sign in to comment.