public sealed class CreateEndpointRequest : IMessage<CreateEndpointRequest>, IEquatable<CreateEndpointRequest>, IDeepCloneable<CreateEndpointRequest>, IBufferMessage, IMessage
The request message for [RegistrationService.CreateEndpoint][google.cloud.servicedirectory.v1.RegistrationService.CreateEndpoint].
Implements
IMessage<CreateEndpointRequest>, IEquatable<CreateEndpointRequest>, IDeepCloneable<CreateEndpointRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceDirectory.V1Assembly
Google.Cloud.ServiceDirectory.V1.dll
Constructors
CreateEndpointRequest()
public CreateEndpointRequest()
CreateEndpointRequest(CreateEndpointRequest)
public CreateEndpointRequest(CreateEndpointRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateEndpointRequest |
Properties
Endpoint
public Endpoint Endpoint { get; set; }
Required. A endpoint with initial fields set.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The resource name of the service that this endpoint provides.
Property Value | |
---|---|
Type | Description |
String |
ParentAsServiceName
public ServiceName ParentAsServiceName { get; set; }
ServiceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ServiceName |