mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
vendor: make vendor-update
This commit is contained in:
parent
f1a22b097a
commit
3eadee6cb7
21 changed files with 473 additions and 106 deletions
12
go.mod
12
go.mod
|
@ -1,7 +1,6 @@
|
||||||
module github.com/VictoriaMetrics/VictoriaMetrics
|
module github.com/VictoriaMetrics/VictoriaMetrics
|
||||||
|
|
||||||
require (
|
require (
|
||||||
cloud.google.com/go v0.81.0 // indirect
|
|
||||||
cloud.google.com/go/storage v1.14.0
|
cloud.google.com/go/storage v1.14.0
|
||||||
github.com/VictoriaMetrics/fastcache v1.5.8
|
github.com/VictoriaMetrics/fastcache v1.5.8
|
||||||
|
|
||||||
|
@ -10,13 +9,12 @@ require (
|
||||||
github.com/VictoriaMetrics/fasthttp v1.0.14
|
github.com/VictoriaMetrics/fasthttp v1.0.14
|
||||||
github.com/VictoriaMetrics/metrics v1.17.2
|
github.com/VictoriaMetrics/metrics v1.17.2
|
||||||
github.com/VictoriaMetrics/metricsql v0.14.0
|
github.com/VictoriaMetrics/metricsql v0.14.0
|
||||||
github.com/aws/aws-sdk-go v1.38.12
|
github.com/aws/aws-sdk-go v1.38.15
|
||||||
github.com/cespare/xxhash/v2 v2.1.1
|
github.com/cespare/xxhash/v2 v2.1.1
|
||||||
github.com/cheggaaa/pb/v3 v3.0.7
|
github.com/cheggaaa/pb/v3 v3.0.7
|
||||||
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
||||||
github.com/fatih/color v1.10.0 // indirect
|
github.com/fatih/color v1.10.0 // indirect
|
||||||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
||||||
github.com/golang/protobuf v1.5.2 // indirect
|
|
||||||
github.com/golang/snappy v0.0.3
|
github.com/golang/snappy v0.0.3
|
||||||
github.com/influxdata/influxdb v1.8.4
|
github.com/influxdata/influxdb v1.8.4
|
||||||
github.com/klauspost/compress v1.11.13
|
github.com/klauspost/compress v1.11.13
|
||||||
|
@ -34,11 +32,13 @@ require (
|
||||||
github.com/valyala/histogram v1.1.2
|
github.com/valyala/histogram v1.1.2
|
||||||
github.com/valyala/quicktemplate v1.6.3
|
github.com/valyala/quicktemplate v1.6.3
|
||||||
golang.org/x/mod v0.4.2 // indirect
|
golang.org/x/mod v0.4.2 // indirect
|
||||||
golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
|
||||||
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
|
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
|
||||||
golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54
|
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
|
||||||
golang.org/x/text v0.3.6 // indirect
|
golang.org/x/text v0.3.6 // indirect
|
||||||
google.golang.org/api v0.43.0
|
google.golang.org/api v0.44.0
|
||||||
|
google.golang.org/genproto v0.0.0-20210406143921-e86de6bf7a46 // indirect
|
||||||
|
google.golang.org/grpc v1.37.0 // indirect
|
||||||
gopkg.in/yaml.v2 v2.4.0
|
gopkg.in/yaml.v2 v2.4.0
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
22
go.sum
22
go.sum
|
@ -125,8 +125,8 @@ github.com/aws/aws-lambda-go v1.13.3/go.mod h1:4UKl9IzQMoD+QF79YdCuzCwp8VbmG4VAQ
|
||||||
github.com/aws/aws-sdk-go v1.27.0/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
|
github.com/aws/aws-sdk-go v1.27.0/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
|
||||||
github.com/aws/aws-sdk-go v1.34.28/go.mod h1:H7NKnBqNVzoTJpGfLrQkkD+ytBA93eiDYi/+8rV9s48=
|
github.com/aws/aws-sdk-go v1.34.28/go.mod h1:H7NKnBqNVzoTJpGfLrQkkD+ytBA93eiDYi/+8rV9s48=
|
||||||
github.com/aws/aws-sdk-go v1.35.31/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
|
github.com/aws/aws-sdk-go v1.35.31/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
|
||||||
github.com/aws/aws-sdk-go v1.38.12 h1:khtODkUna3iF53Cg3dCF4e6oWgrAEbZDU4x1aq+G0WY=
|
github.com/aws/aws-sdk-go v1.38.15 h1:usaPeqoxFUzy0FfBLZLZHya5Kv2cpURjb1jqCa7+odA=
|
||||||
github.com/aws/aws-sdk-go v1.38.12/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
|
github.com/aws/aws-sdk-go v1.38.15/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
|
||||||
github.com/aws/aws-sdk-go-v2 v0.18.0/go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g=
|
github.com/aws/aws-sdk-go-v2 v0.18.0/go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g=
|
||||||
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
|
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
|
||||||
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
|
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
|
||||||
|
@ -196,6 +196,7 @@ github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.m
|
||||||
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
|
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
|
||||||
github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po=
|
github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po=
|
||||||
github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk=
|
github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk=
|
||||||
|
github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk=
|
||||||
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
|
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
|
||||||
github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
|
github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
|
||||||
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
|
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
|
||||||
|
@ -925,8 +926,8 @@ golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v
|
||||||
golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
|
||||||
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
|
||||||
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc=
|
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc=
|
||||||
golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c h1:KHUzaHIpjWVlVVNh65G3hhuj3KB1HnjY6Cq5cTvRQT8=
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=
|
||||||
golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM=
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM=
|
||||||
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
||||||
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
||||||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
||||||
|
@ -1025,8 +1026,8 @@ golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005/go.mod h1:h1NjWce9XRLGQEsW7w
|
||||||
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54 h1:rF3Ohx8DRyl8h2zw9qojyLHLhrJpEMgyPOImREEryf0=
|
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 h1:F5Gozwx4I1xtr/sr/8CFbb57iKi3297KFs0QDbGN60A=
|
||||||
golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
|
||||||
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||||
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||||
|
@ -1145,8 +1146,9 @@ google.golang.org/api v0.35.0/go.mod h1:/XrVsuzM0rZmrsbjJutiuftIzeuTQcEeaYcSk/mQ
|
||||||
google.golang.org/api v0.36.0/go.mod h1:+z5ficQTmoYpPn8LCUNVpK5I7hwkpjbcgqA7I34qYtE=
|
google.golang.org/api v0.36.0/go.mod h1:+z5ficQTmoYpPn8LCUNVpK5I7hwkpjbcgqA7I34qYtE=
|
||||||
google.golang.org/api v0.40.0/go.mod h1:fYKFpnQN0DsDSKRVRcQSDQNtqWPfM9i+zNPxepjRCQ8=
|
google.golang.org/api v0.40.0/go.mod h1:fYKFpnQN0DsDSKRVRcQSDQNtqWPfM9i+zNPxepjRCQ8=
|
||||||
google.golang.org/api v0.41.0/go.mod h1:RkxM5lITDfTzmyKFPt+wGrCJbVfniCr2ool8kTBzRTU=
|
google.golang.org/api v0.41.0/go.mod h1:RkxM5lITDfTzmyKFPt+wGrCJbVfniCr2ool8kTBzRTU=
|
||||||
google.golang.org/api v0.43.0 h1:4sAyIHT6ZohtAQDoxws+ez7bROYmUlOVvsUscYCDTqA=
|
|
||||||
google.golang.org/api v0.43.0/go.mod h1:nQsDGjRXMo4lvh5hP0TKqF244gqhGcr/YSIykhUk/94=
|
google.golang.org/api v0.43.0/go.mod h1:nQsDGjRXMo4lvh5hP0TKqF244gqhGcr/YSIykhUk/94=
|
||||||
|
google.golang.org/api v0.44.0 h1:URs6qR1lAxDsqWITsQXI4ZkGiYJ5dHtRNiCpfs2OeKA=
|
||||||
|
google.golang.org/api v0.44.0/go.mod h1:EBOGZqzyhtvMDoxwS97ctnh0zUmYY6CxqXsc1AvkYD8=
|
||||||
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
|
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
|
||||||
google.golang.org/appengine v1.2.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
|
google.golang.org/appengine v1.2.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
|
||||||
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
|
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
|
||||||
|
@ -1200,8 +1202,9 @@ google.golang.org/genproto v0.0.0-20210226172003-ab064af71705/go.mod h1:FWY/as6D
|
||||||
google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
||||||
google.golang.org/genproto v0.0.0-20210310155132-4ce2db91004e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
google.golang.org/genproto v0.0.0-20210310155132-4ce2db91004e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
||||||
google.golang.org/genproto v0.0.0-20210319143718-93e7006c17a6/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
google.golang.org/genproto v0.0.0-20210319143718-93e7006c17a6/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
||||||
google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1 h1:E7wSQBXkH3T3diucK+9Z1kjn4+/9tNG7lZLr75oOhh8=
|
|
||||||
google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1/go.mod h1:9lPAdzaEmUacj36I+k7YKbEc5CXzPIeORRgDAUOu28A=
|
google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1/go.mod h1:9lPAdzaEmUacj36I+k7YKbEc5CXzPIeORRgDAUOu28A=
|
||||||
|
google.golang.org/genproto v0.0.0-20210406143921-e86de6bf7a46 h1:f4STrQZf8jaowsiUitigvrqMCCM4QJH1A2JCSI7U1ow=
|
||||||
|
google.golang.org/genproto v0.0.0-20210406143921-e86de6bf7a46/go.mod h1:P3QM42oQyzQSnHPnZ/vqoCdDmzH28fzWByN9asMeM8A=
|
||||||
google.golang.org/grpc v1.17.0/go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs=
|
google.golang.org/grpc v1.17.0/go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs=
|
||||||
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
|
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
|
||||||
google.golang.org/grpc v1.20.0/go.mod h1:chYK+tFQF0nDUGJgXMSgLCQk3phJEuONr2DCgLDdAQM=
|
google.golang.org/grpc v1.20.0/go.mod h1:chYK+tFQF0nDUGJgXMSgLCQk3phJEuONr2DCgLDdAQM=
|
||||||
|
@ -1225,8 +1228,9 @@ google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv
|
||||||
google.golang.org/grpc v1.34.0/go.mod h1:WotjhfgOW/POjDeRt8vscBtXq+2VjORFy659qA51WJ8=
|
google.golang.org/grpc v1.34.0/go.mod h1:WotjhfgOW/POjDeRt8vscBtXq+2VjORFy659qA51WJ8=
|
||||||
google.golang.org/grpc v1.35.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU=
|
google.golang.org/grpc v1.35.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU=
|
||||||
google.golang.org/grpc v1.36.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU=
|
google.golang.org/grpc v1.36.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU=
|
||||||
google.golang.org/grpc v1.36.1 h1:cmUfbeGKnz9+2DD/UYsMQXeqbHZqZDs4eQwW0sFOpBY=
|
|
||||||
google.golang.org/grpc v1.36.1/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU=
|
google.golang.org/grpc v1.36.1/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU=
|
||||||
|
google.golang.org/grpc v1.37.0 h1:uSZWeQJX5j11bIQ4AJoj+McDBo29cY1MCoC1wO3ts+c=
|
||||||
|
google.golang.org/grpc v1.37.0/go.mod h1:NREThFqKR1f3iQ6oBuvc5LadQuXVGo9rkm5ZGrQdJfM=
|
||||||
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
||||||
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
||||||
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
||||||
|
|
2
vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
generated
vendored
|
@ -3982,6 +3982,7 @@ var awsPartition = partition{
|
||||||
"ap-east-1": endpoint{},
|
"ap-east-1": endpoint{},
|
||||||
"ap-northeast-1": endpoint{},
|
"ap-northeast-1": endpoint{},
|
||||||
"ap-northeast-2": endpoint{},
|
"ap-northeast-2": endpoint{},
|
||||||
|
"ap-northeast-3": endpoint{},
|
||||||
"ap-south-1": endpoint{},
|
"ap-south-1": endpoint{},
|
||||||
"ap-southeast-1": endpoint{},
|
"ap-southeast-1": endpoint{},
|
||||||
"ap-southeast-2": endpoint{},
|
"ap-southeast-2": endpoint{},
|
||||||
|
@ -4137,6 +4138,7 @@ var awsPartition = partition{
|
||||||
"ap-east-1": endpoint{},
|
"ap-east-1": endpoint{},
|
||||||
"ap-northeast-1": endpoint{},
|
"ap-northeast-1": endpoint{},
|
||||||
"ap-northeast-2": endpoint{},
|
"ap-northeast-2": endpoint{},
|
||||||
|
"ap-northeast-3": endpoint{},
|
||||||
"ap-south-1": endpoint{},
|
"ap-south-1": endpoint{},
|
||||||
"ap-southeast-1": endpoint{},
|
"ap-southeast-1": endpoint{},
|
||||||
"ap-southeast-2": endpoint{},
|
"ap-southeast-2": endpoint{},
|
||||||
|
|
2
vendor/github.com/aws/aws-sdk-go/aws/version.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go/aws/version.go
generated
vendored
|
@ -5,4 +5,4 @@ package aws
|
||||||
const SDKName = "aws-sdk-go"
|
const SDKName = "aws-sdk-go"
|
||||||
|
|
||||||
// SDKVersion is the version of this SDK
|
// SDKVersion is the version of this SDK
|
||||||
const SDKVersion = "1.38.12"
|
const SDKVersion = "1.38.15"
|
||||||
|
|
16
vendor/golang.org/x/sys/windows/security_windows.go
generated
vendored
16
vendor/golang.org/x/sys/windows/security_windows.go
generated
vendored
|
@ -1334,7 +1334,11 @@ func (absoluteSD *SECURITY_DESCRIPTOR) ToSelfRelative() (selfRelativeSD *SECURIT
|
||||||
}
|
}
|
||||||
|
|
||||||
func (selfRelativeSD *SECURITY_DESCRIPTOR) copySelfRelativeSecurityDescriptor() *SECURITY_DESCRIPTOR {
|
func (selfRelativeSD *SECURITY_DESCRIPTOR) copySelfRelativeSecurityDescriptor() *SECURITY_DESCRIPTOR {
|
||||||
sdLen := (int)(selfRelativeSD.Length())
|
sdLen := int(selfRelativeSD.Length())
|
||||||
|
const min = int(unsafe.Sizeof(SECURITY_DESCRIPTOR{}))
|
||||||
|
if sdLen < min {
|
||||||
|
sdLen = min
|
||||||
|
}
|
||||||
|
|
||||||
var src []byte
|
var src []byte
|
||||||
h := (*unsafeheader.Slice)(unsafe.Pointer(&src))
|
h := (*unsafeheader.Slice)(unsafe.Pointer(&src))
|
||||||
|
@ -1342,7 +1346,15 @@ func (selfRelativeSD *SECURITY_DESCRIPTOR) copySelfRelativeSecurityDescriptor()
|
||||||
h.Len = sdLen
|
h.Len = sdLen
|
||||||
h.Cap = sdLen
|
h.Cap = sdLen
|
||||||
|
|
||||||
dst := make([]byte, sdLen)
|
const psize = int(unsafe.Sizeof(uintptr(0)))
|
||||||
|
|
||||||
|
var dst []byte
|
||||||
|
h = (*unsafeheader.Slice)(unsafe.Pointer(&dst))
|
||||||
|
alloc := make([]uintptr, (sdLen+psize-1)/psize)
|
||||||
|
h.Data = (*unsafeheader.Slice)(unsafe.Pointer(&alloc)).Data
|
||||||
|
h.Len = sdLen
|
||||||
|
h.Cap = sdLen
|
||||||
|
|
||||||
copy(dst, src)
|
copy(dst, src)
|
||||||
return (*SECURITY_DESCRIPTOR)(unsafe.Pointer(&dst[0]))
|
return (*SECURITY_DESCRIPTOR)(unsafe.Pointer(&dst[0]))
|
||||||
}
|
}
|
||||||
|
|
307
vendor/google.golang.org/api/storage/v1/storage-gen.go
generated
vendored
307
vendor/google.golang.org/api/storage/v1/storage-gen.go
generated
vendored
|
@ -2400,6 +2400,11 @@ type BucketAccessControlsDeleteCall struct {
|
||||||
|
|
||||||
// Delete: Permanently deletes the ACL entry for the specified entity on
|
// Delete: Permanently deletes the ACL entry for the specified entity on
|
||||||
// the specified bucket.
|
// the specified bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
|
// - entity: The entity holding the permission. Can be user-userId,
|
||||||
|
// user-emailAddress, group-groupId, group-emailAddress, allUsers, or
|
||||||
|
// allAuthenticatedUsers.
|
||||||
func (r *BucketAccessControlsService) Delete(bucket string, entity string) *BucketAccessControlsDeleteCall {
|
func (r *BucketAccessControlsService) Delete(bucket string, entity string) *BucketAccessControlsDeleteCall {
|
||||||
c := &BucketAccessControlsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &BucketAccessControlsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -2449,7 +2454,7 @@ func (c *BucketAccessControlsDeleteCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *BucketAccessControlsDeleteCall) doRequest(alt string) (*http.Response, error) {
|
func (c *BucketAccessControlsDeleteCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -2538,6 +2543,11 @@ type BucketAccessControlsGetCall struct {
|
||||||
|
|
||||||
// Get: Returns the ACL entry for the specified entity on the specified
|
// Get: Returns the ACL entry for the specified entity on the specified
|
||||||
// bucket.
|
// bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
|
// - entity: The entity holding the permission. Can be user-userId,
|
||||||
|
// user-emailAddress, group-groupId, group-emailAddress, allUsers, or
|
||||||
|
// allAuthenticatedUsers.
|
||||||
func (r *BucketAccessControlsService) Get(bucket string, entity string) *BucketAccessControlsGetCall {
|
func (r *BucketAccessControlsService) Get(bucket string, entity string) *BucketAccessControlsGetCall {
|
||||||
c := &BucketAccessControlsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &BucketAccessControlsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -2597,7 +2607,7 @@ func (c *BucketAccessControlsGetCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *BucketAccessControlsGetCall) doRequest(alt string) (*http.Response, error) {
|
func (c *BucketAccessControlsGetCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -2715,6 +2725,8 @@ type BucketAccessControlsInsertCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Insert: Creates a new ACL entry on the specified bucket.
|
// Insert: Creates a new ACL entry on the specified bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
func (r *BucketAccessControlsService) Insert(bucket string, bucketaccesscontrol *BucketAccessControl) *BucketAccessControlsInsertCall {
|
func (r *BucketAccessControlsService) Insert(bucket string, bucketaccesscontrol *BucketAccessControl) *BucketAccessControlsInsertCall {
|
||||||
c := &BucketAccessControlsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &BucketAccessControlsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -2764,7 +2776,7 @@ func (c *BucketAccessControlsInsertCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *BucketAccessControlsInsertCall) doRequest(alt string) (*http.Response, error) {
|
func (c *BucketAccessControlsInsertCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -2879,6 +2891,8 @@ type BucketAccessControlsListCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// List: Retrieves ACL entries on the specified bucket.
|
// List: Retrieves ACL entries on the specified bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
func (r *BucketAccessControlsService) List(bucket string) *BucketAccessControlsListCall {
|
func (r *BucketAccessControlsService) List(bucket string) *BucketAccessControlsListCall {
|
||||||
c := &BucketAccessControlsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &BucketAccessControlsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -2937,7 +2951,7 @@ func (c *BucketAccessControlsListCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *BucketAccessControlsListCall) doRequest(alt string) (*http.Response, error) {
|
func (c *BucketAccessControlsListCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -3048,6 +3062,11 @@ type BucketAccessControlsPatchCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Patch: Patches an ACL entry on the specified bucket.
|
// Patch: Patches an ACL entry on the specified bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
|
// - entity: The entity holding the permission. Can be user-userId,
|
||||||
|
// user-emailAddress, group-groupId, group-emailAddress, allUsers, or
|
||||||
|
// allAuthenticatedUsers.
|
||||||
func (r *BucketAccessControlsService) Patch(bucket string, entity string, bucketaccesscontrol *BucketAccessControl) *BucketAccessControlsPatchCall {
|
func (r *BucketAccessControlsService) Patch(bucket string, entity string, bucketaccesscontrol *BucketAccessControl) *BucketAccessControlsPatchCall {
|
||||||
c := &BucketAccessControlsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &BucketAccessControlsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -3098,7 +3117,7 @@ func (c *BucketAccessControlsPatchCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *BucketAccessControlsPatchCall) doRequest(alt string) (*http.Response, error) {
|
func (c *BucketAccessControlsPatchCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -3222,6 +3241,11 @@ type BucketAccessControlsUpdateCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update: Updates an ACL entry on the specified bucket.
|
// Update: Updates an ACL entry on the specified bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
|
// - entity: The entity holding the permission. Can be user-userId,
|
||||||
|
// user-emailAddress, group-groupId, group-emailAddress, allUsers, or
|
||||||
|
// allAuthenticatedUsers.
|
||||||
func (r *BucketAccessControlsService) Update(bucket string, entity string, bucketaccesscontrol *BucketAccessControl) *BucketAccessControlsUpdateCall {
|
func (r *BucketAccessControlsService) Update(bucket string, entity string, bucketaccesscontrol *BucketAccessControl) *BucketAccessControlsUpdateCall {
|
||||||
c := &BucketAccessControlsUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &BucketAccessControlsUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -3272,7 +3296,7 @@ func (c *BucketAccessControlsUpdateCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *BucketAccessControlsUpdateCall) doRequest(alt string) (*http.Response, error) {
|
func (c *BucketAccessControlsUpdateCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -3394,6 +3418,8 @@ type BucketsDeleteCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Delete: Permanently deletes an empty bucket.
|
// Delete: Permanently deletes an empty bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
func (r *BucketsService) Delete(bucket string) *BucketsDeleteCall {
|
func (r *BucketsService) Delete(bucket string) *BucketsDeleteCall {
|
||||||
c := &BucketsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &BucketsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -3458,7 +3484,7 @@ func (c *BucketsDeleteCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *BucketsDeleteCall) doRequest(alt string) (*http.Response, error) {
|
func (c *BucketsDeleteCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -3550,6 +3576,8 @@ type BucketsGetCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get: Returns metadata for the specified bucket.
|
// Get: Returns metadata for the specified bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
func (r *BucketsService) Get(bucket string) *BucketsGetCall {
|
func (r *BucketsService) Get(bucket string) *BucketsGetCall {
|
||||||
c := &BucketsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &BucketsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -3637,7 +3665,7 @@ func (c *BucketsGetCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *BucketsGetCall) doRequest(alt string) (*http.Response, error) {
|
func (c *BucketsGetCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -3775,6 +3803,8 @@ type BucketsGetIamPolicyCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetIamPolicy: Returns an IAM policy for the specified bucket.
|
// GetIamPolicy: Returns an IAM policy for the specified bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
func (r *BucketsService) GetIamPolicy(bucket string) *BucketsGetIamPolicyCall {
|
func (r *BucketsService) GetIamPolicy(bucket string) *BucketsGetIamPolicyCall {
|
||||||
c := &BucketsGetIamPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &BucketsGetIamPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -3843,7 +3873,7 @@ func (c *BucketsGetIamPolicyCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *BucketsGetIamPolicyCall) doRequest(alt string) (*http.Response, error) {
|
func (c *BucketsGetIamPolicyCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -3959,6 +3989,8 @@ type BucketsInsertCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Insert: Creates a new bucket.
|
// Insert: Creates a new bucket.
|
||||||
|
//
|
||||||
|
// - project: A valid API project identifier.
|
||||||
func (r *BucketsService) Insert(projectid string, bucket *Bucket) *BucketsInsertCall {
|
func (r *BucketsService) Insert(projectid string, bucket *Bucket) *BucketsInsertCall {
|
||||||
c := &BucketsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &BucketsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.urlParams_.Set("project", projectid)
|
c.urlParams_.Set("project", projectid)
|
||||||
|
@ -4060,7 +4092,7 @@ func (c *BucketsInsertCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *BucketsInsertCall) doRequest(alt string) (*http.Response, error) {
|
func (c *BucketsInsertCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -4225,6 +4257,8 @@ type BucketsListCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// List: Retrieves a list of buckets for a given project.
|
// List: Retrieves a list of buckets for a given project.
|
||||||
|
//
|
||||||
|
// - project: A valid API project identifier.
|
||||||
func (r *BucketsService) List(projectid string) *BucketsListCall {
|
func (r *BucketsService) List(projectid string) *BucketsListCall {
|
||||||
c := &BucketsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &BucketsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.urlParams_.Set("project", projectid)
|
c.urlParams_.Set("project", projectid)
|
||||||
|
@ -4317,7 +4351,7 @@ func (c *BucketsListCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *BucketsListCall) doRequest(alt string) (*http.Response, error) {
|
func (c *BucketsListCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -4478,6 +4512,10 @@ type BucketsLockRetentionPolicyCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// LockRetentionPolicy: Locks retention policy on a bucket.
|
// LockRetentionPolicy: Locks retention policy on a bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
|
// - ifMetagenerationMatch: Makes the operation conditional on whether
|
||||||
|
// bucket's current metageneration matches the given value.
|
||||||
func (r *BucketsService) LockRetentionPolicy(bucket string, ifMetagenerationMatch int64) *BucketsLockRetentionPolicyCall {
|
func (r *BucketsService) LockRetentionPolicy(bucket string, ifMetagenerationMatch int64) *BucketsLockRetentionPolicyCall {
|
||||||
c := &BucketsLockRetentionPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &BucketsLockRetentionPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -4527,7 +4565,7 @@ func (c *BucketsLockRetentionPolicyCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *BucketsLockRetentionPolicyCall) doRequest(alt string) (*http.Response, error) {
|
func (c *BucketsLockRetentionPolicyCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -4645,6 +4683,8 @@ type BucketsPatchCall struct {
|
||||||
// Patch: Patches a bucket. Changes to the bucket will be readable
|
// Patch: Patches a bucket. Changes to the bucket will be readable
|
||||||
// immediately after writing, but configuration changes may take time to
|
// immediately after writing, but configuration changes may take time to
|
||||||
// propagate.
|
// propagate.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
func (r *BucketsService) Patch(bucket string, bucket2 *Bucket) *BucketsPatchCall {
|
func (r *BucketsService) Patch(bucket string, bucket2 *Bucket) *BucketsPatchCall {
|
||||||
c := &BucketsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &BucketsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -4762,7 +4802,7 @@ func (c *BucketsPatchCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *BucketsPatchCall) doRequest(alt string) (*http.Response, error) {
|
func (c *BucketsPatchCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -4942,6 +4982,8 @@ type BucketsSetIamPolicyCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetIamPolicy: Updates an IAM policy for the specified bucket.
|
// SetIamPolicy: Updates an IAM policy for the specified bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
func (r *BucketsService) SetIamPolicy(bucket string, policy *Policy) *BucketsSetIamPolicyCall {
|
func (r *BucketsService) SetIamPolicy(bucket string, policy *Policy) *BucketsSetIamPolicyCall {
|
||||||
c := &BucketsSetIamPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &BucketsSetIamPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -4991,7 +5033,7 @@ func (c *BucketsSetIamPolicyCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *BucketsSetIamPolicyCall) doRequest(alt string) (*http.Response, error) {
|
func (c *BucketsSetIamPolicyCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -5107,6 +5149,9 @@ type BucketsTestIamPermissionsCall struct {
|
||||||
|
|
||||||
// TestIamPermissions: Tests a set of permissions on the given bucket to
|
// TestIamPermissions: Tests a set of permissions on the given bucket to
|
||||||
// see which, if any, are held by the caller.
|
// see which, if any, are held by the caller.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
|
// - permissions: Permissions to test.
|
||||||
func (r *BucketsService) TestIamPermissions(bucket string, permissions []string) *BucketsTestIamPermissionsCall {
|
func (r *BucketsService) TestIamPermissions(bucket string, permissions []string) *BucketsTestIamPermissionsCall {
|
||||||
c := &BucketsTestIamPermissionsCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &BucketsTestIamPermissionsCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -5166,7 +5211,7 @@ func (c *BucketsTestIamPermissionsCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *BucketsTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) {
|
func (c *BucketsTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -5289,6 +5334,8 @@ type BucketsUpdateCall struct {
|
||||||
// Update: Updates a bucket. Changes to the bucket will be readable
|
// Update: Updates a bucket. Changes to the bucket will be readable
|
||||||
// immediately after writing, but configuration changes may take time to
|
// immediately after writing, but configuration changes may take time to
|
||||||
// propagate.
|
// propagate.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
func (r *BucketsService) Update(bucket string, bucket2 *Bucket) *BucketsUpdateCall {
|
func (r *BucketsService) Update(bucket string, bucket2 *Bucket) *BucketsUpdateCall {
|
||||||
c := &BucketsUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &BucketsUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -5406,7 +5453,7 @@ func (c *BucketsUpdateCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *BucketsUpdateCall) doRequest(alt string) (*http.Response, error) {
|
func (c *BucketsUpdateCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -5618,7 +5665,7 @@ func (c *ChannelsStopCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ChannelsStopCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ChannelsStopCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -5686,6 +5733,11 @@ type DefaultObjectAccessControlsDeleteCall struct {
|
||||||
|
|
||||||
// Delete: Permanently deletes the default object ACL entry for the
|
// Delete: Permanently deletes the default object ACL entry for the
|
||||||
// specified entity on the specified bucket.
|
// specified entity on the specified bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
|
// - entity: The entity holding the permission. Can be user-userId,
|
||||||
|
// user-emailAddress, group-groupId, group-emailAddress, allUsers, or
|
||||||
|
// allAuthenticatedUsers.
|
||||||
func (r *DefaultObjectAccessControlsService) Delete(bucket string, entity string) *DefaultObjectAccessControlsDeleteCall {
|
func (r *DefaultObjectAccessControlsService) Delete(bucket string, entity string) *DefaultObjectAccessControlsDeleteCall {
|
||||||
c := &DefaultObjectAccessControlsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &DefaultObjectAccessControlsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -5735,7 +5787,7 @@ func (c *DefaultObjectAccessControlsDeleteCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *DefaultObjectAccessControlsDeleteCall) doRequest(alt string) (*http.Response, error) {
|
func (c *DefaultObjectAccessControlsDeleteCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -5824,6 +5876,11 @@ type DefaultObjectAccessControlsGetCall struct {
|
||||||
|
|
||||||
// Get: Returns the default object ACL entry for the specified entity on
|
// Get: Returns the default object ACL entry for the specified entity on
|
||||||
// the specified bucket.
|
// the specified bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
|
// - entity: The entity holding the permission. Can be user-userId,
|
||||||
|
// user-emailAddress, group-groupId, group-emailAddress, allUsers, or
|
||||||
|
// allAuthenticatedUsers.
|
||||||
func (r *DefaultObjectAccessControlsService) Get(bucket string, entity string) *DefaultObjectAccessControlsGetCall {
|
func (r *DefaultObjectAccessControlsService) Get(bucket string, entity string) *DefaultObjectAccessControlsGetCall {
|
||||||
c := &DefaultObjectAccessControlsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &DefaultObjectAccessControlsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -5883,7 +5940,7 @@ func (c *DefaultObjectAccessControlsGetCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *DefaultObjectAccessControlsGetCall) doRequest(alt string) (*http.Response, error) {
|
func (c *DefaultObjectAccessControlsGetCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -6002,6 +6059,8 @@ type DefaultObjectAccessControlsInsertCall struct {
|
||||||
|
|
||||||
// Insert: Creates a new default object ACL entry on the specified
|
// Insert: Creates a new default object ACL entry on the specified
|
||||||
// bucket.
|
// bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
func (r *DefaultObjectAccessControlsService) Insert(bucket string, objectaccesscontrol *ObjectAccessControl) *DefaultObjectAccessControlsInsertCall {
|
func (r *DefaultObjectAccessControlsService) Insert(bucket string, objectaccesscontrol *ObjectAccessControl) *DefaultObjectAccessControlsInsertCall {
|
||||||
c := &DefaultObjectAccessControlsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &DefaultObjectAccessControlsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -6051,7 +6110,7 @@ func (c *DefaultObjectAccessControlsInsertCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *DefaultObjectAccessControlsInsertCall) doRequest(alt string) (*http.Response, error) {
|
func (c *DefaultObjectAccessControlsInsertCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -6166,6 +6225,8 @@ type DefaultObjectAccessControlsListCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// List: Retrieves default object ACL entries on the specified bucket.
|
// List: Retrieves default object ACL entries on the specified bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
func (r *DefaultObjectAccessControlsService) List(bucket string) *DefaultObjectAccessControlsListCall {
|
func (r *DefaultObjectAccessControlsService) List(bucket string) *DefaultObjectAccessControlsListCall {
|
||||||
c := &DefaultObjectAccessControlsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &DefaultObjectAccessControlsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -6241,7 +6302,7 @@ func (c *DefaultObjectAccessControlsListCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *DefaultObjectAccessControlsListCall) doRequest(alt string) (*http.Response, error) {
|
func (c *DefaultObjectAccessControlsListCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -6364,6 +6425,11 @@ type DefaultObjectAccessControlsPatchCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Patch: Patches a default object ACL entry on the specified bucket.
|
// Patch: Patches a default object ACL entry on the specified bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
|
// - entity: The entity holding the permission. Can be user-userId,
|
||||||
|
// user-emailAddress, group-groupId, group-emailAddress, allUsers, or
|
||||||
|
// allAuthenticatedUsers.
|
||||||
func (r *DefaultObjectAccessControlsService) Patch(bucket string, entity string, objectaccesscontrol *ObjectAccessControl) *DefaultObjectAccessControlsPatchCall {
|
func (r *DefaultObjectAccessControlsService) Patch(bucket string, entity string, objectaccesscontrol *ObjectAccessControl) *DefaultObjectAccessControlsPatchCall {
|
||||||
c := &DefaultObjectAccessControlsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &DefaultObjectAccessControlsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -6414,7 +6480,7 @@ func (c *DefaultObjectAccessControlsPatchCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *DefaultObjectAccessControlsPatchCall) doRequest(alt string) (*http.Response, error) {
|
func (c *DefaultObjectAccessControlsPatchCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -6538,6 +6604,11 @@ type DefaultObjectAccessControlsUpdateCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update: Updates a default object ACL entry on the specified bucket.
|
// Update: Updates a default object ACL entry on the specified bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
|
// - entity: The entity holding the permission. Can be user-userId,
|
||||||
|
// user-emailAddress, group-groupId, group-emailAddress, allUsers, or
|
||||||
|
// allAuthenticatedUsers.
|
||||||
func (r *DefaultObjectAccessControlsService) Update(bucket string, entity string, objectaccesscontrol *ObjectAccessControl) *DefaultObjectAccessControlsUpdateCall {
|
func (r *DefaultObjectAccessControlsService) Update(bucket string, entity string, objectaccesscontrol *ObjectAccessControl) *DefaultObjectAccessControlsUpdateCall {
|
||||||
c := &DefaultObjectAccessControlsUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &DefaultObjectAccessControlsUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -6588,7 +6659,7 @@ func (c *DefaultObjectAccessControlsUpdateCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *DefaultObjectAccessControlsUpdateCall) doRequest(alt string) (*http.Response, error) {
|
func (c *DefaultObjectAccessControlsUpdateCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -6711,6 +6782,9 @@ type NotificationsDeleteCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Delete: Permanently deletes a notification subscription.
|
// Delete: Permanently deletes a notification subscription.
|
||||||
|
//
|
||||||
|
// - bucket: The parent bucket of the notification.
|
||||||
|
// - notification: ID of the notification to delete.
|
||||||
func (r *NotificationsService) Delete(bucket string, notification string) *NotificationsDeleteCall {
|
func (r *NotificationsService) Delete(bucket string, notification string) *NotificationsDeleteCall {
|
||||||
c := &NotificationsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &NotificationsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -6760,7 +6834,7 @@ func (c *NotificationsDeleteCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *NotificationsDeleteCall) doRequest(alt string) (*http.Response, error) {
|
func (c *NotificationsDeleteCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -6849,6 +6923,9 @@ type NotificationsGetCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get: View a notification configuration.
|
// Get: View a notification configuration.
|
||||||
|
//
|
||||||
|
// - bucket: The parent bucket of the notification.
|
||||||
|
// - notification: Notification ID.
|
||||||
func (r *NotificationsService) Get(bucket string, notification string) *NotificationsGetCall {
|
func (r *NotificationsService) Get(bucket string, notification string) *NotificationsGetCall {
|
||||||
c := &NotificationsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &NotificationsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -6908,7 +6985,7 @@ func (c *NotificationsGetCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *NotificationsGetCall) doRequest(alt string) (*http.Response, error) {
|
func (c *NotificationsGetCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -7029,6 +7106,8 @@ type NotificationsInsertCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Insert: Creates a notification subscription for a given bucket.
|
// Insert: Creates a notification subscription for a given bucket.
|
||||||
|
//
|
||||||
|
// - bucket: The parent bucket of the notification.
|
||||||
func (r *NotificationsService) Insert(bucket string, notification *Notification) *NotificationsInsertCall {
|
func (r *NotificationsService) Insert(bucket string, notification *Notification) *NotificationsInsertCall {
|
||||||
c := &NotificationsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &NotificationsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -7078,7 +7157,7 @@ func (c *NotificationsInsertCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *NotificationsInsertCall) doRequest(alt string) (*http.Response, error) {
|
func (c *NotificationsInsertCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -7195,6 +7274,8 @@ type NotificationsListCall struct {
|
||||||
|
|
||||||
// List: Retrieves a list of notification subscriptions for a given
|
// List: Retrieves a list of notification subscriptions for a given
|
||||||
// bucket.
|
// bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a Google Cloud Storage bucket.
|
||||||
func (r *NotificationsService) List(bucket string) *NotificationsListCall {
|
func (r *NotificationsService) List(bucket string) *NotificationsListCall {
|
||||||
c := &NotificationsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &NotificationsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -7253,7 +7334,7 @@ func (c *NotificationsListCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *NotificationsListCall) doRequest(alt string) (*http.Response, error) {
|
func (c *NotificationsListCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -7368,6 +7449,13 @@ type ObjectAccessControlsDeleteCall struct {
|
||||||
|
|
||||||
// Delete: Permanently deletes the ACL entry for the specified entity on
|
// Delete: Permanently deletes the ACL entry for the specified entity on
|
||||||
// the specified object.
|
// the specified object.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
|
// - entity: The entity holding the permission. Can be user-userId,
|
||||||
|
// user-emailAddress, group-groupId, group-emailAddress, allUsers, or
|
||||||
|
// allAuthenticatedUsers.
|
||||||
|
// - object: Name of the object. For information about how to URL encode
|
||||||
|
// object names to be path safe, see Encoding URI Path Parts.
|
||||||
func (r *ObjectAccessControlsService) Delete(bucket string, object string, entity string) *ObjectAccessControlsDeleteCall {
|
func (r *ObjectAccessControlsService) Delete(bucket string, object string, entity string) *ObjectAccessControlsDeleteCall {
|
||||||
c := &ObjectAccessControlsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectAccessControlsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -7426,7 +7514,7 @@ func (c *ObjectAccessControlsDeleteCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectAccessControlsDeleteCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectAccessControlsDeleteCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -7530,6 +7618,13 @@ type ObjectAccessControlsGetCall struct {
|
||||||
|
|
||||||
// Get: Returns the ACL entry for the specified entity on the specified
|
// Get: Returns the ACL entry for the specified entity on the specified
|
||||||
// object.
|
// object.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
|
// - entity: The entity holding the permission. Can be user-userId,
|
||||||
|
// user-emailAddress, group-groupId, group-emailAddress, allUsers, or
|
||||||
|
// allAuthenticatedUsers.
|
||||||
|
// - object: Name of the object. For information about how to URL encode
|
||||||
|
// object names to be path safe, see Encoding URI Path Parts.
|
||||||
func (r *ObjectAccessControlsService) Get(bucket string, object string, entity string) *ObjectAccessControlsGetCall {
|
func (r *ObjectAccessControlsService) Get(bucket string, object string, entity string) *ObjectAccessControlsGetCall {
|
||||||
c := &ObjectAccessControlsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectAccessControlsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -7598,7 +7693,7 @@ func (c *ObjectAccessControlsGetCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectAccessControlsGetCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectAccessControlsGetCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -7731,6 +7826,10 @@ type ObjectAccessControlsInsertCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Insert: Creates a new ACL entry on the specified object.
|
// Insert: Creates a new ACL entry on the specified object.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
|
// - object: Name of the object. For information about how to URL encode
|
||||||
|
// object names to be path safe, see Encoding URI Path Parts.
|
||||||
func (r *ObjectAccessControlsService) Insert(bucket string, object string, objectaccesscontrol *ObjectAccessControl) *ObjectAccessControlsInsertCall {
|
func (r *ObjectAccessControlsService) Insert(bucket string, object string, objectaccesscontrol *ObjectAccessControl) *ObjectAccessControlsInsertCall {
|
||||||
c := &ObjectAccessControlsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectAccessControlsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -7789,7 +7888,7 @@ func (c *ObjectAccessControlsInsertCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectAccessControlsInsertCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectAccessControlsInsertCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -7919,6 +8018,10 @@ type ObjectAccessControlsListCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// List: Retrieves ACL entries on the specified object.
|
// List: Retrieves ACL entries on the specified object.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
|
// - object: Name of the object. For information about how to URL encode
|
||||||
|
// object names to be path safe, see Encoding URI Path Parts.
|
||||||
func (r *ObjectAccessControlsService) List(bucket string, object string) *ObjectAccessControlsListCall {
|
func (r *ObjectAccessControlsService) List(bucket string, object string) *ObjectAccessControlsListCall {
|
||||||
c := &ObjectAccessControlsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectAccessControlsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -7986,7 +8089,7 @@ func (c *ObjectAccessControlsListCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectAccessControlsListCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectAccessControlsListCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -8112,6 +8215,13 @@ type ObjectAccessControlsPatchCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Patch: Patches an ACL entry on the specified object.
|
// Patch: Patches an ACL entry on the specified object.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
|
// - entity: The entity holding the permission. Can be user-userId,
|
||||||
|
// user-emailAddress, group-groupId, group-emailAddress, allUsers, or
|
||||||
|
// allAuthenticatedUsers.
|
||||||
|
// - object: Name of the object. For information about how to URL encode
|
||||||
|
// object names to be path safe, see Encoding URI Path Parts.
|
||||||
func (r *ObjectAccessControlsService) Patch(bucket string, object string, entity string, objectaccesscontrol *ObjectAccessControl) *ObjectAccessControlsPatchCall {
|
func (r *ObjectAccessControlsService) Patch(bucket string, object string, entity string, objectaccesscontrol *ObjectAccessControl) *ObjectAccessControlsPatchCall {
|
||||||
c := &ObjectAccessControlsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectAccessControlsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -8171,7 +8281,7 @@ func (c *ObjectAccessControlsPatchCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectAccessControlsPatchCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectAccessControlsPatchCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -8310,6 +8420,13 @@ type ObjectAccessControlsUpdateCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update: Updates an ACL entry on the specified object.
|
// Update: Updates an ACL entry on the specified object.
|
||||||
|
//
|
||||||
|
// - bucket: Name of a bucket.
|
||||||
|
// - entity: The entity holding the permission. Can be user-userId,
|
||||||
|
// user-emailAddress, group-groupId, group-emailAddress, allUsers, or
|
||||||
|
// allAuthenticatedUsers.
|
||||||
|
// - object: Name of the object. For information about how to URL encode
|
||||||
|
// object names to be path safe, see Encoding URI Path Parts.
|
||||||
func (r *ObjectAccessControlsService) Update(bucket string, object string, entity string, objectaccesscontrol *ObjectAccessControl) *ObjectAccessControlsUpdateCall {
|
func (r *ObjectAccessControlsService) Update(bucket string, object string, entity string, objectaccesscontrol *ObjectAccessControl) *ObjectAccessControlsUpdateCall {
|
||||||
c := &ObjectAccessControlsUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectAccessControlsUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -8369,7 +8486,7 @@ func (c *ObjectAccessControlsUpdateCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectAccessControlsUpdateCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectAccessControlsUpdateCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -8508,6 +8625,12 @@ type ObjectsComposeCall struct {
|
||||||
|
|
||||||
// Compose: Concatenates a list of existing objects into a new object in
|
// Compose: Concatenates a list of existing objects into a new object in
|
||||||
// the same bucket.
|
// the same bucket.
|
||||||
|
//
|
||||||
|
// - destinationBucket: Name of the bucket containing the source
|
||||||
|
// objects. The destination object is stored in this bucket.
|
||||||
|
// - destinationObject: Name of the new object. For information about
|
||||||
|
// how to URL encode object names to be path safe, see Encoding URI
|
||||||
|
// Path Parts.
|
||||||
func (r *ObjectsService) Compose(destinationBucket string, destinationObject string, composerequest *ComposeRequest) *ObjectsComposeCall {
|
func (r *ObjectsService) Compose(destinationBucket string, destinationObject string, composerequest *ComposeRequest) *ObjectsComposeCall {
|
||||||
c := &ObjectsComposeCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectsComposeCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.destinationBucket = destinationBucket
|
c.destinationBucket = destinationBucket
|
||||||
|
@ -8606,7 +8729,7 @@ func (c *ObjectsComposeCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectsComposeCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectsComposeCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -8772,6 +8895,19 @@ type ObjectsCopyCall struct {
|
||||||
|
|
||||||
// Copy: Copies a source object to a destination object. Optionally
|
// Copy: Copies a source object to a destination object. Optionally
|
||||||
// overrides metadata.
|
// overrides metadata.
|
||||||
|
//
|
||||||
|
// - destinationBucket: Name of the bucket in which to store the new
|
||||||
|
// object. Overrides the provided object metadata's bucket value, if
|
||||||
|
// any.For information about how to URL encode object names to be path
|
||||||
|
// safe, see Encoding URI Path Parts.
|
||||||
|
// - destinationObject: Name of the new object. Required when the object
|
||||||
|
// metadata is not otherwise provided. Overrides the object metadata's
|
||||||
|
// name value, if any.
|
||||||
|
// - sourceBucket: Name of the bucket in which to find the source
|
||||||
|
// object.
|
||||||
|
// - sourceObject: Name of the source object. For information about how
|
||||||
|
// to URL encode object names to be path safe, see Encoding URI Path
|
||||||
|
// Parts.
|
||||||
func (r *ObjectsService) Copy(sourceBucket string, sourceObject string, destinationBucket string, destinationObject string, object *Object) *ObjectsCopyCall {
|
func (r *ObjectsService) Copy(sourceBucket string, sourceObject string, destinationBucket string, destinationObject string, object *Object) *ObjectsCopyCall {
|
||||||
c := &ObjectsCopyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectsCopyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.sourceBucket = sourceBucket
|
c.sourceBucket = sourceBucket
|
||||||
|
@ -8949,7 +9085,7 @@ func (c *ObjectsCopyCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectsCopyCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectsCopyCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -9184,6 +9320,10 @@ type ObjectsDeleteCall struct {
|
||||||
// Delete: Deletes an object and its metadata. Deletions are permanent
|
// Delete: Deletes an object and its metadata. Deletions are permanent
|
||||||
// if versioning is not enabled for the bucket, or if the generation
|
// if versioning is not enabled for the bucket, or if the generation
|
||||||
// parameter is used.
|
// parameter is used.
|
||||||
|
//
|
||||||
|
// - bucket: Name of the bucket in which the object resides.
|
||||||
|
// - object: Name of the object. For information about how to URL encode
|
||||||
|
// object names to be path safe, see Encoding URI Path Parts.
|
||||||
func (r *ObjectsService) Delete(bucket string, object string) *ObjectsDeleteCall {
|
func (r *ObjectsService) Delete(bucket string, object string) *ObjectsDeleteCall {
|
||||||
c := &ObjectsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectsDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -9277,7 +9417,7 @@ func (c *ObjectsDeleteCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectsDeleteCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectsDeleteCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -9396,6 +9536,10 @@ type ObjectsGetCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get: Retrieves an object or its metadata.
|
// Get: Retrieves an object or its metadata.
|
||||||
|
//
|
||||||
|
// - bucket: Name of the bucket in which the object resides.
|
||||||
|
// - object: Name of the object. For information about how to URL encode
|
||||||
|
// object names to be path safe, see Encoding URI Path Parts.
|
||||||
func (r *ObjectsService) Get(bucket string, object string) *ObjectsGetCall {
|
func (r *ObjectsService) Get(bucket string, object string) *ObjectsGetCall {
|
||||||
c := &ObjectsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -9510,7 +9654,7 @@ func (c *ObjectsGetCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectsGetCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectsGetCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -9693,6 +9837,10 @@ type ObjectsGetIamPolicyCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetIamPolicy: Returns an IAM policy for the specified object.
|
// GetIamPolicy: Returns an IAM policy for the specified object.
|
||||||
|
//
|
||||||
|
// - bucket: Name of the bucket in which the object resides.
|
||||||
|
// - object: Name of the object. For information about how to URL encode
|
||||||
|
// object names to be path safe, see Encoding URI Path Parts.
|
||||||
func (r *ObjectsService) GetIamPolicy(bucket string, object string) *ObjectsGetIamPolicyCall {
|
func (r *ObjectsService) GetIamPolicy(bucket string, object string) *ObjectsGetIamPolicyCall {
|
||||||
c := &ObjectsGetIamPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectsGetIamPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -9760,7 +9908,7 @@ func (c *ObjectsGetIamPolicyCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectsGetIamPolicyCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectsGetIamPolicyCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -9888,6 +10036,9 @@ type ObjectsInsertCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Insert: Stores a new object and metadata.
|
// Insert: Stores a new object and metadata.
|
||||||
|
//
|
||||||
|
// - bucket: Name of the bucket in which to store the new object.
|
||||||
|
// Overrides the provided object metadata's bucket value, if any.
|
||||||
func (r *ObjectsService) Insert(bucket string, object *Object) *ObjectsInsertCall {
|
func (r *ObjectsService) Insert(bucket string, object *Object) *ObjectsInsertCall {
|
||||||
c := &ObjectsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -10077,7 +10228,7 @@ func (c *ObjectsInsertCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectsInsertCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectsInsertCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -10310,6 +10461,8 @@ type ObjectsListCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// List: Retrieves a list of objects matching the criteria.
|
// List: Retrieves a list of objects matching the criteria.
|
||||||
|
//
|
||||||
|
// - bucket: Name of the bucket in which to look for objects.
|
||||||
func (r *ObjectsService) List(bucket string) *ObjectsListCall {
|
func (r *ObjectsService) List(bucket string) *ObjectsListCall {
|
||||||
c := &ObjectsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -10450,7 +10603,7 @@ func (c *ObjectsListCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectsListCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectsListCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -10642,6 +10795,10 @@ type ObjectsPatchCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Patch: Patches an object's metadata.
|
// Patch: Patches an object's metadata.
|
||||||
|
//
|
||||||
|
// - bucket: Name of the bucket in which the object resides.
|
||||||
|
// - object: Name of the object. For information about how to URL encode
|
||||||
|
// object names to be path safe, see Encoding URI Path Parts.
|
||||||
func (r *ObjectsService) Patch(bucket string, object string, object2 *Object) *ObjectsPatchCall {
|
func (r *ObjectsService) Patch(bucket string, object string, object2 *Object) *ObjectsPatchCall {
|
||||||
c := &ObjectsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -10767,7 +10924,7 @@ func (c *ObjectsPatchCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectsPatchCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectsPatchCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -10958,6 +11115,19 @@ type ObjectsRewriteCall struct {
|
||||||
|
|
||||||
// Rewrite: Rewrites a source object to a destination object. Optionally
|
// Rewrite: Rewrites a source object to a destination object. Optionally
|
||||||
// overrides metadata.
|
// overrides metadata.
|
||||||
|
//
|
||||||
|
// - destinationBucket: Name of the bucket in which to store the new
|
||||||
|
// object. Overrides the provided object metadata's bucket value, if
|
||||||
|
// any.
|
||||||
|
// - destinationObject: Name of the new object. Required when the object
|
||||||
|
// metadata is not otherwise provided. Overrides the object metadata's
|
||||||
|
// name value, if any. For information about how to URL encode object
|
||||||
|
// names to be path safe, see Encoding URI Path Parts.
|
||||||
|
// - sourceBucket: Name of the bucket in which to find the source
|
||||||
|
// object.
|
||||||
|
// - sourceObject: Name of the source object. For information about how
|
||||||
|
// to URL encode object names to be path safe, see Encoding URI Path
|
||||||
|
// Parts.
|
||||||
func (r *ObjectsService) Rewrite(sourceBucket string, sourceObject string, destinationBucket string, destinationObject string, object *Object) *ObjectsRewriteCall {
|
func (r *ObjectsService) Rewrite(sourceBucket string, sourceObject string, destinationBucket string, destinationObject string, object *Object) *ObjectsRewriteCall {
|
||||||
c := &ObjectsRewriteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectsRewriteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.sourceBucket = sourceBucket
|
c.sourceBucket = sourceBucket
|
||||||
|
@ -11159,7 +11329,7 @@ func (c *ObjectsRewriteCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectsRewriteCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectsRewriteCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -11404,6 +11574,10 @@ type ObjectsSetIamPolicyCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetIamPolicy: Updates an IAM policy for the specified object.
|
// SetIamPolicy: Updates an IAM policy for the specified object.
|
||||||
|
//
|
||||||
|
// - bucket: Name of the bucket in which the object resides.
|
||||||
|
// - object: Name of the object. For information about how to URL encode
|
||||||
|
// object names to be path safe, see Encoding URI Path Parts.
|
||||||
func (r *ObjectsService) SetIamPolicy(bucket string, object string, policy *Policy) *ObjectsSetIamPolicyCall {
|
func (r *ObjectsService) SetIamPolicy(bucket string, object string, policy *Policy) *ObjectsSetIamPolicyCall {
|
||||||
c := &ObjectsSetIamPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectsSetIamPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -11462,7 +11636,7 @@ func (c *ObjectsSetIamPolicyCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectsSetIamPolicyCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectsSetIamPolicyCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -11594,6 +11768,11 @@ type ObjectsTestIamPermissionsCall struct {
|
||||||
|
|
||||||
// TestIamPermissions: Tests a set of permissions on the given object to
|
// TestIamPermissions: Tests a set of permissions on the given object to
|
||||||
// see which, if any, are held by the caller.
|
// see which, if any, are held by the caller.
|
||||||
|
//
|
||||||
|
// - bucket: Name of the bucket in which the object resides.
|
||||||
|
// - object: Name of the object. For information about how to URL encode
|
||||||
|
// object names to be path safe, see Encoding URI Path Parts.
|
||||||
|
// - permissions: Permissions to test.
|
||||||
func (r *ObjectsService) TestIamPermissions(bucket string, object string, permissions []string) *ObjectsTestIamPermissionsCall {
|
func (r *ObjectsService) TestIamPermissions(bucket string, object string, permissions []string) *ObjectsTestIamPermissionsCall {
|
||||||
c := &ObjectsTestIamPermissionsCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectsTestIamPermissionsCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -11662,7 +11841,7 @@ func (c *ObjectsTestIamPermissionsCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectsTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectsTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -11798,6 +11977,10 @@ type ObjectsUpdateCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update: Updates an object's metadata.
|
// Update: Updates an object's metadata.
|
||||||
|
//
|
||||||
|
// - bucket: Name of the bucket in which the object resides.
|
||||||
|
// - object: Name of the object. For information about how to URL encode
|
||||||
|
// object names to be path safe, see Encoding URI Path Parts.
|
||||||
func (r *ObjectsService) Update(bucket string, object string, object2 *Object) *ObjectsUpdateCall {
|
func (r *ObjectsService) Update(bucket string, object string, object2 *Object) *ObjectsUpdateCall {
|
||||||
c := &ObjectsUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectsUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -11923,7 +12106,7 @@ func (c *ObjectsUpdateCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectsUpdateCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectsUpdateCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -12110,6 +12293,8 @@ type ObjectsWatchAllCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// WatchAll: Watch for changes on all objects in a bucket.
|
// WatchAll: Watch for changes on all objects in a bucket.
|
||||||
|
//
|
||||||
|
// - bucket: Name of the bucket in which to look for objects.
|
||||||
func (r *ObjectsService) WatchAll(bucket string, channel *Channel) *ObjectsWatchAllCall {
|
func (r *ObjectsService) WatchAll(bucket string, channel *Channel) *ObjectsWatchAllCall {
|
||||||
c := &ObjectsWatchAllCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ObjectsWatchAllCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.bucket = bucket
|
c.bucket = bucket
|
||||||
|
@ -12241,7 +12426,7 @@ func (c *ObjectsWatchAllCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ObjectsWatchAllCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ObjectsWatchAllCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -12416,6 +12601,9 @@ type ProjectsHmacKeysCreateCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create: Creates a new HMAC key for the specified service account.
|
// Create: Creates a new HMAC key for the specified service account.
|
||||||
|
//
|
||||||
|
// - projectId: Project ID owning the service account.
|
||||||
|
// - serviceAccountEmail: Email address of the service account.
|
||||||
func (r *ProjectsHmacKeysService) Create(projectId string, serviceAccountEmail string) *ProjectsHmacKeysCreateCall {
|
func (r *ProjectsHmacKeysService) Create(projectId string, serviceAccountEmail string) *ProjectsHmacKeysCreateCall {
|
||||||
c := &ProjectsHmacKeysCreateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ProjectsHmacKeysCreateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.projectId = projectId
|
c.projectId = projectId
|
||||||
|
@ -12457,7 +12645,7 @@ func (c *ProjectsHmacKeysCreateCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ProjectsHmacKeysCreateCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ProjectsHmacKeysCreateCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -12566,6 +12754,9 @@ type ProjectsHmacKeysDeleteCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Delete: Deletes an HMAC key.
|
// Delete: Deletes an HMAC key.
|
||||||
|
//
|
||||||
|
// - accessId: Name of the HMAC key to be deleted.
|
||||||
|
// - projectId: Project ID owning the requested key.
|
||||||
func (r *ProjectsHmacKeysService) Delete(projectId string, accessId string) *ProjectsHmacKeysDeleteCall {
|
func (r *ProjectsHmacKeysService) Delete(projectId string, accessId string) *ProjectsHmacKeysDeleteCall {
|
||||||
c := &ProjectsHmacKeysDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ProjectsHmacKeysDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.projectId = projectId
|
c.projectId = projectId
|
||||||
|
@ -12607,7 +12798,7 @@ func (c *ProjectsHmacKeysDeleteCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ProjectsHmacKeysDeleteCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ProjectsHmacKeysDeleteCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -12691,6 +12882,10 @@ type ProjectsHmacKeysGetCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get: Retrieves an HMAC key's metadata
|
// Get: Retrieves an HMAC key's metadata
|
||||||
|
//
|
||||||
|
// - accessId: Name of the HMAC key.
|
||||||
|
// - projectId: Project ID owning the service account of the requested
|
||||||
|
// key.
|
||||||
func (r *ProjectsHmacKeysService) Get(projectId string, accessId string) *ProjectsHmacKeysGetCall {
|
func (r *ProjectsHmacKeysService) Get(projectId string, accessId string) *ProjectsHmacKeysGetCall {
|
||||||
c := &ProjectsHmacKeysGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ProjectsHmacKeysGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.projectId = projectId
|
c.projectId = projectId
|
||||||
|
@ -12742,7 +12937,7 @@ func (c *ProjectsHmacKeysGetCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ProjectsHmacKeysGetCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ProjectsHmacKeysGetCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -12857,6 +13052,8 @@ type ProjectsHmacKeysListCall struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// List: Retrieves a list of HMAC keys matching the criteria.
|
// List: Retrieves a list of HMAC keys matching the criteria.
|
||||||
|
//
|
||||||
|
// - projectId: Name of the project in which to look for HMAC keys.
|
||||||
func (r *ProjectsHmacKeysService) List(projectId string) *ProjectsHmacKeysListCall {
|
func (r *ProjectsHmacKeysService) List(projectId string) *ProjectsHmacKeysListCall {
|
||||||
c := &ProjectsHmacKeysListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ProjectsHmacKeysListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.projectId = projectId
|
c.projectId = projectId
|
||||||
|
@ -12942,7 +13139,7 @@ func (c *ProjectsHmacKeysListCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ProjectsHmacKeysListCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ProjectsHmacKeysListCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -13095,6 +13292,10 @@ type ProjectsHmacKeysUpdateCall struct {
|
||||||
|
|
||||||
// Update: Updates the state of an HMAC key. See the HMAC Key resource
|
// Update: Updates the state of an HMAC key. See the HMAC Key resource
|
||||||
// descriptor for valid states.
|
// descriptor for valid states.
|
||||||
|
//
|
||||||
|
// - accessId: Name of the HMAC key being updated.
|
||||||
|
// - projectId: Project ID owning the service account of the updated
|
||||||
|
// key.
|
||||||
func (r *ProjectsHmacKeysService) Update(projectId string, accessId string, hmackeymetadata *HmacKeyMetadata) *ProjectsHmacKeysUpdateCall {
|
func (r *ProjectsHmacKeysService) Update(projectId string, accessId string, hmackeymetadata *HmacKeyMetadata) *ProjectsHmacKeysUpdateCall {
|
||||||
c := &ProjectsHmacKeysUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ProjectsHmacKeysUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.projectId = projectId
|
c.projectId = projectId
|
||||||
|
@ -13137,7 +13338,7 @@ func (c *ProjectsHmacKeysUpdateCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ProjectsHmacKeysUpdateCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ProjectsHmacKeysUpdateCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
@ -13256,6 +13457,8 @@ type ProjectsServiceAccountGetCall struct {
|
||||||
|
|
||||||
// Get: Get the email address of this project's Google Cloud Storage
|
// Get: Get the email address of this project's Google Cloud Storage
|
||||||
// service account.
|
// service account.
|
||||||
|
//
|
||||||
|
// - projectId: Project ID.
|
||||||
func (r *ProjectsServiceAccountService) Get(projectId string) *ProjectsServiceAccountGetCall {
|
func (r *ProjectsServiceAccountService) Get(projectId string) *ProjectsServiceAccountGetCall {
|
||||||
c := &ProjectsServiceAccountGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
c := &ProjectsServiceAccountGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||||
c.projectId = projectId
|
c.projectId = projectId
|
||||||
|
@ -13314,7 +13517,7 @@ func (c *ProjectsServiceAccountGetCall) Header() http.Header {
|
||||||
|
|
||||||
func (c *ProjectsServiceAccountGetCall) doRequest(alt string) (*http.Response, error) {
|
func (c *ProjectsServiceAccountGetCall) doRequest(alt string) (*http.Response, error) {
|
||||||
reqHeaders := make(http.Header)
|
reqHeaders := make(http.Header)
|
||||||
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210322")
|
reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20210406")
|
||||||
for k, v := range c.header_ {
|
for k, v := range c.header_ {
|
||||||
reqHeaders[k] = v
|
reqHeaders[k] = v
|
||||||
}
|
}
|
||||||
|
|
10
vendor/google.golang.org/grpc/balancer/balancer.go
generated
vendored
10
vendor/google.golang.org/grpc/balancer/balancer.go
generated
vendored
|
@ -101,6 +101,9 @@ type SubConn interface {
|
||||||
// a new connection will be created.
|
// a new connection will be created.
|
||||||
//
|
//
|
||||||
// This will trigger a state transition for the SubConn.
|
// This will trigger a state transition for the SubConn.
|
||||||
|
//
|
||||||
|
// Deprecated: This method is now part of the ClientConn interface and will
|
||||||
|
// eventually be removed from here.
|
||||||
UpdateAddresses([]resolver.Address)
|
UpdateAddresses([]resolver.Address)
|
||||||
// Connect starts the connecting for this SubConn.
|
// Connect starts the connecting for this SubConn.
|
||||||
Connect()
|
Connect()
|
||||||
|
@ -143,6 +146,13 @@ type ClientConn interface {
|
||||||
// RemoveSubConn removes the SubConn from ClientConn.
|
// RemoveSubConn removes the SubConn from ClientConn.
|
||||||
// The SubConn will be shutdown.
|
// The SubConn will be shutdown.
|
||||||
RemoveSubConn(SubConn)
|
RemoveSubConn(SubConn)
|
||||||
|
// UpdateAddresses updates the addresses used in the passed in SubConn.
|
||||||
|
// gRPC checks if the currently connected address is still in the new list.
|
||||||
|
// If so, the connection will be kept. Else, the connection will be
|
||||||
|
// gracefully closed, and a new connection will be created.
|
||||||
|
//
|
||||||
|
// This will trigger a state transition for the SubConn.
|
||||||
|
UpdateAddresses(SubConn, []resolver.Address)
|
||||||
|
|
||||||
// UpdateState notifies gRPC that the balancer's internal state has
|
// UpdateState notifies gRPC that the balancer's internal state has
|
||||||
// changed.
|
// changed.
|
||||||
|
|
29
vendor/google.golang.org/grpc/balancer/base/balancer.go
generated
vendored
29
vendor/google.golang.org/grpc/balancer/base/balancer.go
generated
vendored
|
@ -22,6 +22,7 @@ import (
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
|
"google.golang.org/grpc/attributes"
|
||||||
"google.golang.org/grpc/balancer"
|
"google.golang.org/grpc/balancer"
|
||||||
"google.golang.org/grpc/connectivity"
|
"google.golang.org/grpc/connectivity"
|
||||||
"google.golang.org/grpc/grpclog"
|
"google.golang.org/grpc/grpclog"
|
||||||
|
@ -41,7 +42,7 @@ func (bb *baseBuilder) Build(cc balancer.ClientConn, opt balancer.BuildOptions)
|
||||||
cc: cc,
|
cc: cc,
|
||||||
pickerBuilder: bb.pickerBuilder,
|
pickerBuilder: bb.pickerBuilder,
|
||||||
|
|
||||||
subConns: make(map[resolver.Address]balancer.SubConn),
|
subConns: make(map[resolver.Address]subConnInfo),
|
||||||
scStates: make(map[balancer.SubConn]connectivity.State),
|
scStates: make(map[balancer.SubConn]connectivity.State),
|
||||||
csEvltr: &balancer.ConnectivityStateEvaluator{},
|
csEvltr: &balancer.ConnectivityStateEvaluator{},
|
||||||
config: bb.config,
|
config: bb.config,
|
||||||
|
@ -57,6 +58,11 @@ func (bb *baseBuilder) Name() string {
|
||||||
return bb.name
|
return bb.name
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type subConnInfo struct {
|
||||||
|
subConn balancer.SubConn
|
||||||
|
attrs *attributes.Attributes
|
||||||
|
}
|
||||||
|
|
||||||
type baseBalancer struct {
|
type baseBalancer struct {
|
||||||
cc balancer.ClientConn
|
cc balancer.ClientConn
|
||||||
pickerBuilder PickerBuilder
|
pickerBuilder PickerBuilder
|
||||||
|
@ -64,7 +70,7 @@ type baseBalancer struct {
|
||||||
csEvltr *balancer.ConnectivityStateEvaluator
|
csEvltr *balancer.ConnectivityStateEvaluator
|
||||||
state connectivity.State
|
state connectivity.State
|
||||||
|
|
||||||
subConns map[resolver.Address]balancer.SubConn // `attributes` is stripped from the keys of this map (the addresses)
|
subConns map[resolver.Address]subConnInfo // `attributes` is stripped from the keys of this map (the addresses)
|
||||||
scStates map[balancer.SubConn]connectivity.State
|
scStates map[balancer.SubConn]connectivity.State
|
||||||
picker balancer.Picker
|
picker balancer.Picker
|
||||||
config Config
|
config Config
|
||||||
|
@ -114,7 +120,7 @@ func (b *baseBalancer) UpdateClientConnState(s balancer.ClientConnState) error {
|
||||||
aNoAttrs := a
|
aNoAttrs := a
|
||||||
aNoAttrs.Attributes = nil
|
aNoAttrs.Attributes = nil
|
||||||
addrsSet[aNoAttrs] = struct{}{}
|
addrsSet[aNoAttrs] = struct{}{}
|
||||||
if sc, ok := b.subConns[aNoAttrs]; !ok {
|
if scInfo, ok := b.subConns[aNoAttrs]; !ok {
|
||||||
// a is a new address (not existing in b.subConns).
|
// a is a new address (not existing in b.subConns).
|
||||||
//
|
//
|
||||||
// When creating SubConn, the original address with attributes is
|
// When creating SubConn, the original address with attributes is
|
||||||
|
@ -125,7 +131,7 @@ func (b *baseBalancer) UpdateClientConnState(s balancer.ClientConnState) error {
|
||||||
logger.Warningf("base.baseBalancer: failed to create new SubConn: %v", err)
|
logger.Warningf("base.baseBalancer: failed to create new SubConn: %v", err)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
b.subConns[aNoAttrs] = sc
|
b.subConns[aNoAttrs] = subConnInfo{subConn: sc, attrs: a.Attributes}
|
||||||
b.scStates[sc] = connectivity.Idle
|
b.scStates[sc] = connectivity.Idle
|
||||||
sc.Connect()
|
sc.Connect()
|
||||||
} else {
|
} else {
|
||||||
|
@ -135,13 +141,15 @@ func (b *baseBalancer) UpdateClientConnState(s balancer.ClientConnState) error {
|
||||||
// The SubConn does a reflect.DeepEqual of the new and old
|
// The SubConn does a reflect.DeepEqual of the new and old
|
||||||
// addresses. So this is a noop if the current address is the same
|
// addresses. So this is a noop if the current address is the same
|
||||||
// as the old one (including attributes).
|
// as the old one (including attributes).
|
||||||
sc.UpdateAddresses([]resolver.Address{a})
|
scInfo.attrs = a.Attributes
|
||||||
|
b.subConns[aNoAttrs] = scInfo
|
||||||
|
b.cc.UpdateAddresses(scInfo.subConn, []resolver.Address{a})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for a, sc := range b.subConns {
|
for a, scInfo := range b.subConns {
|
||||||
// a was removed by resolver.
|
// a was removed by resolver.
|
||||||
if _, ok := addrsSet[a]; !ok {
|
if _, ok := addrsSet[a]; !ok {
|
||||||
b.cc.RemoveSubConn(sc)
|
b.cc.RemoveSubConn(scInfo.subConn)
|
||||||
delete(b.subConns, a)
|
delete(b.subConns, a)
|
||||||
// Keep the state of this sc in b.scStates until sc's state becomes Shutdown.
|
// Keep the state of this sc in b.scStates until sc's state becomes Shutdown.
|
||||||
// The entry will be deleted in UpdateSubConnState.
|
// The entry will be deleted in UpdateSubConnState.
|
||||||
|
@ -184,9 +192,10 @@ func (b *baseBalancer) regeneratePicker() {
|
||||||
readySCs := make(map[balancer.SubConn]SubConnInfo)
|
readySCs := make(map[balancer.SubConn]SubConnInfo)
|
||||||
|
|
||||||
// Filter out all ready SCs from full subConn map.
|
// Filter out all ready SCs from full subConn map.
|
||||||
for addr, sc := range b.subConns {
|
for addr, scInfo := range b.subConns {
|
||||||
if st, ok := b.scStates[sc]; ok && st == connectivity.Ready {
|
if st, ok := b.scStates[scInfo.subConn]; ok && st == connectivity.Ready {
|
||||||
readySCs[sc] = SubConnInfo{Address: addr}
|
addr.Attributes = scInfo.attrs
|
||||||
|
readySCs[scInfo.subConn] = SubConnInfo{Address: addr}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
b.picker = b.pickerBuilder.Build(PickerBuildInfo{ReadySCs: readySCs})
|
b.picker = b.pickerBuilder.Build(PickerBuildInfo{ReadySCs: readySCs})
|
||||||
|
|
8
vendor/google.golang.org/grpc/balancer_conn_wrappers.go
generated
vendored
8
vendor/google.golang.org/grpc/balancer_conn_wrappers.go
generated
vendored
|
@ -163,6 +163,14 @@ func (ccb *ccBalancerWrapper) RemoveSubConn(sc balancer.SubConn) {
|
||||||
ccb.cc.removeAddrConn(acbw.getAddrConn(), errConnDrain)
|
ccb.cc.removeAddrConn(acbw.getAddrConn(), errConnDrain)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (ccb *ccBalancerWrapper) UpdateAddresses(sc balancer.SubConn, addrs []resolver.Address) {
|
||||||
|
acbw, ok := sc.(*acBalancerWrapper)
|
||||||
|
if !ok {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
acbw.UpdateAddresses(addrs)
|
||||||
|
}
|
||||||
|
|
||||||
func (ccb *ccBalancerWrapper) UpdateState(s balancer.State) {
|
func (ccb *ccBalancerWrapper) UpdateState(s balancer.State) {
|
||||||
ccb.mu.Lock()
|
ccb.mu.Lock()
|
||||||
defer ccb.mu.Unlock()
|
defer ccb.mu.Unlock()
|
||||||
|
|
2
vendor/google.golang.org/grpc/go.mod
generated
vendored
2
vendor/google.golang.org/grpc/go.mod
generated
vendored
|
@ -4,7 +4,7 @@ go 1.11
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403
|
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403
|
||||||
github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad
|
github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d
|
||||||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
||||||
github.com/golang/protobuf v1.4.2
|
github.com/golang/protobuf v1.4.2
|
||||||
github.com/google/go-cmp v0.5.0
|
github.com/google/go-cmp v0.5.0
|
||||||
|
|
4
vendor/google.golang.org/grpc/go.sum
generated
vendored
4
vendor/google.golang.org/grpc/go.sum
generated
vendored
|
@ -12,8 +12,8 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8
|
||||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||||
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
|
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
|
||||||
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
|
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
|
||||||
github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad h1:EmNYJhPYy0pOFjCx2PrgtaBXmee0iUX9hLlxE1xHOJE=
|
github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d h1:QyzYnTnPE15SQyUeqU6qLbWxMkwyAyu+vGksa0b7j00=
|
||||||
github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk=
|
github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk=
|
||||||
github.com/envoyproxy/protoc-gen-validate v0.1.0 h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A=
|
github.com/envoyproxy/protoc-gen-validate v0.1.0 h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A=
|
||||||
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
|
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
|
||||||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=
|
||||||
|
|
69
vendor/google.golang.org/grpc/internal/resolver/config_selector.go
generated
vendored
69
vendor/google.golang.org/grpc/internal/resolver/config_selector.go
generated
vendored
|
@ -24,6 +24,7 @@ import (
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"google.golang.org/grpc/internal/serviceconfig"
|
"google.golang.org/grpc/internal/serviceconfig"
|
||||||
|
"google.golang.org/grpc/metadata"
|
||||||
"google.golang.org/grpc/resolver"
|
"google.golang.org/grpc/resolver"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -51,6 +52,74 @@ type RPCConfig struct {
|
||||||
Context context.Context
|
Context context.Context
|
||||||
MethodConfig serviceconfig.MethodConfig // configuration to use for this RPC
|
MethodConfig serviceconfig.MethodConfig // configuration to use for this RPC
|
||||||
OnCommitted func() // Called when the RPC has been committed (retries no longer possible)
|
OnCommitted func() // Called when the RPC has been committed (retries no longer possible)
|
||||||
|
Interceptor ClientInterceptor
|
||||||
|
}
|
||||||
|
|
||||||
|
// ClientStream is the same as grpc.ClientStream, but defined here for circular
|
||||||
|
// dependency reasons.
|
||||||
|
type ClientStream interface {
|
||||||
|
// Header returns the header metadata received from the server if there
|
||||||
|
// is any. It blocks if the metadata is not ready to read.
|
||||||
|
Header() (metadata.MD, error)
|
||||||
|
// Trailer returns the trailer metadata from the server, if there is any.
|
||||||
|
// It must only be called after stream.CloseAndRecv has returned, or
|
||||||
|
// stream.Recv has returned a non-nil error (including io.EOF).
|
||||||
|
Trailer() metadata.MD
|
||||||
|
// CloseSend closes the send direction of the stream. It closes the stream
|
||||||
|
// when non-nil error is met. It is also not safe to call CloseSend
|
||||||
|
// concurrently with SendMsg.
|
||||||
|
CloseSend() error
|
||||||
|
// Context returns the context for this stream.
|
||||||
|
//
|
||||||
|
// It should not be called until after Header or RecvMsg has returned. Once
|
||||||
|
// called, subsequent client-side retries are disabled.
|
||||||
|
Context() context.Context
|
||||||
|
// SendMsg is generally called by generated code. On error, SendMsg aborts
|
||||||
|
// the stream. If the error was generated by the client, the status is
|
||||||
|
// returned directly; otherwise, io.EOF is returned and the status of
|
||||||
|
// the stream may be discovered using RecvMsg.
|
||||||
|
//
|
||||||
|
// SendMsg blocks until:
|
||||||
|
// - There is sufficient flow control to schedule m with the transport, or
|
||||||
|
// - The stream is done, or
|
||||||
|
// - The stream breaks.
|
||||||
|
//
|
||||||
|
// SendMsg does not wait until the message is received by the server. An
|
||||||
|
// untimely stream closure may result in lost messages. To ensure delivery,
|
||||||
|
// users should ensure the RPC completed successfully using RecvMsg.
|
||||||
|
//
|
||||||
|
// It is safe to have a goroutine calling SendMsg and another goroutine
|
||||||
|
// calling RecvMsg on the same stream at the same time, but it is not safe
|
||||||
|
// to call SendMsg on the same stream in different goroutines. It is also
|
||||||
|
// not safe to call CloseSend concurrently with SendMsg.
|
||||||
|
SendMsg(m interface{}) error
|
||||||
|
// RecvMsg blocks until it receives a message into m or the stream is
|
||||||
|
// done. It returns io.EOF when the stream completes successfully. On
|
||||||
|
// any other error, the stream is aborted and the error contains the RPC
|
||||||
|
// status.
|
||||||
|
//
|
||||||
|
// It is safe to have a goroutine calling SendMsg and another goroutine
|
||||||
|
// calling RecvMsg on the same stream at the same time, but it is not
|
||||||
|
// safe to call RecvMsg on the same stream in different goroutines.
|
||||||
|
RecvMsg(m interface{}) error
|
||||||
|
}
|
||||||
|
|
||||||
|
// ClientInterceptor is an interceptor for gRPC client streams.
|
||||||
|
type ClientInterceptor interface {
|
||||||
|
// NewStream produces a ClientStream for an RPC which may optionally use
|
||||||
|
// the provided function to produce a stream for delegation. Note:
|
||||||
|
// RPCInfo.Context should not be used (will be nil).
|
||||||
|
//
|
||||||
|
// done is invoked when the RPC is finished using its connection, or could
|
||||||
|
// not be assigned a connection. RPC operations may still occur on
|
||||||
|
// ClientStream after done is called, since the interceptor is invoked by
|
||||||
|
// application-layer operations. done must never be nil when called.
|
||||||
|
NewStream(ctx context.Context, ri RPCInfo, done func(), newStream func(ctx context.Context, done func()) (ClientStream, error)) (ClientStream, error)
|
||||||
|
}
|
||||||
|
|
||||||
|
// ServerInterceptor is unimplementable; do not use.
|
||||||
|
type ServerInterceptor interface {
|
||||||
|
notDefined()
|
||||||
}
|
}
|
||||||
|
|
||||||
type csKeyType string
|
type csKeyType string
|
||||||
|
|
4
vendor/google.golang.org/grpc/internal/transport/http2_client.go
generated
vendored
4
vendor/google.golang.org/grpc/internal/transport/http2_client.go
generated
vendored
|
@ -414,6 +414,7 @@ func (t *http2Client) newStream(ctx context.Context, callHdr *CallHdr) *Stream {
|
||||||
buf: newRecvBuffer(),
|
buf: newRecvBuffer(),
|
||||||
headerChan: make(chan struct{}),
|
headerChan: make(chan struct{}),
|
||||||
contentSubtype: callHdr.ContentSubtype,
|
contentSubtype: callHdr.ContentSubtype,
|
||||||
|
doneFunc: callHdr.DoneFunc,
|
||||||
}
|
}
|
||||||
s.wq = newWriteQuota(defaultWriteQuota, s.done)
|
s.wq = newWriteQuota(defaultWriteQuota, s.done)
|
||||||
s.requestRead = func(n int) {
|
s.requestRead = func(n int) {
|
||||||
|
@ -832,6 +833,9 @@ func (t *http2Client) closeStream(s *Stream, err error, rst bool, rstCode http2.
|
||||||
t.controlBuf.executeAndPut(addBackStreamQuota, cleanup)
|
t.controlBuf.executeAndPut(addBackStreamQuota, cleanup)
|
||||||
// This will unblock write.
|
// This will unblock write.
|
||||||
close(s.done)
|
close(s.done)
|
||||||
|
if s.doneFunc != nil {
|
||||||
|
s.doneFunc()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Close kicks off the shutdown process of the transport. This should be called
|
// Close kicks off the shutdown process of the transport. This should be called
|
||||||
|
|
15
vendor/google.golang.org/grpc/internal/transport/http2_server.go
generated
vendored
15
vendor/google.golang.org/grpc/internal/transport/http2_server.go
generated
vendored
|
@ -26,6 +26,7 @@ import (
|
||||||
"io"
|
"io"
|
||||||
"math"
|
"math"
|
||||||
"net"
|
"net"
|
||||||
|
"net/http"
|
||||||
"strconv"
|
"strconv"
|
||||||
"sync"
|
"sync"
|
||||||
"sync/atomic"
|
"sync/atomic"
|
||||||
|
@ -402,6 +403,20 @@ func (t *http2Server) operateHeaders(frame *http2.MetaHeadersFrame, handle func(
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
t.maxStreamID = streamID
|
t.maxStreamID = streamID
|
||||||
|
if state.data.httpMethod != http.MethodPost {
|
||||||
|
t.mu.Unlock()
|
||||||
|
if logger.V(logLevel) {
|
||||||
|
logger.Warningf("transport: http2Server.operateHeaders parsed a :method field: %v which should be POST", state.data.httpMethod)
|
||||||
|
}
|
||||||
|
t.controlBuf.put(&cleanupStream{
|
||||||
|
streamID: streamID,
|
||||||
|
rst: true,
|
||||||
|
rstCode: http2.ErrCodeProtocol,
|
||||||
|
onWrite: func() {},
|
||||||
|
})
|
||||||
|
s.cancel()
|
||||||
|
return false
|
||||||
|
}
|
||||||
t.activeStreams[streamID] = s
|
t.activeStreams[streamID] = s
|
||||||
if len(t.activeStreams) == 1 {
|
if len(t.activeStreams) == 1 {
|
||||||
t.idle = time.Time{}
|
t.idle = time.Time{}
|
||||||
|
|
3
vendor/google.golang.org/grpc/internal/transport/http_util.go
generated
vendored
3
vendor/google.golang.org/grpc/internal/transport/http_util.go
generated
vendored
|
@ -111,6 +111,7 @@ type parsedHeaderData struct {
|
||||||
timeoutSet bool
|
timeoutSet bool
|
||||||
timeout time.Duration
|
timeout time.Duration
|
||||||
method string
|
method string
|
||||||
|
httpMethod string
|
||||||
// key-value metadata map from the peer.
|
// key-value metadata map from the peer.
|
||||||
mdata map[string][]string
|
mdata map[string][]string
|
||||||
statsTags []byte
|
statsTags []byte
|
||||||
|
@ -363,6 +364,8 @@ func (d *decodeState) processHeaderField(f hpack.HeaderField) {
|
||||||
}
|
}
|
||||||
d.data.statsTrace = v
|
d.data.statsTrace = v
|
||||||
d.addMetadata(f.Name, string(v))
|
d.addMetadata(f.Name, string(v))
|
||||||
|
case ":method":
|
||||||
|
d.data.httpMethod = f.Value
|
||||||
default:
|
default:
|
||||||
if isReservedHeader(f.Name) && !isWhitelistedHeader(f.Name) {
|
if isReservedHeader(f.Name) && !isWhitelistedHeader(f.Name) {
|
||||||
break
|
break
|
||||||
|
|
3
vendor/google.golang.org/grpc/internal/transport/transport.go
generated
vendored
3
vendor/google.golang.org/grpc/internal/transport/transport.go
generated
vendored
|
@ -241,6 +241,7 @@ type Stream struct {
|
||||||
ctx context.Context // the associated context of the stream
|
ctx context.Context // the associated context of the stream
|
||||||
cancel context.CancelFunc // always nil for client side Stream
|
cancel context.CancelFunc // always nil for client side Stream
|
||||||
done chan struct{} // closed at the end of stream to unblock writers. On the client side.
|
done chan struct{} // closed at the end of stream to unblock writers. On the client side.
|
||||||
|
doneFunc func() // invoked at the end of stream on client side.
|
||||||
ctxDone <-chan struct{} // same as done chan but for server side. Cache of ctx.Done() (for performance)
|
ctxDone <-chan struct{} // same as done chan but for server side. Cache of ctx.Done() (for performance)
|
||||||
method string // the associated RPC method of the stream
|
method string // the associated RPC method of the stream
|
||||||
recvCompress string
|
recvCompress string
|
||||||
|
@ -611,6 +612,8 @@ type CallHdr struct {
|
||||||
ContentSubtype string
|
ContentSubtype string
|
||||||
|
|
||||||
PreviousAttempts int // value of grpc-previous-rpc-attempts header to set
|
PreviousAttempts int // value of grpc-previous-rpc-attempts header to set
|
||||||
|
|
||||||
|
DoneFunc func() // called when the stream is finished
|
||||||
}
|
}
|
||||||
|
|
||||||
// ClientTransport is the common interface for all gRPC client-side transport
|
// ClientTransport is the common interface for all gRPC client-side transport
|
||||||
|
|
2
vendor/google.golang.org/grpc/pickfirst.go
generated
vendored
2
vendor/google.golang.org/grpc/pickfirst.go
generated
vendored
|
@ -84,7 +84,7 @@ func (b *pickfirstBalancer) UpdateClientConnState(cs balancer.ClientConnState) e
|
||||||
b.cc.UpdateState(balancer.State{ConnectivityState: connectivity.Idle, Picker: &picker{result: balancer.PickResult{SubConn: b.sc}}})
|
b.cc.UpdateState(balancer.State{ConnectivityState: connectivity.Idle, Picker: &picker{result: balancer.PickResult{SubConn: b.sc}}})
|
||||||
b.sc.Connect()
|
b.sc.Connect()
|
||||||
} else {
|
} else {
|
||||||
b.sc.UpdateAddresses(cs.ResolverState.Addresses)
|
b.cc.UpdateAddresses(b.sc, cs.ResolverState.Addresses)
|
||||||
b.sc.Connect()
|
b.sc.Connect()
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
|
30
vendor/google.golang.org/grpc/stream.go
generated
vendored
30
vendor/google.golang.org/grpc/stream.go
generated
vendored
|
@ -166,7 +166,6 @@ func newClientStream(ctx context.Context, desc *StreamDesc, cc *ClientConn, meth
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
c := defaultCallInfo()
|
|
||||||
// Provide an opportunity for the first RPC to see the first service config
|
// Provide an opportunity for the first RPC to see the first service config
|
||||||
// provided by the resolver.
|
// provided by the resolver.
|
||||||
if err := cc.waitForResolvedAddrs(ctx); err != nil {
|
if err := cc.waitForResolvedAddrs(ctx); err != nil {
|
||||||
|
@ -175,18 +174,40 @@ func newClientStream(ctx context.Context, desc *StreamDesc, cc *ClientConn, meth
|
||||||
|
|
||||||
var mc serviceconfig.MethodConfig
|
var mc serviceconfig.MethodConfig
|
||||||
var onCommit func()
|
var onCommit func()
|
||||||
rpcConfig, err := cc.safeConfigSelector.SelectConfig(iresolver.RPCInfo{Context: ctx, Method: method})
|
var newStream = func(ctx context.Context, done func()) (iresolver.ClientStream, error) {
|
||||||
if err != nil {
|
return newClientStreamWithParams(ctx, desc, cc, method, mc, onCommit, done, opts...)
|
||||||
return nil, status.Convert(err).Err()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rpcInfo := iresolver.RPCInfo{Context: ctx, Method: method}
|
||||||
|
rpcConfig, err := cc.safeConfigSelector.SelectConfig(rpcInfo)
|
||||||
|
if err != nil {
|
||||||
|
return nil, toRPCErr(err)
|
||||||
|
}
|
||||||
|
|
||||||
if rpcConfig != nil {
|
if rpcConfig != nil {
|
||||||
if rpcConfig.Context != nil {
|
if rpcConfig.Context != nil {
|
||||||
ctx = rpcConfig.Context
|
ctx = rpcConfig.Context
|
||||||
}
|
}
|
||||||
mc = rpcConfig.MethodConfig
|
mc = rpcConfig.MethodConfig
|
||||||
onCommit = rpcConfig.OnCommitted
|
onCommit = rpcConfig.OnCommitted
|
||||||
|
if rpcConfig.Interceptor != nil {
|
||||||
|
rpcInfo.Context = nil
|
||||||
|
ns := newStream
|
||||||
|
newStream = func(ctx context.Context, done func()) (iresolver.ClientStream, error) {
|
||||||
|
cs, err := rpcConfig.Interceptor.NewStream(ctx, rpcInfo, done, ns)
|
||||||
|
if err != nil {
|
||||||
|
return nil, toRPCErr(err)
|
||||||
|
}
|
||||||
|
return cs, nil
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return newStream(ctx, func() {})
|
||||||
|
}
|
||||||
|
|
||||||
|
func newClientStreamWithParams(ctx context.Context, desc *StreamDesc, cc *ClientConn, method string, mc serviceconfig.MethodConfig, onCommit, doneFunc func(), opts ...CallOption) (_ iresolver.ClientStream, err error) {
|
||||||
|
c := defaultCallInfo()
|
||||||
if mc.WaitForReady != nil {
|
if mc.WaitForReady != nil {
|
||||||
c.failFast = !*mc.WaitForReady
|
c.failFast = !*mc.WaitForReady
|
||||||
}
|
}
|
||||||
|
@ -223,6 +244,7 @@ func newClientStream(ctx context.Context, desc *StreamDesc, cc *ClientConn, meth
|
||||||
Host: cc.authority,
|
Host: cc.authority,
|
||||||
Method: method,
|
Method: method,
|
||||||
ContentSubtype: c.contentSubtype,
|
ContentSubtype: c.contentSubtype,
|
||||||
|
DoneFunc: doneFunc,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set our outgoing compression according to the UseCompressor CallOption, if
|
// Set our outgoing compression according to the UseCompressor CallOption, if
|
||||||
|
|
2
vendor/google.golang.org/grpc/version.go
generated
vendored
2
vendor/google.golang.org/grpc/version.go
generated
vendored
|
@ -19,4 +19,4 @@
|
||||||
package grpc
|
package grpc
|
||||||
|
|
||||||
// Version is the current grpc version.
|
// Version is the current grpc version.
|
||||||
const Version = "1.36.1"
|
const Version = "1.37.0"
|
||||||
|
|
21
vendor/google.golang.org/grpc/vet.sh
generated
vendored
21
vendor/google.golang.org/grpc/vet.sh
generated
vendored
|
@ -28,7 +28,8 @@ cleanup() {
|
||||||
}
|
}
|
||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
|
|
||||||
PATH="${GOPATH}/bin:${GOROOT}/bin:${PATH}"
|
PATH="${HOME}/go/bin:${GOROOT}/bin:${PATH}"
|
||||||
|
go version
|
||||||
|
|
||||||
if [[ "$1" = "-install" ]]; then
|
if [[ "$1" = "-install" ]]; then
|
||||||
# Check for module support
|
# Check for module support
|
||||||
|
@ -107,7 +108,7 @@ go list -f {{.Dir}} ./... | xargs go run test/go_vet/vet.go
|
||||||
# - gofmt, goimports, golint (with exceptions for generated code), go vet.
|
# - gofmt, goimports, golint (with exceptions for generated code), go vet.
|
||||||
gofmt -s -d -l . 2>&1 | fail_on_output
|
gofmt -s -d -l . 2>&1 | fail_on_output
|
||||||
goimports -l . 2>&1 | not grep -vE "\.pb\.go"
|
goimports -l . 2>&1 | not grep -vE "\.pb\.go"
|
||||||
golint ./... 2>&1 | not grep -vE "\.pb\.go:"
|
golint ./... 2>&1 | not grep -vE "/testv3\.pb\.go:"
|
||||||
go vet -all ./...
|
go vet -all ./...
|
||||||
|
|
||||||
misspell -error .
|
misspell -error .
|
||||||
|
@ -141,8 +142,11 @@ not grep -Fv '.CredsBundle
|
||||||
.NewAddress
|
.NewAddress
|
||||||
.NewServiceConfig
|
.NewServiceConfig
|
||||||
.Type is deprecated: use Attributes
|
.Type is deprecated: use Attributes
|
||||||
|
BuildVersion is deprecated
|
||||||
balancer.ErrTransientFailure
|
balancer.ErrTransientFailure
|
||||||
balancer.Picker
|
balancer.Picker
|
||||||
|
extDesc.Filename is deprecated
|
||||||
|
github.com/golang/protobuf/jsonpb is deprecated
|
||||||
grpc.CallCustomCodec
|
grpc.CallCustomCodec
|
||||||
grpc.Code
|
grpc.Code
|
||||||
grpc.Compressor
|
grpc.Compressor
|
||||||
|
@ -164,13 +168,7 @@ grpc.WithServiceConfig
|
||||||
grpc.WithTimeout
|
grpc.WithTimeout
|
||||||
http.CloseNotifier
|
http.CloseNotifier
|
||||||
info.SecurityVersion
|
info.SecurityVersion
|
||||||
resolver.Backend
|
|
||||||
resolver.GRPCLB
|
|
||||||
extDesc.Filename is deprecated
|
|
||||||
BuildVersion is deprecated
|
|
||||||
github.com/golang/protobuf/jsonpb is deprecated
|
|
||||||
proto is deprecated
|
proto is deprecated
|
||||||
xxx_messageInfo_
|
|
||||||
proto.InternalMessageInfo is deprecated
|
proto.InternalMessageInfo is deprecated
|
||||||
proto.EnumName is deprecated
|
proto.EnumName is deprecated
|
||||||
proto.ErrInternalBadWireType is deprecated
|
proto.ErrInternalBadWireType is deprecated
|
||||||
|
@ -184,7 +182,12 @@ proto.RegisterExtension is deprecated
|
||||||
proto.RegisteredExtension is deprecated
|
proto.RegisteredExtension is deprecated
|
||||||
proto.RegisteredExtensions is deprecated
|
proto.RegisteredExtensions is deprecated
|
||||||
proto.RegisterMapType is deprecated
|
proto.RegisterMapType is deprecated
|
||||||
proto.Unmarshaler is deprecated' "${SC_OUT}"
|
proto.Unmarshaler is deprecated
|
||||||
|
resolver.Backend
|
||||||
|
resolver.GRPCLB
|
||||||
|
Target is deprecated: Use the Target field in the BuildOptions instead.
|
||||||
|
xxx_messageInfo_
|
||||||
|
' "${SC_OUT}"
|
||||||
|
|
||||||
# - special golint on package comments.
|
# - special golint on package comments.
|
||||||
lint_package_comment_per_package() {
|
lint_package_comment_per_package() {
|
||||||
|
|
16
vendor/modules.txt
vendored
16
vendor/modules.txt
vendored
|
@ -1,5 +1,4 @@
|
||||||
# cloud.google.com/go v0.81.0
|
# cloud.google.com/go v0.81.0
|
||||||
## explicit
|
|
||||||
cloud.google.com/go
|
cloud.google.com/go
|
||||||
cloud.google.com/go/compute/metadata
|
cloud.google.com/go/compute/metadata
|
||||||
cloud.google.com/go/iam
|
cloud.google.com/go/iam
|
||||||
|
@ -27,7 +26,7 @@ github.com/VictoriaMetrics/metricsql
|
||||||
github.com/VictoriaMetrics/metricsql/binaryop
|
github.com/VictoriaMetrics/metricsql/binaryop
|
||||||
# github.com/VividCortex/ewma v1.1.1
|
# github.com/VividCortex/ewma v1.1.1
|
||||||
github.com/VividCortex/ewma
|
github.com/VividCortex/ewma
|
||||||
# github.com/aws/aws-sdk-go v1.38.12
|
# github.com/aws/aws-sdk-go v1.38.15
|
||||||
## explicit
|
## explicit
|
||||||
github.com/aws/aws-sdk-go/aws
|
github.com/aws/aws-sdk-go/aws
|
||||||
github.com/aws/aws-sdk-go/aws/arn
|
github.com/aws/aws-sdk-go/aws/arn
|
||||||
|
@ -104,7 +103,6 @@ github.com/go-logfmt/logfmt
|
||||||
## explicit
|
## explicit
|
||||||
github.com/golang/groupcache/lru
|
github.com/golang/groupcache/lru
|
||||||
# github.com/golang/protobuf v1.5.2
|
# github.com/golang/protobuf v1.5.2
|
||||||
## explicit
|
|
||||||
github.com/golang/protobuf/internal/gengogrpc
|
github.com/golang/protobuf/internal/gengogrpc
|
||||||
github.com/golang/protobuf/proto
|
github.com/golang/protobuf/proto
|
||||||
github.com/golang/protobuf/protoc-gen-go
|
github.com/golang/protobuf/protoc-gen-go
|
||||||
|
@ -239,7 +237,7 @@ golang.org/x/lint/golint
|
||||||
## explicit
|
## explicit
|
||||||
golang.org/x/mod/module
|
golang.org/x/mod/module
|
||||||
golang.org/x/mod/semver
|
golang.org/x/mod/semver
|
||||||
# golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c
|
# golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
|
||||||
## explicit
|
## explicit
|
||||||
golang.org/x/net/context
|
golang.org/x/net/context
|
||||||
golang.org/x/net/context/ctxhttp
|
golang.org/x/net/context/ctxhttp
|
||||||
|
@ -261,7 +259,7 @@ golang.org/x/oauth2/jws
|
||||||
golang.org/x/oauth2/jwt
|
golang.org/x/oauth2/jwt
|
||||||
# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
||||||
golang.org/x/sync/errgroup
|
golang.org/x/sync/errgroup
|
||||||
# golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54
|
# golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
|
||||||
## explicit
|
## explicit
|
||||||
golang.org/x/sys/execabs
|
golang.org/x/sys/execabs
|
||||||
golang.org/x/sys/internal/unsafeheader
|
golang.org/x/sys/internal/unsafeheader
|
||||||
|
@ -289,7 +287,7 @@ golang.org/x/tools/internal/imports
|
||||||
# golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
# golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
||||||
golang.org/x/xerrors
|
golang.org/x/xerrors
|
||||||
golang.org/x/xerrors/internal
|
golang.org/x/xerrors/internal
|
||||||
# google.golang.org/api v0.43.0
|
# google.golang.org/api v0.44.0
|
||||||
## explicit
|
## explicit
|
||||||
google.golang.org/api/googleapi
|
google.golang.org/api/googleapi
|
||||||
google.golang.org/api/googleapi/transport
|
google.golang.org/api/googleapi/transport
|
||||||
|
@ -316,13 +314,15 @@ google.golang.org/appengine/internal/modules
|
||||||
google.golang.org/appengine/internal/remote_api
|
google.golang.org/appengine/internal/remote_api
|
||||||
google.golang.org/appengine/internal/urlfetch
|
google.golang.org/appengine/internal/urlfetch
|
||||||
google.golang.org/appengine/urlfetch
|
google.golang.org/appengine/urlfetch
|
||||||
# google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1
|
# google.golang.org/genproto v0.0.0-20210406143921-e86de6bf7a46
|
||||||
|
## explicit
|
||||||
google.golang.org/genproto/googleapis/api/annotations
|
google.golang.org/genproto/googleapis/api/annotations
|
||||||
google.golang.org/genproto/googleapis/iam/v1
|
google.golang.org/genproto/googleapis/iam/v1
|
||||||
google.golang.org/genproto/googleapis/rpc/code
|
google.golang.org/genproto/googleapis/rpc/code
|
||||||
google.golang.org/genproto/googleapis/rpc/status
|
google.golang.org/genproto/googleapis/rpc/status
|
||||||
google.golang.org/genproto/googleapis/type/expr
|
google.golang.org/genproto/googleapis/type/expr
|
||||||
# google.golang.org/grpc v1.36.1
|
# google.golang.org/grpc v1.37.0
|
||||||
|
## explicit
|
||||||
google.golang.org/grpc
|
google.golang.org/grpc
|
||||||
google.golang.org/grpc/attributes
|
google.golang.org/grpc/attributes
|
||||||
google.golang.org/grpc/backoff
|
google.golang.org/grpc/backoff
|
||||||
|
|
Loading…
Reference in a new issue