Compute Engine v1 API - Class TestIamPermissionsGlobalAddressRequest (3.16.0)

public sealed class TestIamPermissionsGlobalAddressRequest : IMessage<TestIamPermissionsGlobalAddressRequest>, IEquatable<TestIamPermissionsGlobalAddressRequest>, IDeepCloneable<TestIamPermissionsGlobalAddressRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsGlobalAddressRequest.

A request message for GlobalAddresses.TestIamPermissions. See the method description for details.

Inheritance

object > TestIamPermissionsGlobalAddressRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

TestIamPermissionsGlobalAddressRequest()

public TestIamPermissionsGlobalAddressRequest()

TestIamPermissionsGlobalAddressRequest(TestIamPermissionsGlobalAddressRequest)

public TestIamPermissionsGlobalAddressRequest(TestIamPermissionsGlobalAddressRequest other)
Parameter
Name Description
other TestIamPermissionsGlobalAddressRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
Type Description
string

Resource

public string Resource { get; set; }

Name or id of the resource for this request.

Property Value
Type Description
string

TestPermissionsRequestResource

public TestPermissionsRequest TestPermissionsRequestResource { get; set; }

The body resource for this request

Property Value
Type Description
TestPermissionsRequest