mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
update thrift, opencensus, others (#893)
* update thrift, opencensus, others * stats: update to opencensus 0.6.0 view api
This commit is contained in:
8
vendor/google.golang.org/api/appengine/v1/appengine-api.json
generated
vendored
8
vendor/google.golang.org/api/appengine/v1/appengine-api.json
generated
vendored
@@ -1583,7 +1583,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180222",
|
||||
"revision": "20180307",
|
||||
"rootUrl": "https://appengine.googleapis.com/",
|
||||
"schemas": {
|
||||
"ApiConfigHandler": {
|
||||
@@ -1708,7 +1708,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"locationId": {
|
||||
"description": "Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored.Defaults to us-central1.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).",
|
||||
"description": "Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
@@ -2548,6 +2548,10 @@
|
||||
"description": "A resource that represents Google Cloud Platform location.",
|
||||
"id": "Location",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".",
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
|
||||
16
vendor/google.golang.org/api/appengine/v1/appengine-gen.go
generated
vendored
16
vendor/google.golang.org/api/appengine/v1/appengine-gen.go
generated
vendored
@@ -369,7 +369,7 @@ type Application struct {
|
||||
// LocationId: Location from which this application runs. Application
|
||||
// instances run out of the data centers in the specified location,
|
||||
// which is also where all of the application's end user content is
|
||||
// stored.Defaults to us-central1.View the list of supported locations
|
||||
// stored.Defaults to us-central.View the list of supported locations
|
||||
// (https://cloud.google.com/appengine/docs/locations).
|
||||
LocationId string `json:"locationId,omitempty"`
|
||||
|
||||
@@ -1910,6 +1910,10 @@ func (s *LivenessCheck) MarshalJSON() ([]byte, error) {
|
||||
|
||||
// Location: A resource that represents Google Cloud Platform location.
|
||||
type Location struct {
|
||||
// DisplayName: The friendly name for this location, typically a nearby
|
||||
// city name. For example, "Tokyo".
|
||||
DisplayName string `json:"displayName,omitempty"`
|
||||
|
||||
// Labels: Cross-service attributes for the location. For
|
||||
// example
|
||||
// {"cloud.googleapis.com/region": "us-east1"}
|
||||
@@ -1933,7 +1937,7 @@ type Location struct {
|
||||
// server.
|
||||
googleapi.ServerResponse `json:"-"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "Labels") to
|
||||
// ForceSendFields is a list of field names (e.g. "DisplayName") to
|
||||
// unconditionally include in API requests. By default, fields with
|
||||
// empty values are omitted from API requests. However, any non-pointer,
|
||||
// non-interface field appearing in ForceSendFields will be sent to the
|
||||
@@ -1941,10 +1945,10 @@ type Location struct {
|
||||
// used to include empty fields in Patch requests.
|
||||
ForceSendFields []string `json:"-"`
|
||||
|
||||
// NullFields is a list of field names (e.g. "Labels") to include in API
|
||||
// requests with the JSON null value. By default, fields with empty
|
||||
// values are omitted from API requests. However, any field with an
|
||||
// empty value appearing in NullFields will be sent to the server as
|
||||
// NullFields is a list of field names (e.g. "DisplayName") to include
|
||||
// in API requests with the JSON null value. By default, fields with
|
||||
// empty values are omitted from API requests. However, any field with
|
||||
// an empty value appearing in NullFields will be sent to the server as
|
||||
// null. It is an error if a field in this list has a non-empty value.
|
||||
// This may be used to include null fields in Patch requests.
|
||||
NullFields []string `json:"-"`
|
||||
|
||||
6
vendor/google.golang.org/api/appengine/v1alpha/appengine-api.json
generated
vendored
6
vendor/google.golang.org/api/appengine/v1alpha/appengine-api.json
generated
vendored
@@ -705,7 +705,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180222",
|
||||
"revision": "20180307",
|
||||
"rootUrl": "https://appengine.googleapis.com/",
|
||||
"schemas": {
|
||||
"AuthorizedCertificate": {
|
||||
@@ -937,6 +937,10 @@
|
||||
"description": "A resource that represents Google Cloud Platform location.",
|
||||
"id": "Location",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".",
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
|
||||
14
vendor/google.golang.org/api/appengine/v1alpha/appengine-gen.go
generated
vendored
14
vendor/google.golang.org/api/appengine/v1alpha/appengine-gen.go
generated
vendored
@@ -624,6 +624,10 @@ func (s *ListOperationsResponse) MarshalJSON() ([]byte, error) {
|
||||
|
||||
// Location: A resource that represents Google Cloud Platform location.
|
||||
type Location struct {
|
||||
// DisplayName: The friendly name for this location, typically a nearby
|
||||
// city name. For example, "Tokyo".
|
||||
DisplayName string `json:"displayName,omitempty"`
|
||||
|
||||
// Labels: Cross-service attributes for the location. For
|
||||
// example
|
||||
// {"cloud.googleapis.com/region": "us-east1"}
|
||||
@@ -647,7 +651,7 @@ type Location struct {
|
||||
// server.
|
||||
googleapi.ServerResponse `json:"-"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "Labels") to
|
||||
// ForceSendFields is a list of field names (e.g. "DisplayName") to
|
||||
// unconditionally include in API requests. By default, fields with
|
||||
// empty values are omitted from API requests. However, any non-pointer,
|
||||
// non-interface field appearing in ForceSendFields will be sent to the
|
||||
@@ -655,10 +659,10 @@ type Location struct {
|
||||
// used to include empty fields in Patch requests.
|
||||
ForceSendFields []string `json:"-"`
|
||||
|
||||
// NullFields is a list of field names (e.g. "Labels") to include in API
|
||||
// requests with the JSON null value. By default, fields with empty
|
||||
// values are omitted from API requests. However, any field with an
|
||||
// empty value appearing in NullFields will be sent to the server as
|
||||
// NullFields is a list of field names (e.g. "DisplayName") to include
|
||||
// in API requests with the JSON null value. By default, fields with
|
||||
// empty values are omitted from API requests. However, any field with
|
||||
// an empty value appearing in NullFields will be sent to the server as
|
||||
// null. It is an error if a field in this list has a non-empty value.
|
||||
// This may be used to include null fields in Patch requests.
|
||||
NullFields []string `json:"-"`
|
||||
|
||||
8
vendor/google.golang.org/api/appengine/v1beta/appengine-api.json
generated
vendored
8
vendor/google.golang.org/api/appengine/v1beta/appengine-api.json
generated
vendored
@@ -1583,7 +1583,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180222",
|
||||
"revision": "20180307",
|
||||
"rootUrl": "https://appengine.googleapis.com/",
|
||||
"schemas": {
|
||||
"ApiConfigHandler": {
|
||||
@@ -1708,7 +1708,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"locationId": {
|
||||
"description": "Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored.Defaults to us-central1.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).",
|
||||
"description": "Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
@@ -2627,6 +2627,10 @@
|
||||
"description": "A resource that represents Google Cloud Platform location.",
|
||||
"id": "Location",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".",
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
|
||||
16
vendor/google.golang.org/api/appengine/v1beta/appengine-gen.go
generated
vendored
16
vendor/google.golang.org/api/appengine/v1beta/appengine-gen.go
generated
vendored
@@ -369,7 +369,7 @@ type Application struct {
|
||||
// LocationId: Location from which this application runs. Application
|
||||
// instances run out of the data centers in the specified location,
|
||||
// which is also where all of the application's end user content is
|
||||
// stored.Defaults to us-central1.View the list of supported locations
|
||||
// stored.Defaults to us-central.View the list of supported locations
|
||||
// (https://cloud.google.com/appengine/docs/locations).
|
||||
LocationId string `json:"locationId,omitempty"`
|
||||
|
||||
@@ -2072,6 +2072,10 @@ func (s *LivenessCheck) MarshalJSON() ([]byte, error) {
|
||||
|
||||
// Location: A resource that represents Google Cloud Platform location.
|
||||
type Location struct {
|
||||
// DisplayName: The friendly name for this location, typically a nearby
|
||||
// city name. For example, "Tokyo".
|
||||
DisplayName string `json:"displayName,omitempty"`
|
||||
|
||||
// Labels: Cross-service attributes for the location. For
|
||||
// example
|
||||
// {"cloud.googleapis.com/region": "us-east1"}
|
||||
@@ -2095,7 +2099,7 @@ type Location struct {
|
||||
// server.
|
||||
googleapi.ServerResponse `json:"-"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "Labels") to
|
||||
// ForceSendFields is a list of field names (e.g. "DisplayName") to
|
||||
// unconditionally include in API requests. By default, fields with
|
||||
// empty values are omitted from API requests. However, any non-pointer,
|
||||
// non-interface field appearing in ForceSendFields will be sent to the
|
||||
@@ -2103,10 +2107,10 @@ type Location struct {
|
||||
// used to include empty fields in Patch requests.
|
||||
ForceSendFields []string `json:"-"`
|
||||
|
||||
// NullFields is a list of field names (e.g. "Labels") to include in API
|
||||
// requests with the JSON null value. By default, fields with empty
|
||||
// values are omitted from API requests. However, any field with an
|
||||
// empty value appearing in NullFields will be sent to the server as
|
||||
// NullFields is a list of field names (e.g. "DisplayName") to include
|
||||
// in API requests with the JSON null value. By default, fields with
|
||||
// empty values are omitted from API requests. However, any field with
|
||||
// an empty value appearing in NullFields will be sent to the server as
|
||||
// null. It is an error if a field in this list has a non-empty value.
|
||||
// This may be used to include null fields in Patch requests.
|
||||
NullFields []string `json:"-"`
|
||||
|
||||
6
vendor/google.golang.org/api/appengine/v1beta4/appengine-api.json
generated
vendored
6
vendor/google.golang.org/api/appengine/v1beta4/appengine-api.json
generated
vendored
@@ -938,7 +938,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180222",
|
||||
"revision": "20180307",
|
||||
"rootUrl": "https://appengine.googleapis.com/",
|
||||
"schemas": {
|
||||
"ApiConfigHandler": {
|
||||
@@ -1584,6 +1584,10 @@
|
||||
"description": "A resource that represents Google Cloud Platform location.",
|
||||
"id": "Location",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".",
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
|
||||
14
vendor/google.golang.org/api/appengine/v1beta4/appengine-gen.go
generated
vendored
14
vendor/google.golang.org/api/appengine/v1beta4/appengine-gen.go
generated
vendored
@@ -1257,6 +1257,10 @@ func (s *ListVersionsResponse) MarshalJSON() ([]byte, error) {
|
||||
|
||||
// Location: A resource that represents Google Cloud Platform location.
|
||||
type Location struct {
|
||||
// DisplayName: The friendly name for this location, typically a nearby
|
||||
// city name. For example, "Tokyo".
|
||||
DisplayName string `json:"displayName,omitempty"`
|
||||
|
||||
// Labels: Cross-service attributes for the location. For
|
||||
// example
|
||||
// {"cloud.googleapis.com/region": "us-east1"}
|
||||
@@ -1280,7 +1284,7 @@ type Location struct {
|
||||
// server.
|
||||
googleapi.ServerResponse `json:"-"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "Labels") to
|
||||
// ForceSendFields is a list of field names (e.g. "DisplayName") to
|
||||
// unconditionally include in API requests. By default, fields with
|
||||
// empty values are omitted from API requests. However, any non-pointer,
|
||||
// non-interface field appearing in ForceSendFields will be sent to the
|
||||
@@ -1288,10 +1292,10 @@ type Location struct {
|
||||
// used to include empty fields in Patch requests.
|
||||
ForceSendFields []string `json:"-"`
|
||||
|
||||
// NullFields is a list of field names (e.g. "Labels") to include in API
|
||||
// requests with the JSON null value. By default, fields with empty
|
||||
// values are omitted from API requests. However, any field with an
|
||||
// empty value appearing in NullFields will be sent to the server as
|
||||
// NullFields is a list of field names (e.g. "DisplayName") to include
|
||||
// in API requests with the JSON null value. By default, fields with
|
||||
// empty values are omitted from API requests. However, any field with
|
||||
// an empty value appearing in NullFields will be sent to the server as
|
||||
// null. It is an error if a field in this list has a non-empty value.
|
||||
// This may be used to include null fields in Patch requests.
|
||||
NullFields []string `json:"-"`
|
||||
|
||||
6
vendor/google.golang.org/api/appengine/v1beta5/appengine-api.json
generated
vendored
6
vendor/google.golang.org/api/appengine/v1beta5/appengine-api.json
generated
vendored
@@ -938,7 +938,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180222",
|
||||
"revision": "20180307",
|
||||
"rootUrl": "https://appengine.googleapis.com/",
|
||||
"schemas": {
|
||||
"ApiConfigHandler": {
|
||||
@@ -1584,6 +1584,10 @@
|
||||
"description": "A resource that represents Google Cloud Platform location.",
|
||||
"id": "Location",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".",
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
|
||||
14
vendor/google.golang.org/api/appengine/v1beta5/appengine-gen.go
generated
vendored
14
vendor/google.golang.org/api/appengine/v1beta5/appengine-gen.go
generated
vendored
@@ -1257,6 +1257,10 @@ func (s *ListVersionsResponse) MarshalJSON() ([]byte, error) {
|
||||
|
||||
// Location: A resource that represents Google Cloud Platform location.
|
||||
type Location struct {
|
||||
// DisplayName: The friendly name for this location, typically a nearby
|
||||
// city name. For example, "Tokyo".
|
||||
DisplayName string `json:"displayName,omitempty"`
|
||||
|
||||
// Labels: Cross-service attributes for the location. For
|
||||
// example
|
||||
// {"cloud.googleapis.com/region": "us-east1"}
|
||||
@@ -1280,7 +1284,7 @@ type Location struct {
|
||||
// server.
|
||||
googleapi.ServerResponse `json:"-"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "Labels") to
|
||||
// ForceSendFields is a list of field names (e.g. "DisplayName") to
|
||||
// unconditionally include in API requests. By default, fields with
|
||||
// empty values are omitted from API requests. However, any non-pointer,
|
||||
// non-interface field appearing in ForceSendFields will be sent to the
|
||||
@@ -1288,10 +1292,10 @@ type Location struct {
|
||||
// used to include empty fields in Patch requests.
|
||||
ForceSendFields []string `json:"-"`
|
||||
|
||||
// NullFields is a list of field names (e.g. "Labels") to include in API
|
||||
// requests with the JSON null value. By default, fields with empty
|
||||
// values are omitted from API requests. However, any field with an
|
||||
// empty value appearing in NullFields will be sent to the server as
|
||||
// NullFields is a list of field names (e.g. "DisplayName") to include
|
||||
// in API requests with the JSON null value. By default, fields with
|
||||
// empty values are omitted from API requests. However, any field with
|
||||
// an empty value appearing in NullFields will be sent to the server as
|
||||
// null. It is an error if a field in this list has a non-empty value.
|
||||
// This may be used to include null fields in Patch requests.
|
||||
NullFields []string `json:"-"`
|
||||
|
||||
Reference in New Issue
Block a user