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."],[[["This webpage provides documentation for the `GetIamPolicyBackendServiceRequest` class within the Google.Cloud.Compute.V1 API, specifically in the .NET context."],["The class is used to request the IAM policy for a BackendService, as indicated by the class's purpose described as a request message for `BackendServices.GetIamPolicy`."],["The documentation lists the class's constructors, properties such as `OptionsRequestedPolicyVersion`, `Project`, and `Resource`, along with their data types and descriptions."],["The page details various versions of the API, from version 1.0.0 up to 3.6.0, with 3.6.0 being the latest version available, and version 2.17.0 being the specific version for the class detailed on this page."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration within the Google Cloud .NET Protobuf framework."]]],[]]