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 document provides reference documentation for the `GetLoggingServerRequest` class within the Google Cloud VMware Engine v1 API, specifically version 1.1.0."],["`GetLoggingServerRequest` is used to send a request to retrieve a specific logging server, as defined in the `VmwareEngine.GetLoggingServer` API method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It contains two constructors: a default constructor and one that accepts another `GetLoggingServerRequest` object for copying, as well as two properties: `LoggingServerName`, which has a specific type, and `Name`, a string that holds the required resource name."],["There are multiple versions of the API, starting from version 1.0.0 up to 1.6.0 (latest), each with its own reference documentation for the same API method."]]],[]]