public sealed class GetAttestorRequest : IMessage<GetAttestorRequest>, IEquatable<GetAttestorRequest>, IDeepCloneable<GetAttestorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Binary Authorization v1beta1 API class GetAttestorRequest.
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."],[[["The `GetAttestorRequest` class is a request message for retrieving an attestor in the Binary Authorization v1beta1 API, using the `BinauthzManagementService.GetAttestor` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `GetAttestorRequest` class includes two constructors, a default constructor and one that takes another `GetAttestorRequest` as a parameter."],["It has two main properties: `AttestorName`, which provides a typed view of the resource name, and `Name`, a string that specifies the required name of the attestor to retrieve in the format `projects/*/attestors/*`."],["The latest version available for the GetAttestorRequest class is 2.0.0-beta08, while older versions such as 2.0.0-beta07 and 1.0.0-beta05 are also accessible."]]],[]]