type google.golang.org/api/storage/v1.BucketsTestIamPermissionsCall
16 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L5094: type BucketsTestIamPermissionsCall struct {
storage-gen.go#L5105: func (r *BucketsService) TestIamPermissions(bucket string, permissions []string) *BucketsTestIamPermissionsCall {
storage-gen.go#L5106: c := &BucketsTestIamPermissionsCall{s: r.s, urlParams_: make(gensupport.URLParams)}
storage-gen.go#L5115: func (c *BucketsTestIamPermissionsCall) ProvisionalUserProject(provisionalUserProject string) *BucketsTestIamPermissionsCall {
storage-gen.go#L5122: func (c *BucketsTestIamPermissionsCall) UserProject(userProject string) *BucketsTestIamPermissionsCall {
storage-gen.go#L5130: func (c *BucketsTestIamPermissionsCall) Fields(s ...googleapi.Field) *BucketsTestIamPermissionsCall {
storage-gen.go#L5140: func (c *BucketsTestIamPermissionsCall) IfNoneMatch(entityTag string) *BucketsTestIamPermissionsCall {
storage-gen.go#L5148: func (c *BucketsTestIamPermissionsCall) Context(ctx context.Context) *BucketsTestIamPermissionsCall {
storage-gen.go#L5155: func (c *BucketsTestIamPermissionsCall) Header() http.Header {
storage-gen.go#L5162: func (c *BucketsTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) {
storage-gen.go#L5195: func (c *BucketsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |