Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EndpointAttachmentsResource

The "endpointAttachments" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.EndpointAttachmentsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Connectors.v1
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class ProjectsResource.LocationsResource.EndpointAttachmentsResource

Constructors

EndpointAttachmentsResource(IClientService)

Constructs a new resource.

Declaration
public EndpointAttachmentsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(EndpointAttachment, string)

Creates a new EndpointAttachment in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.EndpointAttachmentsResource.CreateRequest Create(EndpointAttachment body, string parent)
Parameters
Type Name Description
EndpointAttachment body

The body of the request.

string parent

Required. Parent resource of the EndpointAttachment, of the form: projects/*/locations/*

Returns
Type Description
ProjectsResource.LocationsResource.EndpointAttachmentsResource.CreateRequest

Delete(string)

Deletes a single EndpointAttachment.

Declaration
public virtual ProjectsResource.LocationsResource.EndpointAttachmentsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. Resource name of the form: projects/*/locations/*/endpointAttachments/*

Returns
Type Description
ProjectsResource.LocationsResource.EndpointAttachmentsResource.DeleteRequest

Get(string)

Gets details of a single EndpointAttachment.

Declaration
public virtual ProjectsResource.LocationsResource.EndpointAttachmentsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Resource name of the form: projects/*/locations/*/endpointAttachments/*

Returns
Type Description
ProjectsResource.LocationsResource.EndpointAttachmentsResource.GetRequest

List(string)

List EndpointAttachments in a given project

Declaration
public virtual ProjectsResource.LocationsResource.EndpointAttachmentsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Parent resource od the EndpointAttachment, of the form: projects/*/locations/*

Returns
Type Description
ProjectsResource.LocationsResource.EndpointAttachmentsResource.ListRequest

Patch(EndpointAttachment, string)

Updates the parameters of a single EndpointAttachment.

Declaration
public virtual ProjectsResource.LocationsResource.EndpointAttachmentsResource.PatchRequest Patch(EndpointAttachment body, string name)
Parameters
Type Name Description
EndpointAttachment body

The body of the request.

string name

Output only. Resource name of the Endpoint Attachment. Format: projects/{project}/locations/{location}/endpointAttachments/{endpoint_attachment}

Returns
Type Description
ProjectsResource.LocationsResource.EndpointAttachmentsResource.PatchRequest
In this article
Back to top Generated by DocFX