vendor: update all dependencies
This commit is contained in:
parent
940df88eb2
commit
d64789528d
4309 changed files with 1327278 additions and 1001118 deletions
20
vendor/google.golang.org/api/appengine/v1beta5/appengine-gen.go
generated
vendored
20
vendor/google.golang.org/api/appengine/v1beta5/appengine-gen.go
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
// Package appengine provides access to the Google App Engine Admin API.
|
||||
// Package appengine provides access to the App Engine Admin API.
|
||||
//
|
||||
// See https://cloud.google.com/appengine/docs/admin-api/
|
||||
//
|
||||
|
@ -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:"-"`
|
||||
|
@ -1306,11 +1310,11 @@ func (s *Location) MarshalJSON() ([]byte, error) {
|
|||
// LocationMetadata: Metadata for the given
|
||||
// google.cloud.location.Location.
|
||||
type LocationMetadata struct {
|
||||
// FlexibleEnvironmentAvailable: App Engine Flexible Environment is
|
||||
// FlexibleEnvironmentAvailable: App Engine flexible environment is
|
||||
// available in the given location.@OutputOnly
|
||||
FlexibleEnvironmentAvailable bool `json:"flexibleEnvironmentAvailable,omitempty"`
|
||||
|
||||
// StandardEnvironmentAvailable: App Engine Standard Environment is
|
||||
// StandardEnvironmentAvailable: App Engine standard environment is
|
||||
// available in the given location.@OutputOnly
|
||||
StandardEnvironmentAvailable bool `json:"standardEnvironmentAvailable,omitempty"`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue