public sealed class Service.Types.EndpointSpec : IMessage<Service.Types.EndpointSpec>, IEquatable<Service.Types.EndpointSpec>, IDeepCloneable<Service.Types.EndpointSpec>, IBufferMessage, IMessageReference documentation and code samples for the Agent Registry v1 API class Service.Types.EndpointSpec.
The spec of the endpoint.
Implements
IMessageServiceTypesEndpointSpec, IEquatableServiceTypesEndpointSpec, IDeepCloneableServiceTypesEndpointSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AgentRegistry.V1Assembly
Google.Cloud.AgentRegistry.V1.dll
Constructors
EndpointSpec()
public EndpointSpec()EndpointSpec(EndpointSpec)
public EndpointSpec(Service.Types.EndpointSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
ServiceTypesEndpointSpec |
Properties
Content
public Struct Content { get; set; }Optional. The content of the endpoint spec. Reserved for future use.
| Property Value | |
|---|---|
| Type | Description |
Struct |
|
Type
public Service.Types.EndpointSpec.Types.Type Type { get; set; }Required. The type of the endpoint spec content.
| Property Value | |
|---|---|
| Type | Description |
ServiceTypesEndpointSpecTypesType |
|