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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]