Compute Engine v1 API - Class TestPermissionsResponse (2.15.0)

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

Inheritance

object > TestPermissionsResponse

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

TestPermissionsResponse()

public TestPermissionsResponse()

TestPermissionsResponse(TestPermissionsResponse)

public TestPermissionsResponse(TestPermissionsResponse other)
Parameter
NameDescription
otherTestPermissionsResponse

Properties

Permissions

public RepeatedField<string> Permissions { get; }

A subset of TestPermissionsRequest.permissions that the caller is allowed.

Property Value
TypeDescription
RepeatedFieldstring