Class ProjectsResource.LocationsResource.SacAttachmentsResource
The "sacAttachments" collection of methods.
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1beta1
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.SacAttachmentsResource
Constructors
SacAttachmentsResource(IClientService)
Constructs a new resource.
Declaration
public SacAttachmentsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(SACAttachment, string)
Creates a new SACAttachment in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.SacAttachmentsResource.CreateRequest Create(SACAttachment body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| SACAttachment | body | The body of the request. |
| string | parent | Required. The parent, in the form |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.SacAttachmentsResource.CreateRequest |
Delete(string)
Deletes the specified attachment.
Declaration
public virtual ProjectsResource.LocationsResource.SacAttachmentsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. Name of the resource, in the form
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.SacAttachmentsResource.DeleteRequest |
Get(string)
Returns the specified attachment.
Declaration
public virtual ProjectsResource.LocationsResource.SacAttachmentsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. Name of the resource, in the form
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.SacAttachmentsResource.GetRequest |
List(string)
Lists SACAttachments in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.SacAttachmentsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent, in the form |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.SacAttachmentsResource.ListRequest |