App Topology v1 API - Class GetSchemaRequest (1.0.0-beta01)

public sealed class GetSchemaRequest : IMessage<GetSchemaRequest>, IEquatable<GetSchemaRequest>, IDeepCloneable<GetSchemaRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the App Topology v1 API class GetSchemaRequest.

Request for GetSchema.

Inheritance

object > GetSchemaRequest

Namespace

Google.Cloud.AppTopology.V1

Assembly

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