vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood
2018-06-17 17:59:12 +01:00
parent 3f0789e2db
commit 08021c4636
2474 changed files with 435818 additions and 282709 deletions

View File

@ -60,11 +60,6 @@
"location": "query",
"type": "string"
},
"bearer_token": {
"description": "OAuth bearer token.",
"location": "query",
"type": "string"
},
"callback": {
"description": "JSONP",
"location": "query",
@ -85,12 +80,6 @@
"location": "query",
"type": "string"
},
"pp": {
"default": "true",
"description": "Pretty-print response.",
"location": "query",
"type": "boolean"
},
"prettyPrint": {
"default": "true",
"description": "Returns response with indentations and line breaks.",
@ -201,7 +190,7 @@
}
}
},
"revision": "20180427",
"revision": "20180605",
"rootUrl": "https://servicebroker.googleapis.com/",
"schemas": {
"GoogleIamV1__Binding": {

View File

@ -60,11 +60,6 @@
"location": "query",
"type": "string"
},
"bearer_token": {
"description": "OAuth bearer token.",
"location": "query",
"type": "string"
},
"callback": {
"description": "JSONP",
"location": "query",
@ -85,12 +80,6 @@
"location": "query",
"type": "string"
},
"pp": {
"default": "true",
"description": "Pretty-print response.",
"location": "query",
"type": "boolean"
},
"prettyPrint": {
"default": "true",
"description": "Returns response with indentations and line breaks.",
@ -787,7 +776,7 @@
}
}
},
"revision": "20180427",
"revision": "20180605",
"rootUrl": "https://servicebroker.googleapis.com/",
"schemas": {
"GoogleCloudServicebrokerV1alpha1__Binding": {
@ -1176,6 +1165,10 @@
"format": "google-datetime",
"type": "string"
},
"deploymentName": {
"description": "Output only.\nName of the Deployment Manager deployment used for provisioning of this\nservice instance.",
"type": "string"
},
"instance_id": {
"description": "The id of the service instance. Must be unique within GCP project.\nMaximum length is 64, GUID recommended.\nRequired.",
"type": "string"

View File

@ -872,6 +872,12 @@ type GoogleCloudServicebrokerV1alpha1__ServiceInstance struct {
// Timestamp for when the instance was created.
CreateTime string `json:"createTime,omitempty"`
// DeploymentName: Output only.
// Name of the Deployment Manager deployment used for provisioning of
// this
// service instance.
DeploymentName string `json:"deploymentName,omitempty"`
// InstanceId: The id of the service instance. Must be unique within GCP
// project.
// Maximum length is 64, GUID recommended.

View File

@ -60,11 +60,6 @@
"location": "query",
"type": "string"
},
"bearer_token": {
"description": "OAuth bearer token.",
"location": "query",
"type": "string"
},
"callback": {
"description": "JSONP",
"location": "query",
@ -85,12 +80,6 @@
"location": "query",
"type": "string"
},
"pp": {
"default": "true",
"description": "Pretty-print response.",
"location": "query",
"type": "boolean"
},
"prettyPrint": {
"default": "true",
"description": "Returns response with indentations and line breaks.",
@ -876,7 +865,7 @@
}
}
},
"revision": "20180427",
"revision": "20180605",
"rootUrl": "https://servicebroker.googleapis.com/",
"schemas": {
"GoogleCloudServicebrokerV1beta1__Binding": {
@ -900,6 +889,10 @@
"format": "google-datetime",
"type": "string"
},
"deploymentName": {
"description": "Output only.\nString containing the Deployment Manager deployment name that was created\nfor this binding,",
"type": "string"
},
"parameters": {
"additionalProperties": {
"description": "Properties of the object.",
@ -912,6 +905,10 @@
"description": "The ID of the plan. See `Service` and `Plan` resources for details.\nMaximum length is 64, GUID recommended.\nRequired.",
"type": "string"
},
"resourceName": {
"description": "Output only.\nThe resource name of the binding, e.g.\nprojects/project_id/brokers/broker_id/service_instances/instance_id/bindings/binding_id.",
"type": "string"
},
"service_id": {
"description": "The id of the service. Must be a valid identifier of a service\ncontained in the list from a `ListServices()` call.\nMaximum length is 64, GUID recommended.\nRequired.",
"type": "string"
@ -1061,10 +1058,18 @@
"description": "Credentials to use the binding.",
"type": "object"
},
"deploymentName": {
"description": "String containing the Deployment Manager deployment name that was created\nfor this binding,",
"type": "string"
},
"description": {
"description": "Used to communicate description of the response. Usually for non-standard\nerror codes.\nhttps://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#service-broker-errors",
"type": "string"
},
"resourceName": {
"description": "Output only.\nThe resource name of the binding, e.g.\nprojects/project_id/brokers/broker_id/service_instances/instance_id/bindings/binding_id.",
"type": "string"
},
"route_service_url": {
"description": "A URL to which the platform may proxy requests for the address sent with\nbind_resource.route",
"type": "string"
@ -1311,6 +1316,10 @@
"format": "google-datetime",
"type": "string"
},
"deploymentName": {
"description": "Output only.\nString containing the Deployment Manager deployment name that was created\nfor this instance,",
"type": "string"
},
"description": {
"description": "To return errors when GetInstance call is done via HTTP to be unified with\nother methods.",
"type": "string"

View File

@ -197,6 +197,12 @@ type GoogleCloudServicebrokerV1beta1__Binding struct {
// Timestamp for when the binding was created.
CreateTime string `json:"createTime,omitempty"`
// DeploymentName: Output only.
// String containing the Deployment Manager deployment name that was
// created
// for this binding,
DeploymentName string `json:"deploymentName,omitempty"`
// Parameters: Configuration options for the service binding.
Parameters googleapi.RawMessage `json:"parameters,omitempty"`
@ -206,6 +212,13 @@ type GoogleCloudServicebrokerV1beta1__Binding struct {
// Required.
PlanId string `json:"plan_id,omitempty"`
// ResourceName: Output only.
// The resource name of the binding,
// e.g.
// projects/project_id/brokers/broker_id/service_instances/instance_
// id/bindings/binding_id.
ResourceName string `json:"resourceName,omitempty"`
// ServiceId: The id of the service. Must be a valid identifier of a
// service
// contained in the list from a `ListServices()` call.
@ -523,6 +536,11 @@ type GoogleCloudServicebrokerV1beta1__GetBindingResponse struct {
// Credentials: Credentials to use the binding.
Credentials googleapi.RawMessage `json:"credentials,omitempty"`
// DeploymentName: String containing the Deployment Manager deployment
// name that was created
// for this binding,
DeploymentName string `json:"deploymentName,omitempty"`
// Description: Used to communicate description of the response. Usually
// for non-standard
// error
@ -531,6 +549,13 @@ type GoogleCloudServicebrokerV1beta1__GetBindingResponse struct {
// er/spec.md#service-broker-errors
Description string `json:"description,omitempty"`
// ResourceName: Output only.
// The resource name of the binding,
// e.g.
// projects/project_id/brokers/broker_id/service_instances/instance_
// id/bindings/binding_id.
ResourceName string `json:"resourceName,omitempty"`
// RouteServiceUrl: A URL to which the platform may proxy requests for
// the address sent with
// bind_resource.route
@ -963,6 +988,12 @@ type GoogleCloudServicebrokerV1beta1__ServiceInstance struct {
// Timestamp for when the instance was created.
CreateTime string `json:"createTime,omitempty"`
// DeploymentName: Output only.
// String containing the Deployment Manager deployment name that was
// created
// for this instance,
DeploymentName string `json:"deploymentName,omitempty"`
// Description: To return errors when GetInstance call is done via HTTP
// to be unified with
// other methods.