mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update all json files; make some fixes to make it work at all
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"oauth2": {
|
||||
"scopes": {
|
||||
"https://www.googleapis.com/auth/cloud-platform": {
|
||||
"description": "See, edit, configure, and delete your Google Cloud Platform data"
|
||||
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -156,7 +156,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"pageSize": {
|
||||
"description": "The maximum number of results to return. If not set, the service will select a default.",
|
||||
"description": "The maximum number of results to return. If not set, the service selects a default.",
|
||||
"format": "int32",
|
||||
"location": "query",
|
||||
"type": "integer"
|
||||
@@ -424,7 +424,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"updateMask": {
|
||||
"description": "Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from Instance: * `displayName` * `labels` * `memorySizeGb` * `redisConfig`",
|
||||
"description": "Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from Instance: * `displayName` * `labels` * `memorySizeGb` * `redisConfig` * `replica_count`",
|
||||
"format": "google-fieldmask",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
@@ -441,6 +441,34 @@
|
||||
"https://www.googleapis.com/auth/cloud-platform"
|
||||
]
|
||||
},
|
||||
"rescheduleMaintenance": {
|
||||
"description": "Reschedule maintenance for a given instance in a given project and location.",
|
||||
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:rescheduleMaintenance",
|
||||
"httpMethod": "POST",
|
||||
"id": "redis.projects.locations.instances.rescheduleMaintenance",
|
||||
"parameterOrder": [
|
||||
"name"
|
||||
],
|
||||
"parameters": {
|
||||
"name": {
|
||||
"description": "Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region.",
|
||||
"location": "path",
|
||||
"pattern": "^projects/[^/]+/locations/[^/]+/instances/[^/]+$",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"path": "v1/{+name}:rescheduleMaintenance",
|
||||
"request": {
|
||||
"$ref": "RescheduleMaintenanceRequest"
|
||||
},
|
||||
"response": {
|
||||
"$ref": "Operation"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/cloud-platform"
|
||||
]
|
||||
},
|
||||
"upgrade": {
|
||||
"description": "Upgrades Redis instance to the newer Redis version specified in the request.",
|
||||
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:upgrade",
|
||||
@@ -596,7 +624,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20210325",
|
||||
"revision": "20220301",
|
||||
"rootUrl": "https://redis.googleapis.com/",
|
||||
"schemas": {
|
||||
"Empty": {
|
||||
@@ -740,11 +768,11 @@
|
||||
"type": "object"
|
||||
},
|
||||
"Instance": {
|
||||
"description": "A Google Cloud Redis instance.",
|
||||
"description": "A Memorystore for Redis instance.",
|
||||
"id": "Instance",
|
||||
"properties": {
|
||||
"alternativeLocationId": {
|
||||
"description": "Optional. Only applicable to STANDARD_HA tier which protects the instance against zonal failures by provisioning it across two zones. If provided, it must be a different zone from the one provided in location_id.",
|
||||
"description": "Optional. If specified, at least one node will be provisioned in this zone in addition to the zone specified in location_id. Only applicable to standard tier. If provided, it must be a different zone from the one provided in [location_id]. Additional nodes beyond the first 2 will be placed in zones selected by the service.",
|
||||
"type": "string"
|
||||
},
|
||||
"authEnabled": {
|
||||
@@ -776,7 +804,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"currentLocationId": {
|
||||
"description": "Output only. The current zone where the Redis endpoint is placed. For Basic Tier instances, this will always be the same as the location_id provided by the user at creation time. For Standard Tier instances, this can be either location_id or alternative_location_id and can change after a failover event.",
|
||||
"description": "Output only. The current zone where the Redis primary node is located. In basic tier, this will always be the same as [location_id]. In standard tier, this can be the zone of any node in the instance.",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
@@ -797,9 +825,18 @@
|
||||
"type": "object"
|
||||
},
|
||||
"locationId": {
|
||||
"description": "Optional. The zone where the instance will be provisioned. If not provided, the service will choose a zone for the instance. For STANDARD_HA tier, instances will be created across two zones for protection against zonal failures. If alternative_location_id is also provided, it must be different from location_id.",
|
||||
"description": "Optional. The zone where the instance will be provisioned. If not provided, the service will choose a zone from the specified region for the instance. For standard tier, additional nodes will be added across multiple zones for protection against zonal failures. If specified, at least one node will be provisioned in this zone.",
|
||||
"type": "string"
|
||||
},
|
||||
"maintenancePolicy": {
|
||||
"$ref": "MaintenancePolicy",
|
||||
"description": "Optional. The maintenance policy for the instance. If not provided, maintenance events can be performed at any time."
|
||||
},
|
||||
"maintenanceSchedule": {
|
||||
"$ref": "MaintenanceSchedule",
|
||||
"description": "Output only. Date and time of upcoming maintenance events which have been scheduled.",
|
||||
"readOnly": true
|
||||
},
|
||||
"memorySizeGb": {
|
||||
"description": "Required. Redis memory size in GiB.",
|
||||
"format": "int32",
|
||||
@@ -809,6 +846,18 @@
|
||||
"description": "Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Redis instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which specific zone (or collection of zones for cross-zone instances) an instance should be provisioned in. Refer to location_id and alternative_location_id fields for more details.",
|
||||
"type": "string"
|
||||
},
|
||||
"nodes": {
|
||||
"description": "Output only. Info per node.",
|
||||
"items": {
|
||||
"$ref": "NodeInfo"
|
||||
},
|
||||
"readOnly": true,
|
||||
"type": "array"
|
||||
},
|
||||
"persistenceConfig": {
|
||||
"$ref": "PersistenceConfig",
|
||||
"description": "Optional. Persistence configuration parameters"
|
||||
},
|
||||
"persistenceIamIdentity": {
|
||||
"description": "Output only. Cloud IAM identity used by import / export operations to transfer data to/from Cloud Storage. Format is \"serviceAccount:\". The value may change over time for a given instance so should be checked before each import/export operation.",
|
||||
"readOnly": true,
|
||||
@@ -820,6 +869,31 @@
|
||||
"readOnly": true,
|
||||
"type": "integer"
|
||||
},
|
||||
"readEndpoint": {
|
||||
"description": "Output only. Hostname or IP address of the exposed readonly Redis endpoint. Standard tier only. Targets all healthy replica nodes in instance. Replication is asynchronous and replica nodes will exhibit some lag behind the primary. Write requests must target 'host'.",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"readEndpointPort": {
|
||||
"description": "Output only. The port number of the exposed readonly redis endpoint. Standard tier only. Write requests should target 'port'.",
|
||||
"format": "int32",
|
||||
"readOnly": true,
|
||||
"type": "integer"
|
||||
},
|
||||
"readReplicasMode": {
|
||||
"description": "Optional. Read replicas mode for the instance. Defaults to READ_REPLICAS_DISABLED.",
|
||||
"enum": [
|
||||
"READ_REPLICAS_MODE_UNSPECIFIED",
|
||||
"READ_REPLICAS_DISABLED",
|
||||
"READ_REPLICAS_ENABLED"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"If not set, Memorystore Redis backend will default to READ_REPLICAS_DISABLED.",
|
||||
"If disabled, read endpoint will not be provided and the instance cannot scale up or down the number of replicas.",
|
||||
"If enabled, read endpoint will be provided and the instance can scale up and down the number of replicas. Not valid for basic tier."
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"redisConfigs": {
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
@@ -831,8 +905,17 @@
|
||||
"description": "Optional. The version of Redis software. If not provided, latest supported version will be used. Currently, the supported values are: * `REDIS_3_2` for Redis 3.2 compatibility * `REDIS_4_0` for Redis 4.0 compatibility (default) * `REDIS_5_0` for Redis 5.0 compatibility * `REDIS_6_X` for Redis 6.x compatibility",
|
||||
"type": "string"
|
||||
},
|
||||
"replicaCount": {
|
||||
"description": "Optional. The number of replica nodes. The valid range for the Standard Tier with read replicas enabled is [1-5] and defaults to 2. If read replicas are not enabled for a Standard Tier instance, the only valid value is 1 and the default is 1. The valid value for basic tier is 0 and the default is also 0.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"reservedIpRange": {
|
||||
"description": "Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29.",
|
||||
"description": "Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. For READ_REPLICAS_ENABLED the default block size is /28.",
|
||||
"type": "string"
|
||||
},
|
||||
"secondaryIpRange": {
|
||||
"description": "Optional. Additional IP range for node placement. Required when enabling read replicas on an existing instance. For DIRECT_PEERING mode value must be a CIDR range of size /28, or \"auto\". For PRIVATE_SERVICE_ACCESS mode value must be the name of an allocated address range associated with the private service access connection, or \"auto\".",
|
||||
"type": "string"
|
||||
},
|
||||
"serverCaCerts": {
|
||||
@@ -1012,6 +1095,82 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"MaintenancePolicy": {
|
||||
"description": "Maintenance policy for an instance.",
|
||||
"id": "MaintenancePolicy",
|
||||
"properties": {
|
||||
"createTime": {
|
||||
"description": "Output only. The time when the policy was created.",
|
||||
"format": "google-datetime",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"description": "Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.",
|
||||
"type": "string"
|
||||
},
|
||||
"updateTime": {
|
||||
"description": "Output only. The time when the policy was last updated.",
|
||||
"format": "google-datetime",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"weeklyMaintenanceWindow": {
|
||||
"description": "Optional. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_window is expected to be one.",
|
||||
"items": {
|
||||
"$ref": "WeeklyMaintenanceWindow"
|
||||
},
|
||||
"type": "array"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"MaintenanceSchedule": {
|
||||
"description": "Upcoming maintenance schedule. If no maintenance is scheduled, fields are not populated.",
|
||||
"id": "MaintenanceSchedule",
|
||||
"properties": {
|
||||
"canReschedule": {
|
||||
"description": "If the scheduled maintenance can be rescheduled, default is true.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"endTime": {
|
||||
"description": "Output only. The end time of any upcoming scheduled maintenance for this instance.",
|
||||
"format": "google-datetime",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"scheduleDeadlineTime": {
|
||||
"description": "Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule.",
|
||||
"format": "google-datetime",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"startTime": {
|
||||
"description": "Output only. The start time of any upcoming scheduled maintenance for this instance.",
|
||||
"format": "google-datetime",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"NodeInfo": {
|
||||
"description": "Node specific properties.",
|
||||
"id": "NodeInfo",
|
||||
"properties": {
|
||||
"id": {
|
||||
"description": "Output only. Node identifying string. e.g. 'node-0', 'node-1'",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"zone": {
|
||||
"description": "Output only. Location of the node.",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"Operation": {
|
||||
"description": "This resource represents a long-running operation that is the result of a network API call.",
|
||||
"id": "Operation",
|
||||
@@ -1058,6 +1217,84 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"PersistenceConfig": {
|
||||
"description": "Configuration of the persistence functionality.",
|
||||
"id": "PersistenceConfig",
|
||||
"properties": {
|
||||
"persistenceMode": {
|
||||
"description": "Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.",
|
||||
"enum": [
|
||||
"PERSISTENCE_MODE_UNSPECIFIED",
|
||||
"DISABLED",
|
||||
"RDB"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Not set.",
|
||||
"Persistence is disabled for the instance, and any existing snapshots are deleted.",
|
||||
"RDB based Persistence is enabled."
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"rdbNextSnapshotTime": {
|
||||
"description": "Output only. The next time that a snapshot attempt is scheduled to occur.",
|
||||
"format": "google-datetime",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"rdbSnapshotPeriod": {
|
||||
"description": "Optional. Period between RDB snapshots. Snapshots will be attempted every period starting from the provided snapshot start time. For example, a start time of 01/01/2033 06:45 and SIX_HOURS snapshot period will do nothing until 01/01/2033, and then trigger snapshots every day at 06:45, 12:45, 18:45, and 00:45 the next day, and so on. If not provided, TWENTY_FOUR_HOURS will be used as default.",
|
||||
"enum": [
|
||||
"SNAPSHOT_PERIOD_UNSPECIFIED",
|
||||
"ONE_HOUR",
|
||||
"SIX_HOURS",
|
||||
"TWELVE_HOURS",
|
||||
"TWENTY_FOUR_HOURS"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Not set.",
|
||||
"Snapshot every 1 hour.",
|
||||
"Snapshot every 6 hours.",
|
||||
"Snapshot every 12 hours.",
|
||||
"Snapshot every 24 horus."
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"rdbSnapshotStartTime": {
|
||||
"description": "Optional. Date and time that the first snapshot was/will be attempted, and to which future snapshots will be aligned. If not provided, the current time will be used.",
|
||||
"format": "google-datetime",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"RescheduleMaintenanceRequest": {
|
||||
"description": "Request for RescheduleMaintenance.",
|
||||
"id": "RescheduleMaintenanceRequest",
|
||||
"properties": {
|
||||
"rescheduleType": {
|
||||
"description": "Required. If reschedule type is SPECIFIC_TIME, must set up schedule_time as well.",
|
||||
"enum": [
|
||||
"RESCHEDULE_TYPE_UNSPECIFIED",
|
||||
"IMMEDIATE",
|
||||
"NEXT_AVAILABLE_WINDOW",
|
||||
"SPECIFIC_TIME"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Not set.",
|
||||
"If the user wants to schedule the maintenance to happen now.",
|
||||
"If the user wants to use the existing maintenance policy to find the next available window.",
|
||||
"If the user wants to reschedule the maintenance to a specific time."
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"scheduleTime": {
|
||||
"description": "Optional. Timestamp when the maintenance shall be rescheduled to if reschedule_type=SPECIFIC_TIME, in RFC 3339 format, for example `2012-11-15T16:19:00.094Z`.",
|
||||
"format": "google-datetime",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"Status": {
|
||||
"description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
|
||||
"id": "Status",
|
||||
@@ -1085,6 +1322,33 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"TimeOfDay": {
|
||||
"description": "Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.",
|
||||
"id": "TimeOfDay",
|
||||
"properties": {
|
||||
"hours": {
|
||||
"description": "Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"minutes": {
|
||||
"description": "Minutes of hour of day. Must be from 0 to 59.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"nanos": {
|
||||
"description": "Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"seconds": {
|
||||
"description": "Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"TlsCertificate": {
|
||||
"description": "TlsCertificate Resource",
|
||||
"id": "TlsCertificate",
|
||||
@@ -1126,6 +1390,47 @@
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"WeeklyMaintenanceWindow": {
|
||||
"description": "Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.",
|
||||
"id": "WeeklyMaintenanceWindow",
|
||||
"properties": {
|
||||
"day": {
|
||||
"description": "Required. The day of week that maintenance updates occur.",
|
||||
"enum": [
|
||||
"DAY_OF_WEEK_UNSPECIFIED",
|
||||
"MONDAY",
|
||||
"TUESDAY",
|
||||
"WEDNESDAY",
|
||||
"THURSDAY",
|
||||
"FRIDAY",
|
||||
"SATURDAY",
|
||||
"SUNDAY"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"The day of the week is unspecified.",
|
||||
"Monday",
|
||||
"Tuesday",
|
||||
"Wednesday",
|
||||
"Thursday",
|
||||
"Friday",
|
||||
"Saturday",
|
||||
"Sunday"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"duration": {
|
||||
"description": "Output only. Duration of the maintenance window. The current window is fixed at 1 hour.",
|
||||
"format": "google-duration",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"startTime": {
|
||||
"$ref": "TimeOfDay",
|
||||
"description": "Required. Start time of the window in UTC time."
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"servicePath": "",
|
||||
|
||||
Reference in New Issue
Block a user