type google.golang.org/api/storage/v1.HmacKeyMetadata
14 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L1425: Metadata *HmacKeyMetadata `json:"metadata,omitempty"`
storage-gen.go#L1459: type HmacKeyMetadata struct {
storage-gen.go#L1517: func (s *HmacKeyMetadata) MarshalJSON() ([]byte, error) {
storage-gen.go#L1518: type NoMethod HmacKeyMetadata
storage-gen.go#L1526: Items []*HmacKeyMetadata `json:"items,omitempty"`
storage-gen.go#L12770: func (c *ProjectsHmacKeysGetCall) Do(opts ...googleapi.CallOption) (*HmacKeyMetadata, error) {
storage-gen.go#L12789: ret := &HmacKeyMetadata{
storage-gen.go#L13083: hmackeymetadata *HmacKeyMetadata
storage-gen.go#L13091: func (r *ProjectsHmacKeysService) Update(projectId string, accessId string, hmackeymetadata *HmacKeyMetadata) *ProjectsHmacKeysUpdateCall {
storage-gen.go#L13167: func (c *ProjectsHmacKeysUpdateCall) Do(opts ...googleapi.CallOption) (*HmacKeyMetadata, error) {
storage-gen.go#L13186: ret := &HmacKeyMetadata{
cloud.google.com/go/storage
hmac.go#L127: var metadata *raw.HmacKeyMetadata
hmac.go#L249: call := h.raw.Update(h.projectID, h.accessID, &raw.HmacKeyMetadata{
hmac.go#L263: var metadata *raw.HmacKeyMetadata
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |