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 in the Google.Cloud.Compute.V1 API is designed for requesting IAM policies for Backend Services."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffer management."],["The `GetIamPolicyBackendServiceRequest` class has properties such as `HasOptionsRequestedPolicyVersion`, `OptionsRequestedPolicyVersion`, `Project`, and `Resource` to manage various request parameters."],["The latest version of this class is 3.6.0, and the documentation covers versions dating back to version 1.0.0, outlining an extensive history of development and updates."],["This class has two constructors: a default parameterless constructor and one that takes in the class as a parameter, which is used for cloning the class object."]]],[]]