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

4 uses

	cloud.google.com/go/compute/metadata (current package)
		metadata.go#L344: func (c *Client) lines(suffix string) ([]string, error) {
		metadata.go#L423: func (c *Client) InstanceAttributes() ([]string, error) { return c.lines("instance/attributes/") }
		metadata.go#L428: func (c *Client) ProjectAttributes() ([]string, error) { return c.lines("project/attributes/") }
		metadata.go#L461: 	return c.lines("instance/service-accounts/" + serviceAccount + "/scopes")