Skip to content

Commit

Permalink
feat: Update Compute Engine API to revision 20221224 (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Jan 19, 2023
1 parent c790590 commit 17d5613
Show file tree
Hide file tree
Showing 3 changed files with 44,607 additions and 44,560 deletions.
32 changes: 27 additions & 5 deletions google/cloud/compute/v1/compute.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// Generated by the disco-to-proto3-converter. DO NOT EDIT!
// Source Discovery file: compute.v1.json
// Source file revision: 20221126
// Source file revision: 20221224
// API name: compute
// API version: v1

Expand Down Expand Up @@ -1930,6 +1930,18 @@ message AliasIpRange {

}

//
message AllocationResourceStatus {
optional AllocationResourceStatusSpecificSKUAllocation specific_sku_allocation = 196231151;

}

//
message AllocationResourceStatusSpecificSKUAllocation {
optional string source_instance_template_id = 111196154;

}

//
message AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk {
// Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance.
Expand Down Expand Up @@ -1985,6 +1997,9 @@ message AllocationSpecificSKUReservation {
// The instance properties for the reservation.
optional AllocationSpecificSKUAllocationReservedInstanceProperties instance_properties = 215355165;

// Specifies the instance template to create the reservation. If you use this field, you must exclude the instanceProperties field. This field is optional, and it can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate
optional string source_instance_template = 332423616;

}

//
Expand Down Expand Up @@ -7126,7 +7141,7 @@ message FirewallPolicyRule {

}

// The Action to perform when the client connection triggers the rule. Can currently be either "allow" or "deny()" where valid values for status are 403, 404, and 502.
// The Action to perform when the client connection triggers the rule. Valid actions are "allow", "deny" and "goto_next".
optional string action = 187661878;

// An optional description for this resource.
Expand Down Expand Up @@ -7422,7 +7437,7 @@ message ForwardingRule {
// This field identifies the subnetwork that the load balanced IP should belong to for this Forwarding Rule, used in internal load balancing and network load balancing with IPv6. If the network specified is in auto subnet mode, this field is optional. However, a subnetwork must be specified if the network is in custom subnet mode or when creating external forwarding rule with IPv6.
optional string subnetwork = 307827694;

// The URL of the target resource to receive the matched traffic. For regional forwarding rules, this target must be in the same region as the forwarding rule. For global forwarding rules, this target must be a global load balancing resource. The forwarded traffic must be of a type appropriate to the target object. For more information, see the "Target" column in [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications). For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle: - vpc-sc - APIs that support VPC Service Controls. - all-apis - All supported Google APIs.
// The URL of the target resource to receive the matched traffic. For regional forwarding rules, this target must be in the same region as the forwarding rule. For global forwarding rules, this target must be a global load balancing resource. The forwarded traffic must be of a type appropriate to the target object. - For load balancers, see the "Target" column in [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications). - For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle: - vpc-sc - APIs that support VPC Service Controls. - all-apis - All supported Google APIs. - For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
optional string target = 192835985;

}
Expand Down Expand Up @@ -9306,6 +9321,8 @@ message GuestOsFeature {

SEV_CAPABLE = 87083793;

SEV_SNP_CAPABLE = 426919;

UEFI_COMPATIBLE = 195865408;

VIRTIO_SCSI_MULTIQUEUE = 201597069;
Expand Down Expand Up @@ -13181,7 +13198,7 @@ message Interconnect {
// Name of the resource. Provided by the client when the resource is created. The name 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]*[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.
optional string name = 3373707;

// Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Stackdriver logs alerting and Cloud Notifications.
// Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications. This field is required for users who sign up for Cloud Interconnect using workforce identity federation.
optional string noc_contact_email = 14072832;

// [Output Only] The current status of this Interconnect's functionality, which can take one of the following values: - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.
Expand Down Expand Up @@ -17949,6 +17966,9 @@ message NetworkInterface {
// URL of the VPC network resource for this instance. When creating an instance, if neither the network nor the subnetwork is specified, the default network global/networks/default is used. If the selected project doesn't have the default network, you must specify a network or subnet. If the network is not specified but the subnetwork is specified, the network is inferred. If you specify this property, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/global/networks/ network - projects/project/global/networks/network - global/networks/default
optional string network = 232872494;

// The URL of the network attachment that this interface should connect to in the following format: projects/{project_number}/regions/{region_name}/networkAttachments/{network_attachment_name}.
optional string network_attachment = 224644052;

// An IPv4 internal IP address to assign to the instance for this network interface. If not specified by the user, an unused internal IP is assigned by the system.
optional string network_i_p = 207181961;

Expand Down Expand Up @@ -22050,9 +22070,11 @@ message Reservation {
// The name of the resource, provided by the client when initially creating the resource. The resource name 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]*[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.
optional string name = 3373707;

// Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.
map<string, string> resource_policies = 22220385;

// [Output Only] Status information for Reservation resource.
optional AllocationResourceStatus resource_status = 249429315;

// [Output Only] Reserved for future use.
optional bool satisfies_pzs = 480964267;

Expand Down

0 comments on commit 17d5613

Please sign in to comment.