Show / Hide Table of Contents

Interface IResourceName

A resource name.

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

Properties

IsKnownPattern

Whether this instance contains a resource name with a known pattern.

Declaration
bool IsKnownPattern { get; }
Property Value
Type Description
System.Boolean

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