public sealed class GetLoggingServerRequest : IMessage<GetLoggingServerRequest>, IEquatable<GetLoggingServerRequest>, IDeepCloneable<GetLoggingServerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class GetLoggingServerRequest.
Request message for
[VmwareEngine.GetLoggingServer][google.cloud.vmwareengine.v1.VmwareEngine.GetLoggingServer]
Required. The resource name of the Logging Server to retrieve.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/us-central1-a/privateClouds/my-cloud/loggingServers/my-logging-server
[[["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 documentation pertains to the `GetLoggingServerRequest` class within the Google Cloud VMware Engine v1 API, specifically version 1.4.0."],["The `GetLoggingServerRequest` class is a request message used for retrieving a logging server via the `VmwareEngine.GetLoggingServer` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer message operations."],["Key properties of this class include `LoggingServerName`, which provides a typed view of the resource name, and `Name`, which is a string representing the resource name of the logging server to be retrieved."],["The latest version for this API is 1.6.0, with versions ranging from 1.0.0 up to 1.6.0 available for selection."]]],[]]