Google Cloud Asset Inventory v1 API - Class FeedName (3.12.0)

public sealed class FeedName : IResourceName, IEquatable<FeedName>

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class FeedName.

Resource name for the Feed resource.

Inheritance

object > FeedName

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

FeedName(string, string)

public FeedName(string projectId, string feedId)

Constructs a new instance of a FeedName class from the component parts of pattern projects/{project}/feeds/{feed}

Parameters
Name Description
projectId string

The Project ID. Must not be null or empty.

feedId string

The Feed ID. Must not be null or empty.

Properties

FeedId

public string FeedId { get; }

The Feed ID. May be null, depending on which resource name is contained by this instance.

Property Value
Type Description
string

FolderId

public string FolderId { get; }

The Folder ID. May be null, depending on which resource name is contained by this instance.

Property Value
Type Description
string

IsKnownPattern

public bool IsKnownPattern { get; }

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

Property Value
Type Description
bool

OrganizationId

public string OrganizationId { get; }

The Organization ID. May be null, depending on which resource name is contained by this instance.

Property Value
Type Description
string

ProjectId

public string ProjectId { get; }

The Project ID. May be null, depending on which resource name is contained by this instance.

Property Value
Type Description
string

Type

public FeedName.ResourceNameType Type { get; }

The FeedName.ResourceNameType of the contained resource name.

Property Value
Type Description
FeedNameResourceNameType

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

The contained UnparsedResourceName. Only non-null if this instance contains an unparsed resource name.

Property Value
Type Description
UnparsedResourceName

Methods

Format(string, string)

public static string Format(string projectId, string feedId)

Formats the IDs into the string representation of this FeedName with pattern projects/{project}/feeds/{feed}.

Parameters
Name Description
projectId string

The Project ID. Must not be null or empty.

feedId string

The Feed ID. Must not be null or empty.

Returns
Type Description
string

The string representation of this FeedName with pattern projects/{project}/feeds/{feed} .

FormatFolderFeed(string, string)

public static string FormatFolderFeed(string folderId, string feedId)

Formats the IDs into the string representation of this FeedName with pattern folders/{folder}/feeds/{feed}.

Parameters
Name Description
folderId string

The Folder ID. Must not be null or empty.

feedId string

The Feed ID. Must not be null or empty.

Returns
Type Description
string

The string representation of this FeedName with pattern folders/{folder}/feeds/{feed}.

FormatOrganizationFeed(string, string)

public static string FormatOrganizationFeed(string organizationId, string feedId)

Formats the IDs into the string representation of this FeedName with pattern organizations/{organization}/feeds/{feed}.

Parameters
Name Description
organizationId string

The Organization ID. Must not be null or empty.

feedId string

The Feed ID. Must not be null or empty.

Returns
Type Description
string

The string representation of this FeedName with pattern organizations/{organization}/feeds/{feed}.

FormatProjectFeed(string, string)

public static string FormatProjectFeed(string projectId, string feedId)

Formats the IDs into the string representation of this FeedName with pattern projects/{project}/feeds/{feed}.

Parameters
Name Description
projectId string

The Project ID. Must not be null or empty.

feedId string

The Feed ID. Must not be null or empty.

Returns
Type Description
string

The string representation of this FeedName with pattern projects/{project}/feeds/{feed} .

FromFolderFeed(string, string)

public static FeedName FromFolderFeed(string folderId, string feedId)

Creates a FeedName with the pattern folders/{folder}/feeds/{feed}.

Parameters
Name Description
folderId string

The Folder ID. Must not be null or empty.

feedId string

The Feed ID. Must not be null or empty.

Returns
Type Description
FeedName

A new instance of FeedName constructed from the provided ids.

FromOrganizationFeed(string, string)

public static FeedName FromOrganizationFeed(string organizationId, string feedId)

Creates a FeedName with the pattern organizations/{organization}/feeds/{feed}.

Parameters
Name Description
organizationId string

The Organization ID. Must not be null or empty.

feedId string

The Feed ID. Must not be null or empty.

Returns
Type Description
FeedName

A new instance of FeedName constructed from the provided ids.

FromProjectFeed(string, string)

public static FeedName FromProjectFeed(string projectId, string feedId)

Creates a FeedName with the pattern projects/{project}/feeds/{feed}.

Parameters
Name Description
projectId string

The Project ID. Must not be null or empty.

feedId string

The Feed ID. Must not be null or empty.

Returns
Type Description
FeedName

A new instance of FeedName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static FeedName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a FeedName containing an unparsed resource name.

Parameter
Name Description
unparsedResourceName UnparsedResourceName

The unparsed resource name. Must not be null.

Returns
Type Description
FeedName

A new instance of FeedName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
Type Description
int
Overrides

Parse(string)

public static FeedName Parse(string feedName)

Parses the given resource name string into a new FeedName instance.

Parameter
Name Description
feedName string

The resource name in string form. Must not be null.

Returns
Type Description
FeedName

The parsed FeedName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/feeds/{feed}
  • folders/{folder}/feeds/{feed}
  • organizations/{organization}/feeds/{feed}

Parse(string, bool)

public static FeedName Parse(string feedName, bool allowUnparsed)

Parses the given resource name string into a new FeedName instance; optionally allowing an unparseable resource name.

Parameters
Name Description
feedName string

The resource name in string form. Must not be null.

allowUnparsed bool

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

Returns
Type Description
FeedName

The parsed FeedName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/feeds/{feed}
  • folders/{folder}/feeds/{feed}
  • organizations/{organization}/feeds/{feed}
Or may be in any format if allowUnparsed is true.

ToString()

public override string ToString()

The string representation of the resource name.

Returns
Type Description
string

The string representation of the resource name.

Overrides

TryParse(string, out FeedName)

public static bool TryParse(string feedName, out FeedName result)

Tries to parse the given resource name string into a new FeedName instance.

Parameters
Name Description
feedName string

The resource name in string form. Must not be null.

result FeedName

When this method returns, the parsed FeedName, or null if parsing failed.

Returns
Type Description
bool

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/feeds/{feed}
  • folders/{folder}/feeds/{feed}
  • organizations/{organization}/feeds/{feed}

TryParse(string, bool, out FeedName)

public static bool TryParse(string feedName, bool allowUnparsed, out FeedName result)

Tries to parse the given resource name string into a new FeedName instance; optionally allowing an unparseable resource name.

Parameters
Name Description
feedName string

The resource name in string form. Must not be null.

allowUnparsed bool

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

result FeedName

When this method returns, the parsed FeedName, or null if parsing failed.

Returns
Type Description
bool

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/feeds/{feed}
  • folders/{folder}/feeds/{feed}
  • organizations/{organization}/feeds/{feed}
Or may be in any format if allowUnparsed is true.

Operators

operator ==(FeedName, FeedName)

public static bool operator ==(FeedName a, FeedName b)

Determines whether two specified resource names have the same value.

Parameters
Name Description
a FeedName

The first resource name to compare, or null.

b FeedName

The second resource name to compare, or null.

Returns
Type Description
bool

true if the value of a is the same as the value of b; otherwise, false.

operator !=(FeedName, FeedName)

public static bool operator !=(FeedName a, FeedName b)

Determines whether two specified resource names have different values.

Parameters
Name Description
a FeedName

The first resource name to compare, or null.

b FeedName

The second resource name to compare, or null.

Returns
Type Description
bool

true if the value of a is different from the value of b; otherwise, false.