mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 09:30:03 +02:00
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:
77
vendor/google.golang.org/api/appengine/v1beta4/appengine-gen.go
generated
vendored
77
vendor/google.golang.org/api/appengine/v1beta4/appengine-gen.go
generated
vendored
@@ -527,6 +527,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.
|
||||
@@ -708,7 +739,8 @@ func (s *DiskUtilization) MarshalJSON() ([]byte, error) {
|
||||
// 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
|
||||
// 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 {
|
||||
@@ -725,6 +757,17 @@ type EndpointsApiService struct {
|
||||
// "myapi.endpoints.myproject.cloud.goog"
|
||||
Name string `json:"name,omitempty"`
|
||||
|
||||
// RolloutStrategy: Endpoints rollout strategy. If FIXED, config_id must
|
||||
// be specified. If MANAGED, config_id must be omitted.
|
||||
//
|
||||
// Possible values:
|
||||
// "UNSPECIFIED_ROLLOUT_STRATEGY" - Not specified. Defaults to FIXED.
|
||||
// "FIXED" - Endpoints service configuration id will be fixed to the
|
||||
// configuration id specified by config_id.
|
||||
// "MANAGED" - Endpoints service configuration id will be updated with
|
||||
// each rollout.
|
||||
RolloutStrategy string `json:"rolloutStrategy,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "ConfigId") to
|
||||
// unconditionally include in API requests. By default, fields with
|
||||
// empty values are omitted from API requests. However, any non-pointer,
|
||||
@@ -1612,6 +1655,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"`
|
||||
|
||||
@@ -1637,20 +1682,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:"-"`
|
||||
}
|
||||
|
||||
@@ -3044,7 +3091,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
|
||||
@@ -3147,7 +3194,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": "v1beta4/apps/{appsId}/locations/{locationsId}",
|
||||
// "httpMethod": "GET",
|
||||
// "id": "appengine.apps.locations.get",
|
||||
|
Reference in New Issue
Block a user