Class CreateEndpointRequest (1.0.0)

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

The request message for [RegistrationService.CreateEndpoint][google.cloud.servicedirectory.v1.RegistrationService.CreateEndpoint].

Inheritance

System.Object > CreateEndpointRequest

Implements

Google.Protobuf.IMessage<CreateEndpointRequest>, System.IEquatable<CreateEndpointRequest>, Google.Protobuf.IDeepCloneable<CreateEndpointRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.ServiceDirectory.V1

Assembly

Google.Cloud.ServiceDirectory.V1.dll

Constructors

CreateEndpointRequest()

public CreateEndpointRequest()

CreateEndpointRequest(CreateEndpointRequest)

public CreateEndpointRequest(CreateEndpointRequest other)
Parameter
NameDescription
otherCreateEndpointRequest

Properties

Endpoint

public Endpoint Endpoint { get; set; }

Required. A endpoint with initial fields set.

Property Value
TypeDescription
Endpoint

EndpointId

public string EndpointId { get; set; }

Required. The Resource ID must be 1-63 characters long, and comply with <a href="https://www.ietf.org/rfc/rfc1035.txt"; target="_blank">RFC1035</a>. Specifically, the name must be 1-63 characters long and match the regular expression [a-z](?:[-a-z0-9]{0,61}[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

Property Value
TypeDescription
System.String

Parent

public string Parent { get; set; }

Required. The resource name of the service that this endpoint provides.

Property Value
TypeDescription
System.String

ParentAsServiceName

public ServiceName ParentAsServiceName { get; set; }

ServiceName-typed view over the Parent resource name property.

Property Value
TypeDescription
ServiceName