Class TagValuesResource.GetNamespacedRequest
Retrieves a TagValue by its namespaced name. This method will return PERMISSION_DENIED
if the value does
not exist or the user does not have permission to view it.
Inheritance
TagValuesResource.GetNamespacedRequest
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v3
Assembly: Google.Apis.CloudResourceManager.v3.dll
Syntax
public class TagValuesResource.GetNamespacedRequest : CloudResourceManagerBaseServiceRequest<TagValue>, IClientServiceRequest<TagValue>, IClientServiceRequest
Constructors
GetNamespacedRequest(IClientService)
Constructs a new GetNamespaced request.
Declaration
public GetNamespacedRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudResourceManager.v3.Data.TagValue>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudResourceManager.v3.Data.TagValue>.MethodName
Name
Required. A namespaced tag value name in the following format:
{parentId}/{tagKeyShort}/{tagValueShort}
Examples: - 42/foo/abc
for a value with short name "abc"
under the key with short name "foo" under the organization with ID 42 - r2-d2/bar/xyz
for a value with
short name "xyz" under the key with short name "bar" under the project with ID "r2-d2"
Declaration
[RequestParameter("name", RequestParameterType.Query)]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudResourceManager.v3.Data.TagValue>.RestPath
Methods
InitParameters()
Initializes GetNamespaced parameter list.
Declaration
protected override void InitParameters()