public sealed class GetSchemaRequest : IMessage<GetSchemaRequest>, IEquatable<GetSchemaRequest>, IDeepCloneable<GetSchemaRequest>, IBufferMessage, IMessageReference documentation and code samples for the App Topology v1 API class GetSchemaRequest.
Request for GetSchema.
Implements
IMessageGetSchemaRequest, IEquatableGetSchemaRequest, IDeepCloneableGetSchemaRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AppTopology.V1Assembly
Google.Cloud.AppTopology.V1.dll
Constructors
GetSchemaRequest()
public GetSchemaRequest()GetSchemaRequest(GetSchemaRequest)
public GetSchemaRequest(GetSchemaRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetSchemaRequest |
Properties
Name
public string Name { get; set; }Required. The name of the singleton domain schema resource.
Format: projects/{project}/locations/{location}/domains/{domain}/schema
| Property Value | |
|---|---|
| Type | Description |
string |
|
SchemaName
public SchemaName SchemaName { get; set; }SchemaName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
SchemaName |
|