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 a request message for retrieving IAM policies for BackendServices within the Compute Engine v1 API, which is part of the Google Cloud .NET client library."],["The documentation lists multiple versions of the `GetIamPolicyBackendServiceRequest` class, starting from version 1.0.0 and going up to the latest version 3.6.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality for data handling and comparison."],["The class includes properties such as `HasOptionsRequestedPolicyVersion`, `OptionsRequestedPolicyVersion`, `Project`, and `Resource` which allow the user to specify different parameters within their request."],["The `GetIamPolicyBackendServiceRequest` class has two constructors: a default constructor and a constructor that takes another `GetIamPolicyBackendServiceRequest` object for easy cloning."]]],[]]