Show / Hide Table of Contents

Enum ResourceNameKind

The kind of resource name.

Namespace: Google.Api.Gax
Assembly: Google.Api.Gax.dll
Syntax
public enum ResourceNameKind

Fields

Name Description
Fixed

A fixed string instead of a resource name.

Oneof

One of a selection of resource names.

Simple

A simple, well-typed, resource name.

Templated

A TemplatedResourceName.

Unknown

An UnknownResourceName.

Back to top