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

18 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L9678: type ObjectsGetIamPolicyCall struct {
		storage-gen.go#L9689: func (r *ObjectsService) GetIamPolicy(bucket string, object string) *ObjectsGetIamPolicyCall {
		storage-gen.go#L9690: 	c := &ObjectsGetIamPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L9699: func (c *ObjectsGetIamPolicyCall) Generation(generation int64) *ObjectsGetIamPolicyCall {
		storage-gen.go#L9707: func (c *ObjectsGetIamPolicyCall) ProvisionalUserProject(provisionalUserProject string) *ObjectsGetIamPolicyCall {
		storage-gen.go#L9714: func (c *ObjectsGetIamPolicyCall) UserProject(userProject string) *ObjectsGetIamPolicyCall {
		storage-gen.go#L9722: func (c *ObjectsGetIamPolicyCall) Fields(s ...googleapi.Field) *ObjectsGetIamPolicyCall {
		storage-gen.go#L9732: func (c *ObjectsGetIamPolicyCall) IfNoneMatch(entityTag string) *ObjectsGetIamPolicyCall {
		storage-gen.go#L9740: func (c *ObjectsGetIamPolicyCall) Context(ctx context.Context) *ObjectsGetIamPolicyCall {
		storage-gen.go#L9747: func (c *ObjectsGetIamPolicyCall) Header() http.Header {
		storage-gen.go#L9754: func (c *ObjectsGetIamPolicyCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L9788: func (c *ObjectsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) {