public sealed class ApprovalRequestName : IResourceName, IEquatable<ApprovalRequestName>
Reference documentation and code samples for the Access Approval v1 API class ApprovalRequestName.
Resource name for the ApprovalRequest
resource.
Namespace
Google.Cloud.AccessApproval.V1Assembly
Google.Cloud.AccessApproval.V1.dll
Constructors
ApprovalRequestName(String, String)
public ApprovalRequestName(string projectId, string approvalRequestId)
Constructs a new instance of a ApprovalRequestName class from the component parts of pattern
projects/{project}/approvalRequests/{approval_request}
Parameters | |
---|---|
Name | Description |
projectId | String The |
approvalRequestId | String The |
Properties
ApprovalRequestId
public string ApprovalRequestId { get; }
The ApprovalRequest
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 |
Boolean |
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 ApprovalRequestName.ResourceNameType Type { get; }
The ApprovalRequestName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
ApprovalRequestName.ResourceNameType |
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 approvalRequestId)
Formats the IDs into the string representation of this ApprovalRequestName with pattern
projects/{project}/approvalRequests/{approval_request}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
approvalRequestId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this ApprovalRequestName with pattern
|
FormatFolderApprovalRequest(String, String)
public static string FormatFolderApprovalRequest(string folderId, string approvalRequestId)
Formats the IDs into the string representation of this ApprovalRequestName with pattern
folders/{folder}/approvalRequests/{approval_request}
.
Parameters | |
---|---|
Name | Description |
folderId | String The |
approvalRequestId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this ApprovalRequestName with pattern
|
FormatOrganizationApprovalRequest(String, String)
public static string FormatOrganizationApprovalRequest(string organizationId, string approvalRequestId)
Formats the IDs into the string representation of this ApprovalRequestName with pattern
organizations/{organization}/approvalRequests/{approval_request}
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
approvalRequestId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this ApprovalRequestName with pattern
|
FormatProjectApprovalRequest(String, String)
public static string FormatProjectApprovalRequest(string projectId, string approvalRequestId)
Formats the IDs into the string representation of this ApprovalRequestName with pattern
projects/{project}/approvalRequests/{approval_request}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
approvalRequestId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this ApprovalRequestName with pattern
|
FromFolderApprovalRequest(String, String)
public static ApprovalRequestName FromFolderApprovalRequest(string folderId, string approvalRequestId)
Creates a ApprovalRequestName with the pattern
folders/{folder}/approvalRequests/{approval_request}
.
Parameters | |
---|---|
Name | Description |
folderId | String The |
approvalRequestId | String The |
Returns | |
---|---|
Type | Description |
ApprovalRequestName | A new instance of ApprovalRequestName constructed from the provided ids. |
FromOrganizationApprovalRequest(String, String)
public static ApprovalRequestName FromOrganizationApprovalRequest(string organizationId, string approvalRequestId)
Creates a ApprovalRequestName with the pattern
organizations/{organization}/approvalRequests/{approval_request}
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
approvalRequestId | String The |
Returns | |
---|---|
Type | Description |
ApprovalRequestName | A new instance of ApprovalRequestName constructed from the provided ids. |
FromProjectApprovalRequest(String, String)
public static ApprovalRequestName FromProjectApprovalRequest(string projectId, string approvalRequestId)
Creates a ApprovalRequestName with the pattern
projects/{project}/approvalRequests/{approval_request}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
approvalRequestId | String The |
Returns | |
---|---|
Type | Description |
ApprovalRequestName | A new instance of ApprovalRequestName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static ApprovalRequestName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a ApprovalRequestName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
ApprovalRequestName | A new instance of ApprovalRequestName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static ApprovalRequestName Parse(string approvalRequestName)
Parses the given resource name string into a new ApprovalRequestName instance.
Parameter | |
---|---|
Name | Description |
approvalRequestName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
ApprovalRequestName | The parsed ApprovalRequestName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/approvalRequests/{approval_request}
folders/{folder}/approvalRequests/{approval_request}
organizations/{organization}/approvalRequests/{approval_request}
Parse(String, Boolean)
public static ApprovalRequestName Parse(string approvalRequestName, bool allowUnparsed)
Parses the given resource name string into a new ApprovalRequestName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
approvalRequestName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
ApprovalRequestName | The parsed ApprovalRequestName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/approvalRequests/{approval_request}
folders/{folder}/approvalRequests/{approval_request}
organizations/{organization}/approvalRequests/{approval_request}
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. |
TryParse(String, out ApprovalRequestName)
public static bool TryParse(string approvalRequestName, out ApprovalRequestName result)
Tries to parse the given resource name string into a new ApprovalRequestName instance.
Parameters | |
---|---|
Name | Description |
approvalRequestName | String The resource name in string form. Must not be |
result | ApprovalRequestName When this method returns, the parsed ApprovalRequestName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/approvalRequests/{approval_request}
folders/{folder}/approvalRequests/{approval_request}
organizations/{organization}/approvalRequests/{approval_request}
TryParse(String, Boolean, out ApprovalRequestName)
public static bool TryParse(string approvalRequestName, bool allowUnparsed, out ApprovalRequestName result)
Tries to parse the given resource name string into a new ApprovalRequestName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
approvalRequestName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | ApprovalRequestName When this method returns, the parsed ApprovalRequestName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/approvalRequests/{approval_request}
folders/{folder}/approvalRequests/{approval_request}
organizations/{organization}/approvalRequests/{approval_request}
allowUnparsed
is true
.
Operators
Equality(ApprovalRequestName, ApprovalRequestName)
public static bool operator ==(ApprovalRequestName a, ApprovalRequestName b)
Parameters | |
---|---|
Name | Description |
a | ApprovalRequestName |
b | ApprovalRequestName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(ApprovalRequestName, ApprovalRequestName)
public static bool operator !=(ApprovalRequestName a, ApprovalRequestName b)
Parameters | |
---|---|
Name | Description |
a | ApprovalRequestName |
b | ApprovalRequestName |
Returns | |
---|---|
Type | Description |
Boolean |