Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ProducerExtensionsResource

The "producerExtensions" collection of methods.

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

Constructors

ProducerExtensionsResource(IClientService)

Constructs a new resource.

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

Methods

Create(ProducerExtension, string)

Creates a new ProducerExtension resource in a given project and location.

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

The body of the request.

string parent

Required. The parent resource of the ProducerExtension resource. Must be in the format projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.ProducerExtensionsResource.CreateRequest

Delete(string)

Deletes the specified ProducerExtension resource.

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

Required. A name of the ProducerExtension resource to delete. Must be in the format projects/{project}/locations/{location}/producerExtensions/{producer_extension}.

Returns
Type Description
ProjectsResource.LocationsResource.ProducerExtensionsResource.DeleteRequest

Get(string)

Gets details of the specified ProducerExtension resource.

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

Required. A name of the ProducerExtension resource to get. Must be in the format projects/{project}/locations/{location}/producerExtensions/{producer_extension}.

Returns
Type Description
ProjectsResource.LocationsResource.ProducerExtensionsResource.GetRequest

List(string)

Lists ProducerExtension resources in a given project and location.

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

Required. The project and location from which the ProducerExtension resources should be listed, specified in the format projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.ProducerExtensionsResource.ListRequest
In this article
Back to top Generated by DocFX