Compute Engine v1 API - Class TestIamPermissionsTargetTcpProxyRequest (3.23.0)

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

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

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

Inheritance

object > TestIamPermissionsTargetTcpProxyRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

TestIamPermissionsTargetTcpProxyRequest()

public TestIamPermissionsTargetTcpProxyRequest()

TestIamPermissionsTargetTcpProxyRequest(TestIamPermissionsTargetTcpProxyRequest)

public TestIamPermissionsTargetTcpProxyRequest(TestIamPermissionsTargetTcpProxyRequest other)
Parameter
Name Description
other TestIamPermissionsTargetTcpProxyRequest

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