Service Directory V1beta1 API - Class Google::Cloud::ServiceDirectory::V1beta1::CreateServiceRequest (v0.15.0)

Reference documentation and code samples for the Service Directory V1beta1 API class Google::Cloud::ServiceDirectory::V1beta1::CreateServiceRequest.

The request message for RegistrationService.CreateService.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the namespace this service will belong to.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the namespace this service will belong to.
Returns
  • (::String) — Required. The resource name of the namespace this service will belong to.

#service

def service() -> ::Google::Cloud::ServiceDirectory::V1beta1::Service
Returns

#service=

def service=(value) -> ::Google::Cloud::ServiceDirectory::V1beta1::Service
Parameter
Returns

#service_id

def service_id() -> ::String
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.

#service_id=

def service_id=(value) -> ::String
Parameter
  • value (::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.
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.