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

10 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L1419: type HmacKey struct {
		storage-gen.go#L1451: func (s *HmacKey) MarshalJSON() ([]byte, error) {
		storage-gen.go#L1452: 	type NoMethod HmacKey
		storage-gen.go#L12481: func (c *ProjectsHmacKeysCreateCall) Do(opts ...googleapi.CallOption) (*HmacKey, error) {
		storage-gen.go#L12500: 	ret := &HmacKey{

	cloud.google.com/go/storage
		hmac.go#L137: 	hkPb := &raw.HmacKey{
		hmac.go#L164: func pbHmacKeyToHMACKey(pb *raw.HmacKey, updatedTimeCanBeNil bool) (*HMACKey, error) {
		hmac.go#L217: 	var hkPb *raw.HmacKey
		hmac.go#L273: 	hkPb := &raw.HmacKey{
		hmac.go#L378: 		hkPb := &raw.HmacKey{