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 information for the `GetLoggingServerRequest` class within the Google Cloud VMware Engine v1 API, specifically version 1.5.0."],["`GetLoggingServerRequest` is used to send a request to retrieve a specific logging server, as defined in the `VmwareEngine.GetLoggingServer` API."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google Protobuf and providing functionalities like cloning and equality comparison."],["The class has two constructors, a default one and one that takes an existing `GetLoggingServerRequest` object, to provide different ways to create a `GetLoggingServerRequest` object."],["It contains two main properties: `LoggingServerName`, which is a typed view of the logging server name, and `Name`, which is a string that contains the logging server's resource name and is required to make the API call."]]],[]]