Skip to content

Commit 34267b5

Browse files
gcf-owl-bot[bot]danieljbrucefeywind
authored
feat: [networkconnectivity] add Network Connectivity Center APIs for PSC service automation (#6207)
* feat: add Network Connectivity Center APIs for PSC service automation docs: update some documentation. PiperOrigin-RevId: 739170914 Source-Link: googleapis/googleapis@d2dcfcf Source-Link: googleapis/googleapis-gen@757e831 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW5ldHdvcmtjb25uZWN0aXZpdHkvLk93bEJvdC55YW1sIiwiaCI6Ijc1N2U4MzFiY2E5MTk4MjBkYTkwMDhjZGQ1YjAxYjhiOWM3ZDRkZGUifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: danieljbruce <danieljbruce@users.noreply.github.com> Co-authored-by: Megan Potter <57276408+feywind@users.noreply.github.com>
1 parent 005dc5a commit 34267b5

49 files changed

Lines changed: 81005 additions & 38580 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/google-cloud-networkconnectivity/README.md

Lines changed: 20 additions & 0 deletions
Large diffs are not rendered by default.

packages/google-cloud-networkconnectivity/protos/google/cloud/networkconnectivity/v1/common.proto

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ option (google.api.resource_definition) = {
3535
type: "compute.googleapis.com/Network"
3636
pattern: "projects/{project}/global/networks/{resource_id}"
3737
};
38+
option (google.api.resource_definition) = {
39+
type: "compute.googleapis.com/Subnetwork"
40+
pattern: "projects/{project}/regions/{region}/subnetworks/{subnetwork}"
41+
};
42+
option (google.api.resource_definition) = {
43+
type: "compute.googleapis.com/ServiceAttachment"
44+
pattern: "projects/{project}/regions/{region}/serviceAttachments/{service_attachment}"
45+
};
3846

3947
// Represents the metadata of the long-running operation.
4048
message OperationMetadata {
@@ -57,9 +65,10 @@ message OperationMetadata {
5765

5866
// Output only. Identifies whether the user has requested cancellation
5967
// of the operation. Operations that have been cancelled successfully
60-
// have [Operation.error][] value with a
61-
// [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
62-
// `Code.CANCELLED`.
68+
// have
69+
// [google.longrunning.Operation.error][google.longrunning.Operation.error]
70+
// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
71+
// corresponding to `Code.CANCELLED`.
6372
bool requested_cancellation = 6 [(google.api.field_behavior) = OUTPUT_ONLY];
6473

6574
// Output only. API version used to start the operation.

0 commit comments

Comments
 (0)