Send feedback
Class CreateServiceRequest (1.14.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
CreateServiceRequest ( mapping = None , * , ignore_unknown_fields = False , ** kwargs )
The request message for
RegistrationService.CreateService .
Attributes
Name
Description
parent
str
Required. The resource name of the namespace
this service will belong to.
service_id
str
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
google.cloud.servicedirectory_v1beta1.types.Service
Required. A service with initial fields set.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-09 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Class CreateServiceRequest (1.14.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.14.1 (latest)](/python/docs/reference/servicedirectory/latest/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [1.14.0](/python/docs/reference/servicedirectory/1.14.0/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [1.13.0](/python/docs/reference/servicedirectory/1.13.0/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [1.12.1](/python/docs/reference/servicedirectory/1.12.1/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [1.11.6](/python/docs/reference/servicedirectory/1.11.6/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [1.10.0](/python/docs/reference/servicedirectory/1.10.0/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [1.9.1](/python/docs/reference/servicedirectory/1.9.1/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [1.8.2](/python/docs/reference/servicedirectory/1.8.2/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [1.7.1](/python/docs/reference/servicedirectory/1.7.1/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [1.6.0](/python/docs/reference/servicedirectory/1.6.0/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [1.5.3](/python/docs/reference/servicedirectory/1.5.3/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [1.4.1](/python/docs/reference/servicedirectory/1.4.1/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [1.3.1](/python/docs/reference/servicedirectory/1.3.1/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [1.2.1](/python/docs/reference/servicedirectory/1.2.1/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [1.1.0](/python/docs/reference/servicedirectory/1.1.0/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [1.0.4](/python/docs/reference/servicedirectory/1.0.4/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [0.5.0](/python/docs/reference/servicedirectory/0.5.0/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [0.4.1](/python/docs/reference/servicedirectory/0.4.1/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [0.3.0](/python/docs/reference/servicedirectory/0.3.0/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [0.2.0](/python/docs/reference/servicedirectory/0.2.0/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest)\n- [0.1.1](/python/docs/reference/servicedirectory/0.1.1/google.cloud.servicedirectory_v1beta1.types.CreateServiceRequest) \n\n CreateServiceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nThe request message for\nRegistrationService.CreateService."]]