Resource: Service
An individual service. A service contains a name and optional metadata. A service must exist before endpoints
can be added to it.
JSON representation |
---|
{
"name": string,
"metadata": {
string: string,
...
},
"endpoints": [
{
object ( |
Fields | |
---|---|
name |
Immutable. The resource name for the service in the format |
metadata |
Optional. Metadata for the service. This data can be consumed by service clients. Restrictions:
Note: This field is equivalent to the An object containing a list of |
endpoints[] |
Output only. Endpoints associated with this service. Returned on |
createTime |
Output only. The timestamp when the service was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The timestamp when the service was last updated. Note: endpoints being created/deleted/updated within the service are not considered service updates for the purpose of this timestamp. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
uid |
Output only. A globally unique identifier (in UUID4 format) for this service. |
Methods |
|
---|---|
|
The method google.cloud.servicedirectory.v1beta1.RegistrationService.CreateService is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.servicedirectory.v1beta1.RegistrationService.DeleteService is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.servicedirectory.v1beta1.RegistrationService.GetService is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.servicedirectory.v1beta1.RegistrationService.GetIamPolicy is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.servicedirectory.v1beta1.RegistrationService.ListServices is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.servicedirectory.v1beta1.RegistrationService.UpdateService is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.servicedirectory.v1beta1.LookupService.ResolveService is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.servicedirectory.v1beta1.RegistrationService.SetIamPolicy is not available in Trusted Cloud by S3NS. |
|
The method google.cloud.servicedirectory.v1beta1.RegistrationService.TestIamPermissions is not available in Trusted Cloud by S3NS. |