cloud.google.com/go/compute/metadata.Client.InstanceID (method)

2 uses

	cloud.google.com/go/compute/metadata (current package)
		metadata.go#L230: func InstanceID() (string, error) { return defaultClient.InstanceID() }
		metadata.go#L363: func (c *Client) InstanceID() (string, error) { return instID.get(c) }