Show / Hide Table of Contents

Enum LocationName.ResourceNameType

The possible contents of LocationName.

Namespace: Google.Api.Gax.ResourceNames
Assembly: Google.Api.Gax.dll
Syntax
public enum ResourceNameType

Fields

Name Description
ProjectLocation

A resource name with pattern projects/{project}/locations/{location}.

Unparsed

An unparsed resource name.

Back to top