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

12 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L12403: type ProjectsHmacKeysCreateCall struct {
		storage-gen.go#L12412: func (r *ProjectsHmacKeysService) Create(projectId string, serviceAccountEmail string) *ProjectsHmacKeysCreateCall {
		storage-gen.go#L12413: 	c := &ProjectsHmacKeysCreateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L12421: func (c *ProjectsHmacKeysCreateCall) UserProject(userProject string) *ProjectsHmacKeysCreateCall {
		storage-gen.go#L12429: func (c *ProjectsHmacKeysCreateCall) Fields(s ...googleapi.Field) *ProjectsHmacKeysCreateCall {
		storage-gen.go#L12437: func (c *ProjectsHmacKeysCreateCall) Context(ctx context.Context) *ProjectsHmacKeysCreateCall {
		storage-gen.go#L12444: func (c *ProjectsHmacKeysCreateCall) Header() http.Header {
		storage-gen.go#L12451: func (c *ProjectsHmacKeysCreateCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L12481: func (c *ProjectsHmacKeysCreateCall) Do(opts ...googleapi.CallOption) (*HmacKey, error) {