Show / Hide Table of Contents

Interface IResourceName

A resource name.

Namespace: Google.Api.Gax
Assembly: Google.Api.Gax.dll
Syntax
public interface IResourceName

Properties

Kind

The kind of resource name.

Declaration
ResourceNameKind Kind { get; }
Property Value
Type Description
ResourceNameKind

Methods

ToString()

The string representation of the resource name.

Declaration
string ToString()
Returns
Type Description
System.String

The string representation of the resource name.

Back to top