Class ProjectsResource.LocationsResource.ExtendedMetadataSchemasResource
The "extendedMetadataSchemas" collection of methods.
Inherited Members
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:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ExtendedMetadataSchemasResource.ListRequest |