public sealed class GetAttestorRequest : IMessage<GetAttestorRequest>, IEquatable<GetAttestorRequest>, IDeepCloneable<GetAttestorRequest>, IBufferMessage, IMessage
Request message for [BinauthzManagementService.GetAttestor][].
[[["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 document outlines the `GetAttestorRequest` class, which is used as a request message for retrieving an attestor in the Google Cloud Binary Authorization service."],["The latest version of `GetAttestorRequest` is 2.5.0, with previous versions also documented, ranging back to 1.0.0."],["The `GetAttestorRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling and comparison capabilities."],["The `GetAttestorRequest` class has two constructors, one of which allows copying of an existing `GetAttestorRequest`, and contains properties for handling the name of the attestor to retrieve, either in a string format or as an `AttestorName` object."]]],[]]