Update dependenciess
Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
parent
9d0f13c4c0
commit
946c8399e2
2985 changed files with 1008107 additions and 118934 deletions
475
vendor/google.golang.org/api/compute/v0.beta/compute-api.json
generated
vendored
475
vendor/google.golang.org/api/compute/v0.beta/compute-api.json
generated
vendored
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/AAGE1J2XUSZRKOUJs-uo8s-8DZk\"",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/ENjO5SkN5azpBUa_i_cGnnAH868\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "compute:beta",
|
||||
"name": "compute",
|
||||
"version": "beta",
|
||||
"revision": "20171010",
|
||||
"revision": "20171107",
|
||||
"title": "Compute Engine API",
|
||||
"description": "Creates and runs virtual machines on Google Cloud Platform.",
|
||||
"ownerDomain": "google.com",
|
||||
|
@ -522,7 +522,7 @@
|
|||
},
|
||||
"addressType": {
|
||||
"type": "string",
|
||||
"description": "The type of address to reserve. If unspecified, defaults to EXTERNAL.",
|
||||
"description": "The type of address to reserve, either INTERNAL or EXTERNAL. If unspecified, defaults to EXTERNAL.",
|
||||
"enum": [
|
||||
"EXTERNAL",
|
||||
"INTERNAL",
|
||||
|
@ -1070,7 +1070,7 @@
|
|||
},
|
||||
"sourceImage": {
|
||||
"type": "string",
|
||||
"description": "The source image to create this disk. When creating a new instance, one of initializeParams.sourceImage or disks.source is required except for local SSD.\n\nTo create a disk with one of the public operating system images, specify the image by its family name. For example, specify family/debian-8 to use the latest Debian 8 image:\n\nprojects/debian-cloud/global/images/family/debian-8 \n\nAlternatively, use a specific version of a public operating system image:\n\nprojects/debian-cloud/global/images/debian-8-jessie-vYYYYMMDD \n\nTo create a disk with a private image that you created, specify the image name in the following format:\n\nglobal/images/my-private-image \n\nYou can also specify a private image by its image family, which returns the latest version of the image in that family. Replace the image name with family/family-name:\n\nglobal/images/family/my-private-family \n\nIf the source image is deleted later, this field will not be set."
|
||||
"description": "The source image to create this disk. When creating a new instance, one of initializeParams.sourceImage or disks.source is required except for local SSD.\n\nTo create a disk with one of the public operating system images, specify the image by its family name. For example, specify family/debian-8 to use the latest Debian 8 image:\n\nprojects/debian-cloud/global/images/family/debian-8 \n\nAlternatively, use a specific version of a public operating system image:\n\nprojects/debian-cloud/global/images/debian-8-jessie-vYYYYMMDD \n\nTo create a disk with a custom image that you created, specify the image name in the following format:\n\nglobal/images/my-custom-image \n\nYou can also specify a custom image by its image family, which returns the latest version of the image in that family. Replace the image name with family/family-name:\n\nglobal/images/family/my-image-family \n\nIf the source image is deleted later, this field will not be set."
|
||||
},
|
||||
"sourceImageEncryptionKey": {
|
||||
"$ref": "CustomerEncryptionKey",
|
||||
|
@ -3108,6 +3108,14 @@
|
|||
"type": "string",
|
||||
"description": "[Output Only] Last detach timestamp in RFC3339 text format."
|
||||
},
|
||||
"licenseCodes": {
|
||||
"type": "array",
|
||||
"description": "Integer license codes indicating which licenses are attached to this disk.",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
}
|
||||
},
|
||||
"licenses": {
|
||||
"type": "array",
|
||||
"description": "Any applicable publicly visible licenses.",
|
||||
|
@ -3140,7 +3148,7 @@
|
|||
},
|
||||
"sourceImage": {
|
||||
"type": "string",
|
||||
"description": "The source image used to create this disk. If the source image is deleted, this field will not be set.\n\nTo create a disk with one of the public operating system images, specify the image by its family name. For example, specify family/debian-8 to use the latest Debian 8 image:\n\nprojects/debian-cloud/global/images/family/debian-8 \n\nAlternatively, use a specific version of a public operating system image:\n\nprojects/debian-cloud/global/images/debian-8-jessie-vYYYYMMDD \n\nTo create a disk with a private image that you created, specify the image name in the following format:\n\nglobal/images/my-private-image \n\nYou can also specify a private image by its image family, which returns the latest version of the image in that family. Replace the image name with family/family-name:\n\nglobal/images/family/my-private-family"
|
||||
"description": "The source image used to create this disk. If the source image is deleted, this field will not be set.\n\nTo create a disk with one of the public operating system images, specify the image by its family name. For example, specify family/debian-8 to use the latest Debian 8 image:\n\nprojects/debian-cloud/global/images/family/debian-8 \n\nAlternatively, use a specific version of a public operating system image:\n\nprojects/debian-cloud/global/images/debian-8-jessie-vYYYYMMDD \n\nTo create a disk with a custom image that you created, specify the image name in the following format:\n\nglobal/images/my-custom-image \n\nYou can also specify a custom image by its image family, which returns the latest version of the image in that family. Replace the image name with family/family-name:\n\nglobal/images/family/my-image-family"
|
||||
},
|
||||
"sourceImageEncryptionKey": {
|
||||
"$ref": "CustomerEncryptionKey",
|
||||
|
@ -5512,6 +5520,14 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"licenseCodes": {
|
||||
"type": "array",
|
||||
"description": "Integer license codes indicating which licenses are attached to this image.",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
}
|
||||
},
|
||||
"licenses": {
|
||||
"type": "array",
|
||||
"description": "Any applicable license URI.",
|
||||
|
@ -7970,11 +7986,11 @@
|
|||
"Interconnect": {
|
||||
"id": "Interconnect",
|
||||
"type": "object",
|
||||
"description": "Protocol definitions for Mixer API to support Interconnect. Next available tag: 25",
|
||||
"description": "Represents an Interconnects resource. The Interconnects resource is a dedicated connection between Google's network and your on-premises network. For more information, see the Dedicated overview page.",
|
||||
"properties": {
|
||||
"adminEnabled": {
|
||||
"type": "boolean",
|
||||
"description": "Administrative status of the interconnect. When this is set to ?true?, the Interconnect is functional and may carry traffic (assuming there are functional InterconnectAttachments and other requirements are satisfied). When set to ?false?, no packets will be carried over this Interconnect and no BGP routes will be exchanged over it. By default, it is set to ?true?."
|
||||
"description": "Administrative status of the interconnect. When this is set to true, the Interconnect is functional and can carry traffic. When set to false, no packets can be carried over the interconnect and no BGP routes are exchanged over it. By default, the status is set to true."
|
||||
},
|
||||
"circuitInfos": {
|
||||
"type": "array",
|
||||
|
@ -8024,6 +8040,7 @@
|
|||
},
|
||||
"interconnectType": {
|
||||
"type": "string",
|
||||
"description": "Type of interconnect. Note that \"IT_PRIVATE\" has been deprecated in favor of \"DEDICATED\"",
|
||||
"enum": [
|
||||
"DEDICATED",
|
||||
"IT_PRIVATE"
|
||||
|
@ -8040,6 +8057,7 @@
|
|||
},
|
||||
"linkType": {
|
||||
"type": "string",
|
||||
"description": "Type of link requested. This field indicates speed of each of the links in the bundle, not the entire bundle. Only 10G per link is allowed for a dedicated interconnect. Options: Ethernet_10G_LR",
|
||||
"enum": [
|
||||
"LINK_TYPE_ETHERNET_10G_LR"
|
||||
],
|
||||
|
@ -8069,14 +8087,10 @@
|
|||
"type": "string",
|
||||
"description": "[Output Only] The current status of whether or not this Interconnect is functional.",
|
||||
"enum": [
|
||||
"ACTIVE",
|
||||
"OS_ACTIVE",
|
||||
"OS_UNPROVISIONED",
|
||||
"UNPROVISIONED"
|
||||
"OS_UNPROVISIONED"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
|
@ -8104,7 +8118,7 @@
|
|||
"InterconnectAttachment": {
|
||||
"id": "InterconnectAttachment",
|
||||
"type": "object",
|
||||
"description": "Protocol definitions for Mixer API to support InterconnectAttachment. Next available tag: 23",
|
||||
"description": "Represents an InterconnectAttachment (VLAN attachment) resource. For more information, see Creating VLAN Attachments.",
|
||||
"properties": {
|
||||
"cloudRouterIpAddress": {
|
||||
"type": "string",
|
||||
|
@ -8120,7 +8134,7 @@
|
|||
},
|
||||
"description": {
|
||||
"type": "string",
|
||||
"description": "An optional description of this resource. Provide this property when you create the resource."
|
||||
"description": "An optional description of this resource."
|
||||
},
|
||||
"googleReferenceId": {
|
||||
"type": "string",
|
||||
|
@ -8149,21 +8163,17 @@
|
|||
"type": "string",
|
||||
"description": "[Output Only] The current status of whether or not this interconnect attachment is functional.",
|
||||
"enum": [
|
||||
"ACTIVE",
|
||||
"OS_ACTIVE",
|
||||
"OS_UNPROVISIONED",
|
||||
"UNPROVISIONED"
|
||||
"OS_UNPROVISIONED"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"privateInterconnectInfo": {
|
||||
"$ref": "InterconnectAttachmentPrivateInfo",
|
||||
"description": "[Output Only] Information specific to a Private InterconnectAttachment. Only populated if the interconnect that this is attached is of type IT_PRIVATE."
|
||||
"description": "[Output Only] Information specific to an InterconnectAttachment. This property is populated if the interconnect that this is attached to is of type DEDICATED."
|
||||
},
|
||||
"region": {
|
||||
"type": "string",
|
||||
|
@ -8406,7 +8416,7 @@
|
|||
"InterconnectAttachmentPrivateInfo": {
|
||||
"id": "InterconnectAttachmentPrivateInfo",
|
||||
"type": "object",
|
||||
"description": "Private information for an interconnect attachment when this belongs to an interconnect of type IT_PRIVATE.",
|
||||
"description": "Information for an interconnect attachment when this belongs to an interconnect of type DEDICATED.",
|
||||
"properties": {
|
||||
"tag8021q": {
|
||||
"type": "integer",
|
||||
|
@ -8516,7 +8526,7 @@
|
|||
"properties": {
|
||||
"customerDemarcId": {
|
||||
"type": "string",
|
||||
"description": "Customer-side demarc ID for this circuit. This will only be set if it was provided by the Customer to Google during circuit turn-up."
|
||||
"description": "Customer-side demarc ID for this circuit."
|
||||
},
|
||||
"googleCircuitId": {
|
||||
"type": "string",
|
||||
|
@ -8643,7 +8653,7 @@
|
|||
"InterconnectLocation": {
|
||||
"id": "InterconnectLocation",
|
||||
"type": "object",
|
||||
"description": "Protocol definitions for Mixer API to support InterconnectLocation.",
|
||||
"description": "Represents an InterconnectLocations resource. The InterconnectLocations resource describes the locations where you can connect to Google's networks. For more information, see Colocation Facilities.",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string",
|
||||
|
@ -8651,15 +8661,15 @@
|
|||
},
|
||||
"availabilityZone": {
|
||||
"type": "string",
|
||||
"description": "Availability zone for this location. Within a city, maintenance will not be simultaneously scheduled in more than one availability zone. Example: \"zone1\" or \"zone2\"."
|
||||
"description": "[Output Only] Availability zone for this location. Within a metropolitan area (metro), maintenance will not be simultaneously scheduled in more than one availability zone. Example: \"zone1\" or \"zone2\"."
|
||||
},
|
||||
"city": {
|
||||
"type": "string",
|
||||
"description": "City designator used by the Interconnect UI to locate this InterconnectLocation within the Continent. For example: \"Chicago, IL\", \"Amsterdam, Netherlands\"."
|
||||
"description": "[Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: \"Chicago, IL\", \"Amsterdam, Netherlands\"."
|
||||
},
|
||||
"continent": {
|
||||
"type": "string",
|
||||
"description": "Continent for this location. Used by the location picker in the Interconnect UI.",
|
||||
"description": "[Output Only] Continent for this location.",
|
||||
"enum": [
|
||||
"AFRICA",
|
||||
"ASIA_PAC",
|
||||
|
@ -8890,14 +8900,16 @@
|
|||
},
|
||||
"description": {
|
||||
"type": "string",
|
||||
"description": "Short user-visible description of the purpose of the outage."
|
||||
"description": "A description about the purpose of the outage."
|
||||
},
|
||||
"endTime": {
|
||||
"type": "string",
|
||||
"description": "Scheduled end time for the outage (milliseconds since Unix epoch).",
|
||||
"format": "int64"
|
||||
},
|
||||
"issueType": {
|
||||
"type": "string",
|
||||
"description": "Form this outage is expected to take. Note that the \"IT_\" versions of this enum have been deprecated in favor of the unprefixed values.",
|
||||
"enum": [
|
||||
"IT_OUTAGE",
|
||||
"IT_PARTIAL_OUTAGE",
|
||||
|
@ -8917,6 +8929,7 @@
|
|||
},
|
||||
"source": {
|
||||
"type": "string",
|
||||
"description": "The party that generated this notification. Note that \"NSRC_GOOGLE\" has been deprecated in favor of \"GOOGLE\"",
|
||||
"enum": [
|
||||
"GOOGLE",
|
||||
"NSRC_GOOGLE"
|
||||
|
@ -8928,11 +8941,12 @@
|
|||
},
|
||||
"startTime": {
|
||||
"type": "string",
|
||||
"description": "Scheduled start and end times for the outage (milliseconds since Unix epoch).",
|
||||
"description": "Scheduled start time for the outage (milliseconds since Unix epoch).",
|
||||
"format": "int64"
|
||||
},
|
||||
"state": {
|
||||
"type": "string",
|
||||
"description": "State of this notification. Note that the \"NS_\" versions of this enum have been deprecated in favor of the unprefixed values.",
|
||||
"enum": [
|
||||
"ACTIVE",
|
||||
"CANCELLED",
|
||||
|
@ -8957,11 +8971,29 @@
|
|||
"type": "boolean",
|
||||
"description": "[Output Only] Deprecated. This field no longer reflects whether a license charges a usage fee."
|
||||
},
|
||||
"creationTimestamp": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Creation timestamp in RFC3339 text format."
|
||||
},
|
||||
"description": {
|
||||
"type": "string",
|
||||
"description": "An optional textual description of the resource; provided by the client when the resource is created."
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
|
||||
"format": "uint64"
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Type of resource. Always compute#license for licenses.",
|
||||
"default": "compute#license"
|
||||
},
|
||||
"licenseCode": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] The unique code used to attach this license to images, snapshots, and disks.",
|
||||
"format": "uint64"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Name of the resource. The name is 1-63 characters long and complies with RFC1035.",
|
||||
|
@ -8972,9 +9004,219 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"resourceRequirements": {
|
||||
"$ref": "LicenseResourceRequirements"
|
||||
},
|
||||
"selfLink": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Server-defined URL for the resource."
|
||||
},
|
||||
"transferable": {
|
||||
"type": "boolean",
|
||||
"description": "If false, licenses will not be copied from the source resource when creating an image from a disk, disk from snapshot, or snapshot from disk."
|
||||
}
|
||||
}
|
||||
},
|
||||
"LicenseCode": {
|
||||
"id": "LicenseCode",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"creationTimestamp": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Creation timestamp in RFC3339 text format."
|
||||
},
|
||||
"description": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Description of this License Code."
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
|
||||
"format": "uint64"
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Type of resource. Always compute#licenseCode for licenses.",
|
||||
"default": "compute#licenseCode"
|
||||
},
|
||||
"licenseAlias": {
|
||||
"type": "array",
|
||||
"description": "[Output Only] URL and description aliases of Licenses with the same License Code.",
|
||||
"items": {
|
||||
"$ref": "LicenseCodeLicenseAlias"
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Name of the resource. The name is 1-20 characters long and must be a valid 64 bit integer.",
|
||||
"pattern": "[0-9]{0,20}?",
|
||||
"annotations": {
|
||||
"required": [
|
||||
"compute.licenses.insert"
|
||||
]
|
||||
}
|
||||
},
|
||||
"selfLink": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Server-defined URL for the resource."
|
||||
},
|
||||
"state": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Current state of this License Code.",
|
||||
"enum": [
|
||||
"DISABLED",
|
||||
"ENABLED",
|
||||
"RESTRICTED",
|
||||
"STATE_UNSPECIFIED",
|
||||
"TERMINATED"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"transferable": {
|
||||
"type": "boolean",
|
||||
"description": "[Output Only] If true, the license will remain attached when creating images or snapshots from disks. Otherwise, the license is not transferred."
|
||||
}
|
||||
}
|
||||
},
|
||||
"LicenseCodeLicenseAlias": {
|
||||
"id": "LicenseCodeLicenseAlias",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"description": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Description of this License Code."
|
||||
},
|
||||
"selfLink": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] URL of license corresponding to this License Code."
|
||||
}
|
||||
}
|
||||
},
|
||||
"LicenseResourceRequirements": {
|
||||
"id": "LicenseResourceRequirements",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"minGuestCpuCount": {
|
||||
"type": "integer",
|
||||
"description": "Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.",
|
||||
"format": "int32"
|
||||
},
|
||||
"minMemoryMb": {
|
||||
"type": "integer",
|
||||
"description": "Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.",
|
||||
"format": "int32"
|
||||
}
|
||||
}
|
||||
},
|
||||
"LicensesListResponse": {
|
||||
"id": "LicensesListResponse",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Unique identifier for the resource; defined by the server."
|
||||
},
|
||||
"items": {
|
||||
"type": "array",
|
||||
"description": "A list of License resources.",
|
||||
"items": {
|
||||
"$ref": "License"
|
||||
}
|
||||
},
|
||||
"nextPageToken": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results."
|
||||
},
|
||||
"selfLink": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] Server-defined URL for this resource."
|
||||
},
|
||||
"warning": {
|
||||
"type": "object",
|
||||
"description": "[Output Only] Informational warning message.",
|
||||
"properties": {
|
||||
"code": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
|
||||
"enum": [
|
||||
"CLEANUP_FAILED",
|
||||
"DEPRECATED_RESOURCE_USED",
|
||||
"DEPRECATED_TYPE_USED",
|
||||
"DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
|
||||
"EXPERIMENTAL_TYPE_USED",
|
||||
"EXTERNAL_API_WARNING",
|
||||
"FIELD_VALUE_OVERRIDEN",
|
||||
"INJECTED_KERNELS_DEPRECATED",
|
||||
"MISSING_TYPE_DEPENDENCY",
|
||||
"NEXT_HOP_ADDRESS_NOT_ASSIGNED",
|
||||
"NEXT_HOP_CANNOT_IP_FORWARD",
|
||||
"NEXT_HOP_INSTANCE_NOT_FOUND",
|
||||
"NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
|
||||
"NEXT_HOP_NOT_RUNNING",
|
||||
"NOT_CRITICAL_ERROR",
|
||||
"NO_RESULTS_ON_PAGE",
|
||||
"REQUIRED_TOS_AGREEMENT",
|
||||
"RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
|
||||
"RESOURCE_NOT_DELETED",
|
||||
"SCHEMA_VALIDATION_IGNORED",
|
||||
"SINGLE_INSTANCE_PROPERTY_TEMPLATE",
|
||||
"UNDECLARED_PROPERTIES",
|
||||
"UNREACHABLE"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"data": {
|
||||
"type": "array",
|
||||
"description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"key": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding)."
|
||||
},
|
||||
"value": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] A warning data value corresponding to the key."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"message": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] A human-readable description of the warning code."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -10709,6 +10951,7 @@
|
|||
"INSTANCE_GROUP_MANAGERS",
|
||||
"INSTANCE_TEMPLATES",
|
||||
"INTERCONNECTS",
|
||||
"INTERNAL_ADDRESSES",
|
||||
"IN_USE_ADDRESSES",
|
||||
"LOCAL_SSD_TOTAL_GB",
|
||||
"NETWORKS",
|
||||
|
@ -10716,6 +10959,8 @@
|
|||
"NVIDIA_P100_GPUS",
|
||||
"PREEMPTIBLE_CPUS",
|
||||
"PREEMPTIBLE_LOCAL_SSD_GB",
|
||||
"PREEMPTIBLE_NVIDIA_K80_GPUS",
|
||||
"PREEMPTIBLE_NVIDIA_P100_GPUS",
|
||||
"REGIONAL_AUTOSCALERS",
|
||||
"REGIONAL_INSTANCE_GROUP_MANAGERS",
|
||||
"ROUTERS",
|
||||
|
@ -10780,6 +11025,9 @@
|
|||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
|
@ -12921,6 +13169,14 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"licenseCodes": {
|
||||
"type": "array",
|
||||
"description": "Integer license codes indicating which licenses are attached to this snapshot.",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
}
|
||||
},
|
||||
"licenses": {
|
||||
"type": "array",
|
||||
"description": "[Output Only] A list of public visible licenses that apply to this snapshot. This can be because the original image had licenses attached (such as a Windows image).",
|
||||
|
@ -21248,7 +21504,7 @@
|
|||
"id": "compute.images.list",
|
||||
"path": "{project}/global/images",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves the list of private images available to the specified project. Private images are images you create that belong to your project. This method does not get any images that belong to other projects, including publicly-available images, like Debian 8. If you want to get a list of publicly-available images, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.",
|
||||
"description": "Retrieves the list of custom images available to the specified project. Custom images are images you create that belong to your project. This method does not get any images that belong to other projects, including publicly-available images, like Debian 8. If you want to get a list of publicly-available images, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.",
|
||||
"parameters": {
|
||||
"filter": {
|
||||
"type": "string",
|
||||
|
@ -24900,8 +25156,84 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"licenseCodes": {
|
||||
"methods": {
|
||||
"get": {
|
||||
"id": "compute.licenseCodes.get",
|
||||
"path": "{project}/global/licenseCodes/{licenseCode}",
|
||||
"httpMethod": "GET",
|
||||
"description": "Return a specified license code. License codes are mirrored across all projects that have permissions to read the License Code.",
|
||||
"parameters": {
|
||||
"licenseCode": {
|
||||
"type": "string",
|
||||
"description": "Number corresponding to the License code resource to return.",
|
||||
"required": true,
|
||||
"pattern": "[0-9]{0,61}?",
|
||||
"location": "path"
|
||||
},
|
||||
"project": {
|
||||
"type": "string",
|
||||
"description": "Project ID for this request.",
|
||||
"required": true,
|
||||
"pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
|
||||
"location": "path"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
"project",
|
||||
"licenseCode"
|
||||
],
|
||||
"response": {
|
||||
"$ref": "LicenseCode"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/cloud-platform",
|
||||
"https://www.googleapis.com/auth/compute",
|
||||
"https://www.googleapis.com/auth/compute.readonly"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"licenses": {
|
||||
"methods": {
|
||||
"delete": {
|
||||
"id": "compute.licenses.delete",
|
||||
"path": "{project}/global/licenses/{license}",
|
||||
"httpMethod": "DELETE",
|
||||
"description": "Deletes the specified license.",
|
||||
"parameters": {
|
||||
"license": {
|
||||
"type": "string",
|
||||
"description": "Name of the license resource to delete.",
|
||||
"required": true,
|
||||
"pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
|
||||
"location": "path"
|
||||
},
|
||||
"project": {
|
||||
"type": "string",
|
||||
"description": "Project ID for this request.",
|
||||
"required": true,
|
||||
"pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
|
||||
"location": "path"
|
||||
},
|
||||
"requestId": {
|
||||
"type": "string",
|
||||
"description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.\n\nFor example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
"project",
|
||||
"license"
|
||||
],
|
||||
"response": {
|
||||
"$ref": "Operation"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/cloud-platform",
|
||||
"https://www.googleapis.com/auth/compute"
|
||||
]
|
||||
},
|
||||
"get": {
|
||||
"id": "compute.licenses.get",
|
||||
"path": "{project}/global/licenses/{license}",
|
||||
|
@ -24935,6 +25267,91 @@
|
|||
"https://www.googleapis.com/auth/compute",
|
||||
"https://www.googleapis.com/auth/compute.readonly"
|
||||
]
|
||||
},
|
||||
"insert": {
|
||||
"id": "compute.licenses.insert",
|
||||
"path": "{project}/global/licenses",
|
||||
"httpMethod": "POST",
|
||||
"description": "Create a License resource in the specified project.",
|
||||
"parameters": {
|
||||
"project": {
|
||||
"type": "string",
|
||||
"description": "Project ID for this request.",
|
||||
"required": true,
|
||||
"pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
|
||||
"location": "path"
|
||||
},
|
||||
"requestId": {
|
||||
"type": "string",
|
||||
"description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.\n\nFor example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
"project"
|
||||
],
|
||||
"request": {
|
||||
"$ref": "License"
|
||||
},
|
||||
"response": {
|
||||
"$ref": "Operation"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/cloud-platform",
|
||||
"https://www.googleapis.com/auth/compute",
|
||||
"https://www.googleapis.com/auth/devstorage.full_control",
|
||||
"https://www.googleapis.com/auth/devstorage.read_only",
|
||||
"https://www.googleapis.com/auth/devstorage.read_write"
|
||||
]
|
||||
},
|
||||
"list": {
|
||||
"id": "compute.licenses.list",
|
||||
"path": "{project}/global/licenses",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves the list of licenses available in the specified project. This method does not get any licenses that belong to other projects, including licenses attached to publicly-available images, like Debian 8. If you want to get a list of publicly-available licenses, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.",
|
||||
"parameters": {
|
||||
"filter": {
|
||||
"type": "string",
|
||||
"description": "Sets a filter {expression} for filtering listed resources. Your {expression} must be in the format: field_name comparison_string literal_string.\n\nThe field_name is the name of the field you want to compare. Only atomic field types are supported (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The literal value must be valid for the type of field you are filtering by (string, number, boolean). For string fields, the literal value is interpreted as a regular expression using RE2 syntax. The literal value must match the entire field.\n\nFor example, to filter for instances that do not have a name of example-instance, you would use name ne example-instance.\n\nYou can filter on nested fields. For example, you could filter on instances that have set the scheduling.automaticRestart field to true. Use filtering on nested fields to take advantage of labels to organize and search for results based on label values.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expressions, meaning that resources must match all expressions to pass the filters.",
|
||||
"location": "query"
|
||||
},
|
||||
"maxResults": {
|
||||
"type": "integer",
|
||||
"description": "The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)",
|
||||
"default": "500",
|
||||
"format": "uint32",
|
||||
"minimum": "0",
|
||||
"location": "query"
|
||||
},
|
||||
"orderBy": {
|
||||
"type": "string",
|
||||
"description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using orderBy=\"creationTimestamp desc\". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by name or creationTimestamp desc is supported.",
|
||||
"location": "query"
|
||||
},
|
||||
"pageToken": {
|
||||
"type": "string",
|
||||
"description": "Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.",
|
||||
"location": "query"
|
||||
},
|
||||
"project": {
|
||||
"type": "string",
|
||||
"description": "Project ID for this request.",
|
||||
"required": true,
|
||||
"pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
|
||||
"location": "path"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
"project"
|
||||
],
|
||||
"response": {
|
||||
"$ref": "LicensesListResponse"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/cloud-platform",
|
||||
"https://www.googleapis.com/auth/compute",
|
||||
"https://www.googleapis.com/auth/compute.readonly"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
3805
vendor/google.golang.org/api/compute/v0.beta/compute-gen.go
generated
vendored
3805
vendor/google.golang.org/api/compute/v0.beta/compute-gen.go
generated
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue