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

12 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L13079: type ProjectsHmacKeysUpdateCall struct {
		storage-gen.go#L13091: func (r *ProjectsHmacKeysService) Update(projectId string, accessId string, hmackeymetadata *HmacKeyMetadata) *ProjectsHmacKeysUpdateCall {
		storage-gen.go#L13092: 	c := &ProjectsHmacKeysUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L13101: func (c *ProjectsHmacKeysUpdateCall) UserProject(userProject string) *ProjectsHmacKeysUpdateCall {
		storage-gen.go#L13109: func (c *ProjectsHmacKeysUpdateCall) Fields(s ...googleapi.Field) *ProjectsHmacKeysUpdateCall {
		storage-gen.go#L13117: func (c *ProjectsHmacKeysUpdateCall) Context(ctx context.Context) *ProjectsHmacKeysUpdateCall {
		storage-gen.go#L13124: func (c *ProjectsHmacKeysUpdateCall) Header() http.Header {
		storage-gen.go#L13131: func (c *ProjectsHmacKeysUpdateCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L13167: func (c *ProjectsHmacKeysUpdateCall) Do(opts ...googleapi.CallOption) (*HmacKeyMetadata, error) {