Skip to content

chore: update googleapis git version pin to latest #4784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ message InternalRange {

// A collection of VLAN attachment resources. These resources should be redundant attachments that all advertise the same prefixes to Google Cloud. Alternatively, in active/passive configurations, all attachments should be capable of advertising the same prefixes.
message LinkedInterconnectAttachments {
// Optional. IP ranges allowed to be included during import from hub (does not control transit connectivity). The only allowed value for now is "ALL_IPV4_RANGES".
// Optional. Hub routes fully encompassed by include import ranges are included during import from hub.
repeated string include_import_ranges = 1 [json_name="includeImportRanges"];
// A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).
bool site_to_site_data_transfer = 2 [json_name="siteToSiteDataTransfer"];
Expand Down Expand Up @@ -795,7 +795,7 @@ message LinkedProducerVpcNetwork {

// A collection of router appliance instances. If you configure multiple router appliance instances to receive data from the same set of sites outside of Google Cloud, we recommend that you associate those instances with the same spoke.
message LinkedRouterApplianceInstances {
// Optional. IP ranges allowed to be included during import from hub (does not control transit connectivity). The only allowed value for now is "ALL_IPV4_RANGES".
// Optional. Hub routes fully encompassed by include import ranges are included during import from hub.
repeated string include_import_ranges = 1 [json_name="includeImportRanges"];
// The list of router appliance instances.
repeated RouterApplianceInstance instances = 2 [json_name="instances"];
Expand Down Expand Up @@ -823,7 +823,7 @@ message LinkedVpcNetwork {

// A collection of Cloud VPN tunnel resources. These resources should be redundant HA VPN tunnels that all advertise the same prefixes to Google Cloud. Alternatively, in a passive/active configuration, all tunnels should be capable of advertising the same prefixes.
message LinkedVpnTunnels {
// Optional. IP ranges allowed to be included during import from hub (does not control transit connectivity). The only allowed value for now is "ALL_IPV4_RANGES".
// Optional. Hub routes fully encompassed by include import ranges are included during import from hub.
repeated string include_import_ranges = 1 [json_name="includeImportRanges"];
// A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).
bool site_to_site_data_transfer = 2 [json_name="siteToSiteDataTransfer"];
Expand Down
Loading
Loading