Class ProjectsResource.LocationsResource.UrlListsResource
The "urlLists" collection of methods.
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class ProjectsResource.LocationsResource.UrlListsResource
Constructors
UrlListsResource(IClientService)
Constructs a new resource.
Declaration
public UrlListsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(UrlList, string)
Creates a new UrlList in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.UrlListsResource.CreateRequest Create(UrlList body, string parent)
Parameters
Type | Name | Description |
---|---|---|
UrlList | body | The body of the request. |
string | parent | Required. The parent resource of the UrlList. Must be in the format
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.UrlListsResource.CreateRequest |
Delete(string)
Deletes a single UrlList.
Declaration
public virtual ProjectsResource.LocationsResource.UrlListsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. A name of the UrlList to delete. Must be in the format
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.UrlListsResource.DeleteRequest |
Get(string)
Gets details of a single UrlList.
Declaration
public virtual ProjectsResource.LocationsResource.UrlListsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. A name of the UrlList to get. Must be in the format
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.UrlListsResource.GetRequest |
List(string)
Lists UrlLists in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.UrlListsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The project and location from which the UrlLists should be listed, specified in the format
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.UrlListsResource.ListRequest |
Patch(UrlList, string)
Updates the parameters of a single UrlList.
Declaration
public virtual ProjectsResource.LocationsResource.UrlListsResource.PatchRequest Patch(UrlList body, string name)
Parameters
Type | Name | Description |
---|---|---|
UrlList | body | The body of the request. |
string | name | Required. Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$). |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.UrlListsResource.PatchRequest |