Class ProjectsResource.InstancesResource.TestIamPermissionsRequest
Returns permissions that the caller has on the specified instance resource. Attempting this RPC on a
non-existent Cloud Spanner instance resource will result in a NOT_FOUND error if the user has
spanner.instances.list permission on the containing Google Cloud Project. Otherwise returns an empty
set of permissions.
Inheritance
System.Object
ProjectsResource.InstancesResource.TestIamPermissionsRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Spanner.v1
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class TestIamPermissionsRequest : SpannerBaseServiceRequest<TestIamPermissionsResponse>, IClientServiceRequest<TestIamPermissionsResponse>, IClientServiceRequest
Constructors
TestIamPermissionsRequest(IClientService, TestIamPermissionsRequest, String)
Constructs a new TestIamPermissions request.
Declaration
public TestIamPermissionsRequest(IClientService service, TestIamPermissionsRequest body, string resource)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| TestIamPermissionsRequest | body | |
| System.String | resource |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Spanner.v1.Data.TestIamPermissionsResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Spanner.v1.Data.TestIamPermissionsResponse>.MethodName
Resource
REQUIRED: The Cloud Spanner resource for which permissions are being tested. The format is
projects//instances/ for instance resources and projects//instances//databases/ for database
resources.
Declaration
[RequestParameter("resource", RequestParameterType.Path)]
public virtual string Resource { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Spanner.v1.Data.TestIamPermissionsResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Spanner.v1.Data.TestIamPermissionsResponse>.GetBody()
InitParameters()
Initializes TestIamPermissions parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Spanner.v1.SpannerBaseServiceRequest<Google.Apis.Spanner.v1.Data.TestIamPermissionsResponse>.InitParameters()