public sealed class TestIamPermissionsNetworkAttachmentRequest : IMessage<TestIamPermissionsNetworkAttachmentRequest>, IEquatable<TestIamPermissionsNetworkAttachmentRequest>, IDeepCloneable<TestIamPermissionsNetworkAttachmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsNetworkAttachmentRequest.
A request message for NetworkAttachments.TestIamPermissions. See the method description for details.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The `TestIamPermissionsNetworkAttachmentRequest` class is used to test permissions for network attachments in the Compute Engine v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its comprehensive functionality within the Google Cloud .NET library."],["The `TestIamPermissionsNetworkAttachmentRequest` class is available across multiple versions of the Google.Cloud.Compute.V1 library, from version 1.0.0 up to the latest version, 3.6.0."],["The class includes properties like `Project`, `Region`, `Resource`, and `TestPermissionsRequestResource`, which are essential for specifying the context and details of the permission test."],["There are two different constructors for this class: `TestIamPermissionsNetworkAttachmentRequest()` and `TestIamPermissionsNetworkAttachmentRequest(TestIamPermissionsNetworkAttachmentRequest other)`, to create an empty instance, or a copy of an existing one."]]],[]]