type google.golang.org/api/storage/v1.ObjectsTestIamPermissionsCall

18 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L11578: type ObjectsTestIamPermissionsCall struct {
		storage-gen.go#L11590: func (r *ObjectsService) TestIamPermissions(bucket string, object string, permissions []string) *ObjectsTestIamPermissionsCall {
		storage-gen.go#L11591: 	c := &ObjectsTestIamPermissionsCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L11601: func (c *ObjectsTestIamPermissionsCall) Generation(generation int64) *ObjectsTestIamPermissionsCall {
		storage-gen.go#L11609: func (c *ObjectsTestIamPermissionsCall) ProvisionalUserProject(provisionalUserProject string) *ObjectsTestIamPermissionsCall {
		storage-gen.go#L11616: func (c *ObjectsTestIamPermissionsCall) UserProject(userProject string) *ObjectsTestIamPermissionsCall {
		storage-gen.go#L11624: func (c *ObjectsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ObjectsTestIamPermissionsCall {
		storage-gen.go#L11634: func (c *ObjectsTestIamPermissionsCall) IfNoneMatch(entityTag string) *ObjectsTestIamPermissionsCall {
		storage-gen.go#L11642: func (c *ObjectsTestIamPermissionsCall) Context(ctx context.Context) *ObjectsTestIamPermissionsCall {
		storage-gen.go#L11649: func (c *ObjectsTestIamPermissionsCall) Header() http.Header {
		storage-gen.go#L11656: func (c *ObjectsTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L11690: func (c *ObjectsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error) {