Documentation ¶
Index ¶
- type GoogleClient
- func (c GoogleClient) ComputeBetaService() *computebeta.Service
- func (c GoogleClient) ComputeService() *compute.Service
- func (c GoogleClient) DefaultRootDiskSizeGb() int
- func (c GoogleClient) DefaultRootDiskType() string
- func (c GoogleClient) Project() string
- func (c GoogleClient) StorageService() *storage.Service
- type RequestModifier
- type RetryTransport
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleClient ¶
func NewGoogleClient ¶
func (GoogleClient) ComputeBetaService ¶
func (c GoogleClient) ComputeBetaService() *computebeta.Service
func (GoogleClient) ComputeService ¶
func (c GoogleClient) ComputeService() *compute.Service
func (GoogleClient) DefaultRootDiskSizeGb ¶
func (c GoogleClient) DefaultRootDiskSizeGb() int
func (GoogleClient) DefaultRootDiskType ¶
func (c GoogleClient) DefaultRootDiskType() string
func (GoogleClient) Project ¶
func (c GoogleClient) Project() string
func (GoogleClient) StorageService ¶
func (c GoogleClient) StorageService() *storage.Service
type RequestModifier ¶
A function that will modify the request before it is made
type RetryTransport ¶
type RetryTransport struct { MaxRetries int FirstRetrySleep time.Duration Base http.RoundTripper RequestModifier RequestModifier // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.