Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(servicedirectory): update the api
#### servicedirectory:v1

The following keys were added:
- schemas.Endpoint.properties.uid (Total Keys: 2)
- schemas.Namespace.properties.uid (Total Keys: 2)
- schemas.Service.properties.uid (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Oct 25, 2022
1 parent 67d316d commit aa20cbd
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 2 deletions.
Expand Up @@ -129,6 +129,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the namespace in the format `projects/*/locations/*/namespaces/*`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the namespace in the UUID4 format.
}

namespaceId: 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.
Expand All @@ -145,6 +146,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the namespace in the format `projects/*/locations/*/namespaces/*`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the namespace in the UUID4 format.
}</pre>
</div>

Expand Down Expand Up @@ -185,6 +187,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the namespace in the format `projects/*/locations/*/namespaces/*`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the namespace in the UUID4 format.
}</pre>
</div>

Expand Down Expand Up @@ -256,6 +259,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the namespace in the format `projects/*/locations/*/namespaces/*`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the namespace in the UUID4 format.
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no more results in the list.
Expand Down Expand Up @@ -290,6 +294,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the namespace in the format `projects/*/locations/*/namespaces/*`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the namespace in the UUID4 format.
}

updateMask: string, Required. List of fields to be updated in this request.
Expand All @@ -306,6 +311,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the namespace in the format `projects/*/locations/*/namespaces/*`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the namespace in the UUID4 format.
}</pre>
</div>

Expand Down
Expand Up @@ -118,6 +118,7 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, we also check to make sure that you have the servicedirectory.networks.attach permission on the project specified.
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the endpoint in the UUID4 format.
}

endpointId: 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.
Expand All @@ -137,6 +138,7 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, we also check to make sure that you have the servicedirectory.networks.attach permission on the project specified.
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the endpoint in the UUID4 format.
}</pre>
</div>

Expand Down Expand Up @@ -180,6 +182,7 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, we also check to make sure that you have the servicedirectory.networks.attach permission on the project specified.
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the endpoint in the UUID4 format.
}</pre>
</div>

Expand Down Expand Up @@ -211,6 +214,7 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, we also check to make sure that you have the servicedirectory.networks.attach permission on the project specified.
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the endpoint in the UUID4 format.
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no more results in the list.
Expand Down Expand Up @@ -248,6 +252,7 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, we also check to make sure that you have the servicedirectory.networks.attach permission on the project specified.
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the endpoint in the UUID4 format.
}

updateMask: string, Required. List of fields to be updated in this request.
Expand All @@ -267,6 +272,7 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, we also check to make sure that you have the servicedirectory.networks.attach permission on the project specified.
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the endpoint in the UUID4 format.
}</pre>
</div>

Expand Down
Expand Up @@ -140,9 +140,11 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, we also check to make sure that you have the servicedirectory.networks.attach permission on the project specified.
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the endpoint in the UUID4 format.
},
],
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the service in the format `projects/*/locations/*/namespaces/*/services/*`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the service in the UUID4 format.
}

serviceId: 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.
Expand All @@ -167,9 +169,11 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, we also check to make sure that you have the servicedirectory.networks.attach permission on the project specified.
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the endpoint in the UUID4 format.
},
],
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the service in the format `projects/*/locations/*/namespaces/*/services/*`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the service in the UUID4 format.
}</pre>
</div>

Expand Down Expand Up @@ -218,9 +222,11 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, we also check to make sure that you have the servicedirectory.networks.attach permission on the project specified.
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the endpoint in the UUID4 format.
},
],
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the service in the format `projects/*/locations/*/namespaces/*/services/*`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the service in the UUID4 format.
}</pre>
</div>

Expand Down Expand Up @@ -301,9 +307,11 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, we also check to make sure that you have the servicedirectory.networks.attach permission on the project specified.
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the endpoint in the UUID4 format.
},
],
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the service in the format `projects/*/locations/*/namespaces/*/services/*`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the service in the UUID4 format.
},
],
}</pre>
Expand Down Expand Up @@ -345,9 +353,11 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, we also check to make sure that you have the servicedirectory.networks.attach permission on the project specified.
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the endpoint in the UUID4 format.
},
],
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the service in the format `projects/*/locations/*/namespaces/*/services/*`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the service in the UUID4 format.
}

updateMask: string, Required. List of fields to be updated in this request.
Expand All @@ -372,9 +382,11 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, we also check to make sure that you have the servicedirectory.networks.attach permission on the project specified.
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the endpoint in the UUID4 format.
},
],
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the service in the format `projects/*/locations/*/namespaces/*/services/*`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the service in the UUID4 format.
}</pre>
</div>

Expand Down Expand Up @@ -414,9 +426,11 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the endpoint in the format `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
&quot;network&quot;: &quot;A String&quot;, # Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, we also check to make sure that you have the servicedirectory.networks.attach permission on the project specified.
&quot;port&quot;: 42, # Optional. Service Directory rejects values outside of `[0, 65535]`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the endpoint in the UUID4 format.
},
],
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name for the service in the format `projects/*/locations/*/namespaces/*/services/*`.
&quot;uid&quot;: &quot;A String&quot;, # Output only. The globally unique identifier of the service in the UUID4 format.
},
}</pre>
</div>
Expand Down
Expand Up @@ -883,7 +883,7 @@
}
}
},
"revision": "20220921",
"revision": "20220930",
"rootUrl": "https://servicedirectory.googleapis.com/",
"schemas": {
"Binding": {
Expand Down Expand Up @@ -941,6 +941,11 @@
"description": "Optional. Service Directory rejects values outside of `[0, 65535]`.",
"format": "int32",
"type": "integer"
},
"uid": {
"description": "Output only. The globally unique identifier of the endpoint in the UUID4 format.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -1111,6 +1116,11 @@
"name": {
"description": "Immutable. The resource name for the namespace in the format `projects/*/locations/*/namespaces/*`.",
"type": "string"
},
"uid": {
"description": "Output only. The globally unique identifier of the namespace in the UUID4 format.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -1187,6 +1197,11 @@
"name": {
"description": "Immutable. The resource name for the service in the format `projects/*/locations/*/namespaces/*/services/*`.",
"type": "string"
},
"uid": {
"description": "Output only. The globally unique identifier of the service in the UUID4 format.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
Expand Down
Expand Up @@ -1059,7 +1059,7 @@
}
}
},
"revision": "20220921",
"revision": "20220930",
"rootUrl": "https://servicedirectory.googleapis.com/",
"schemas": {
"Binding": {
Expand Down

0 comments on commit aa20cbd

Please sign in to comment.