Class: Google::Cloud::ServiceDirectory::V1::CreateEndpointRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/servicedirectory/v1/registration_service.rb

Overview

The request message for RegistrationService.CreateEndpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint::Google::Cloud::ServiceDirectory::V1::Endpoint

Returns Required. A endpoint with initial fields set.

Returns:



282
283
284
285
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 282

class CreateEndpointRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#endpoint_id::String

Returns Required. The Resource ID must be 1-63 characters long, and comply with RFC1035. 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.

Returns:

  • (::String)

    Required. The Resource ID must be 1-63 characters long, and comply with RFC1035. 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.



282
283
284
285
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 282

class CreateEndpointRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

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

Returns:

  • (::String)

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



282
283
284
285
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 282

class CreateEndpointRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end