forked from TrueCloudLab/rclone
vendor: update all dependencies
* Update all dependencies * Remove all `[[constraint]]` from Gopkg.toml * Add in the minimum number of `[[override]]` to build * Remove go get of github.com/inconshreveable/mousetrap as it is vendored * Update docs with new policy on constraints
This commit is contained in:
parent
21383877df
commit
6427029c4e
4902 changed files with 1443417 additions and 227283 deletions
133
vendor/google.golang.org/api/appengine/v1/appengine-gen.go
generated
vendored
133
vendor/google.golang.org/api/appengine/v1/appengine-gen.go
generated
vendored
|
@ -744,6 +744,46 @@ func (s *CertificateRawData) MarshalJSON() ([]byte, error) {
|
|||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
// CloudBuildOptions: Options for the build operations performed as a
|
||||
// part of the version deployment. Only applicable for App Engine
|
||||
// flexible environment when creating a version using source code
|
||||
// directly.
|
||||
type CloudBuildOptions struct {
|
||||
// AppYamlPath: Path to the yaml file used in deployment, used to
|
||||
// determine runtime configuration details.Required for flexible
|
||||
// environment builds.See
|
||||
// https://cloud.google.com/appengine/docs/standard/python/config/appref
|
||||
// for more details.
|
||||
AppYamlPath string `json:"appYamlPath,omitempty"`
|
||||
|
||||
// CloudBuildTimeout: The Cloud Build timeout used as part of any
|
||||
// dependent builds performed by version creation. Defaults to 10
|
||||
// minutes.
|
||||
CloudBuildTimeout string `json:"cloudBuildTimeout,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "AppYamlPath") 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
|
||||
// server regardless of whether the field is empty or not. This may be
|
||||
// used to include empty fields in Patch requests.
|
||||
ForceSendFields []string `json:"-"`
|
||||
|
||||
// NullFields is a list of field names (e.g. "AppYamlPath") 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:"-"`
|
||||
}
|
||||
|
||||
func (s *CloudBuildOptions) MarshalJSON() ([]byte, error) {
|
||||
type NoMethod CloudBuildOptions
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
// ContainerInfo: Docker image that is used to create a container and
|
||||
// start a VM instance for the version that you deploy. Only applicable
|
||||
// for instances running in the App Engine flexible environment.
|
||||
|
@ -826,6 +866,37 @@ func (s *CpuUtilization) UnmarshalJSON(data []byte) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// CreateVersionMetadataV1: Metadata for the given
|
||||
// google.longrunning.Operation during a
|
||||
// google.appengine.v1.CreateVersionRequest.
|
||||
type CreateVersionMetadataV1 struct {
|
||||
// CloudBuildId: The Cloud Build ID if one was created as part of the
|
||||
// version create. @OutputOnly
|
||||
CloudBuildId string `json:"cloudBuildId,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "CloudBuildId") 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
|
||||
// server regardless of whether the field is empty or not. This may be
|
||||
// used to include empty fields in Patch requests.
|
||||
ForceSendFields []string `json:"-"`
|
||||
|
||||
// NullFields is a list of field names (e.g. "CloudBuildId") 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:"-"`
|
||||
}
|
||||
|
||||
func (s *CreateVersionMetadataV1) MarshalJSON() ([]byte, error) {
|
||||
type NoMethod CreateVersionMetadataV1
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
// CreateVersionMetadataV1Alpha: Metadata for the given
|
||||
// google.longrunning.Operation during a
|
||||
// google.appengine.v1alpha.CreateVersionRequest.
|
||||
|
@ -926,6 +997,14 @@ func (s *DebugInstanceRequest) MarshalJSON() ([]byte, error) {
|
|||
// Deployment: Code and application artifacts used to deploy a version
|
||||
// to App Engine.
|
||||
type Deployment struct {
|
||||
// CloudBuildOptions: Options for any Google Cloud Container Builder
|
||||
// builds created as a part of this deployment.Note that this is
|
||||
// orthogonal to the build parameter, where the deployment depends on an
|
||||
// already existing cloud build. These options will only be used if a
|
||||
// new build is created, such as when deploying to the App Engine
|
||||
// flexible environment using files or zip.
|
||||
CloudBuildOptions *CloudBuildOptions `json:"cloudBuildOptions,omitempty"`
|
||||
|
||||
// Container: The Docker image for the container that runs the version.
|
||||
// Only applicable for instances running in the App Engine flexible
|
||||
// environment.
|
||||
|
@ -939,20 +1018,21 @@ type Deployment struct {
|
|||
// Zip: The zip file for this deployment, if this is a zip deployment.
|
||||
Zip *ZipInfo `json:"zip,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "Container") to
|
||||
// unconditionally include in API requests. By default, fields with
|
||||
// ForceSendFields is a list of field names (e.g. "CloudBuildOptions")
|
||||
// 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
|
||||
// server regardless of whether the field is empty or not. This may be
|
||||
// used to include empty fields in Patch requests.
|
||||
ForceSendFields []string `json:"-"`
|
||||
|
||||
// NullFields is a list of field names (e.g. "Container") 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 is a list of field names (e.g. "CloudBuildOptions") 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:"-"`
|
||||
}
|
||||
|
||||
|
@ -1067,8 +1147,9 @@ type Empty struct {
|
|||
// EndpointsApiService: Cloud Endpoints
|
||||
// (https://cloud.google.com/endpoints) configuration. The Endpoints API
|
||||
// Service provides tooling for serving Open API and gRPC endpoints via
|
||||
// an NGINX proxy.The fields here refer to the name and configuration id
|
||||
// of a "service" resource in the Service Management API
|
||||
// an NGINX proxy. Only valid for App Engine Flexible environment
|
||||
// deployments.The fields here refer to the name and configuration id of
|
||||
// a "service" resource in the Service Management API
|
||||
// (https://cloud.google.com/service-management/overview).
|
||||
type EndpointsApiService struct {
|
||||
// ConfigId: Endpoints service configuration id as specified by the
|
||||
|
@ -2239,6 +2320,8 @@ func (s *OperationMetadata) MarshalJSON() ([]byte, error) {
|
|||
// OperationMetadataV1: Metadata for the given
|
||||
// google.longrunning.Operation.
|
||||
type OperationMetadataV1 struct {
|
||||
CreateVersionMetadata *CreateVersionMetadataV1 `json:"createVersionMetadata,omitempty"`
|
||||
|
||||
// EndTime: Time that this operation completed.@OutputOnly
|
||||
EndTime string `json:"endTime,omitempty"`
|
||||
|
||||
|
@ -2264,20 +2347,22 @@ type OperationMetadataV1 struct {
|
|||
// @OutputOnly
|
||||
Warning []string `json:"warning,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "EndTime") 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
|
||||
// server regardless of whether the field is empty or not. This may be
|
||||
// used to include empty fields in Patch requests.
|
||||
// ForceSendFields is a list of field names (e.g.
|
||||
// "CreateVersionMetadata") 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 server regardless of whether the
|
||||
// field is empty or not. This may be used to include empty fields in
|
||||
// Patch requests.
|
||||
ForceSendFields []string `json:"-"`
|
||||
|
||||
// NullFields is a list of field names (e.g. "EndTime") 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 is a list of field names (e.g. "CreateVersionMetadata") 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:"-"`
|
||||
}
|
||||
|
||||
|
@ -6698,7 +6783,7 @@ type AppsLocationsGetCall struct {
|
|||
header_ http.Header
|
||||
}
|
||||
|
||||
// Get: Get information about a location.
|
||||
// Get: Gets information about a location.
|
||||
func (r *AppsLocationsService) Get(appsId string, locationsId string) *AppsLocationsGetCall {
|
||||
c := &AppsLocationsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||
c.appsId = appsId
|
||||
|
@ -6801,7 +6886,7 @@ func (c *AppsLocationsGetCall) Do(opts ...googleapi.CallOption) (*Location, erro
|
|||
}
|
||||
return ret, nil
|
||||
// {
|
||||
// "description": "Get information about a location.",
|
||||
// "description": "Gets information about a location.",
|
||||
// "flatPath": "v1/apps/{appsId}/locations/{locationsId}",
|
||||
// "httpMethod": "GET",
|
||||
// "id": "appengine.apps.locations.get",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue