public sealed class GetIamPolicyBackendServiceRequest : IMessage<GetIamPolicyBackendServiceRequest>, IEquatable<GetIamPolicyBackendServiceRequest>, IDeepCloneable<GetIamPolicyBackendServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetIamPolicyBackendServiceRequest.
A request message for BackendServices.GetIamPolicy. 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 `GetIamPolicyBackendServiceRequest` class is used to request the IAM policy for a backend service in the Compute Engine v1 API, specifically within the Google Cloud environment."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide capabilities for message handling, object comparison, deep cloning, and buffered message processing."],["The latest version of this documentation is `3.6.0`, while the current page is on version `2.2.0` that contains versions ranging from 1.0.0 all the way to the latest version."],["The class has properties for `OptionsRequestedPolicyVersion`, `Project`, and `Resource`, allowing users to specify the requested policy version, project ID, and the resource name or ID."],["The class contains two constructors, a parameterless one and one that accepts another instance of the same class type, and is located in the `Google.Cloud.Compute.V1` namespace within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]