Class ProjectsResource.LocationsResource.EndpointAttachmentsResource
The "endpointAttachments" collection of methods.
Inherited Members
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: |
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: |
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: |
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: |
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 |