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-21 UTC."],[[["The `GetIamPolicyBackendServiceRequest` class is used to request the IAM policy for a backend service in Google Cloud Compute Engine v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality checks, and cloning."],["The latest version for this API is `3.6.0`, while the page focuses on `2.7.0`, listing documentation for all versions ranging from `1.0.0` to `3.6.0`."],["It includes properties such as `Project`, `Resource`, and `OptionsRequestedPolicyVersion`, allowing users to specify request parameters like the project ID, resource name, and desired IAM policy version."],["The class also contains constructors to create new instances, either empty, or by cloning from an existing `GetIamPolicyBackendServiceRequest` instance."]]],[]]