public static final class CreateEndpointRequest.Builder extends GeneratedMessageV3.Builder<CreateEndpointRequest.Builder> implements CreateEndpointRequestOrBuilder
   
   The request message for
 RegistrationService.CreateEndpoint.
 Protobuf type google.cloud.servicedirectory.v1.CreateEndpointRequest
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public CreateEndpointRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public CreateEndpointRequest build()
   
  
  
  buildPartial()
  
    public CreateEndpointRequest buildPartial()
   
  
  
  clear()
  
    public CreateEndpointRequest.Builder clear()
   
  
  Overrides
  
  
  clearEndpoint()
  
    public CreateEndpointRequest.Builder clearEndpoint()
   
   Required. A endpoint with initial fields set.
 
 .google.cloud.servicedirectory.v1.Endpoint endpoint = 3 [(.google.api.field_behavior) = REQUIRED];
 
clearEndpointId()
  
    public CreateEndpointRequest.Builder clearEndpointId()
   
   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? 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.
 string endpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
  
    public CreateEndpointRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public CreateEndpointRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearParent()
  
    public CreateEndpointRequest.Builder clearParent()
   
   Required. The resource name of the service that this endpoint provides.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
clone()
  
    public CreateEndpointRequest.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public CreateEndpointRequest getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getEndpoint()
  
    public Endpoint getEndpoint()
   
   Required. A endpoint with initial fields set.
 
 .google.cloud.servicedirectory.v1.Endpoint endpoint = 3 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Endpoint | The endpoint. | 
    
  
  
  getEndpointBuilder()
  
    public Endpoint.Builder getEndpointBuilder()
   
   Required. A endpoint with initial fields set.
 
 .google.cloud.servicedirectory.v1.Endpoint endpoint = 3 [(.google.api.field_behavior) = REQUIRED];
 
getEndpointId()
  
    public String getEndpointId()
   
   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? 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.
 string endpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The endpointId. | 
    
  
  
  getEndpointIdBytes()
  
    public ByteString getEndpointIdBytes()
   
   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? 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.
 string endpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for endpointId. | 
    
  
  
  getEndpointOrBuilder()
  
    public EndpointOrBuilder getEndpointOrBuilder()
   
   Required. A endpoint with initial fields set.
 
 .google.cloud.servicedirectory.v1.Endpoint endpoint = 3 [(.google.api.field_behavior) = REQUIRED];
 
getParent()
  
    public String getParent()
   
   Required. The resource name of the service that this endpoint provides.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The parent. | 
    
  
  
  getParentBytes()
  
    public ByteString getParentBytes()
   
   Required. The resource name of the service that this endpoint provides.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for parent. | 
    
  
  
  hasEndpoint()
  
    public boolean hasEndpoint()
   
   Required. A endpoint with initial fields set.
 
 .google.cloud.servicedirectory.v1.Endpoint endpoint = 3 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the endpoint field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeEndpoint(Endpoint value)
  
    public CreateEndpointRequest.Builder mergeEndpoint(Endpoint value)
   
   Required. A endpoint with initial fields set.
 
 .google.cloud.servicedirectory.v1.Endpoint endpoint = 3 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Endpoint
 | 
    
  
  
  
  mergeFrom(CreateEndpointRequest other)
  
    public CreateEndpointRequest.Builder mergeFrom(CreateEndpointRequest other)
   
  
  
  
  
  
    public CreateEndpointRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public CreateEndpointRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final CreateEndpointRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setEndpoint(Endpoint value)
  
    public CreateEndpointRequest.Builder setEndpoint(Endpoint value)
   
   Required. A endpoint with initial fields set.
 
 .google.cloud.servicedirectory.v1.Endpoint endpoint = 3 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Endpoint
 | 
    
  
  
  
  setEndpoint(Endpoint.Builder builderForValue)
  
    public CreateEndpointRequest.Builder setEndpoint(Endpoint.Builder builderForValue)
   
   Required. A endpoint with initial fields set.
 
 .google.cloud.servicedirectory.v1.Endpoint endpoint = 3 [(.google.api.field_behavior) = REQUIRED];
 
setEndpointId(String value)
  
    public CreateEndpointRequest.Builder setEndpointId(String value)
   
   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? 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.
 string endpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The endpointId to set. | 
    
  
  
  
  setEndpointIdBytes(ByteString value)
  
    public CreateEndpointRequest.Builder setEndpointIdBytes(ByteString value)
   
   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? 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.
 string endpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for endpointId to set. | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public CreateEndpointRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setParent(String value)
  
    public CreateEndpointRequest.Builder setParent(String value)
   
   Required. The resource name of the service that this endpoint provides.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The parent to set. | 
    
  
  
  
  setParentBytes(ByteString value)
  
    public CreateEndpointRequest.Builder setParentBytes(ByteString value)
   
   Required. The resource name of the service that this endpoint provides.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for parent to set. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public CreateEndpointRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final CreateEndpointRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides