public sealed class ApiAuth.Types.ApiKeyConfig : IMessage<ApiAuth.Types.ApiKeyConfig>, IEquatable<ApiAuth.Types.ApiKeyConfig>, IDeepCloneable<ApiAuth.Types.ApiKeyConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ApiAuth.Types.ApiKeyConfig.
[[["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-04-17 UTC."],[[["This document provides reference documentation for the `ApiAuth.Types.ApiKeyConfig` class within the Vertex AI v1beta1 API."],["`ApiAuth.Types.ApiKeyConfig` is a sealed class representing the API secret and implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and includes properties such as `ApiKeySecretVersion`, a string representing the resource name, and `ApiKeySecretVersionAsSecretVersionName`, a SecretVersionName-typed view of the resource name."],["It includes a default constructor as well as a copy constructor for creating new `ApiKeyConfig` instances from existing ones, accepting the `other` parameter, which is an instance of the same class."],["The class is located within the `Google.Cloud.AIPlatform.V1Beta1` namespace, in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]