Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ExtendedMetadataSchemasResource

The "extendedMetadataSchemas" collection of methods.

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

Constructors

ExtendedMetadataSchemasResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets an Extended Metadata Schema.

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

Required. Schema resource name Format: projects//locations//extendedMetadataSchemas/ could be "apphub.googleapis.com/Name"

Returns
Type Description
ProjectsResource.LocationsResource.ExtendedMetadataSchemasResource.GetRequest

List(string)

Lists Extended Metadata Schemas available in a host project and location.

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

Required. Project and location to list Extended Metadata Schemas on. Expected format: projects/{project}/locations/{location}.

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