Home
last modified time | relevance | path

Searched refs:AddressesGetCall (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go18914 type AddressesGetCall struct { struct
18927 func (r *AddressesService) Get(project string, region string, address string) *AddressesGetCall {
18928 c := &AddressesGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
18938 func (c *AddressesGetCall) Fields(s ...googleapi.Field) *AddressesGetCall { argument
18948 func (c *AddressesGetCall) IfNoneMatch(entityTag string) *AddressesGetCall { argument
18956 func (c *AddressesGetCall) Context(ctx context.Context) *AddressesGetCall { argument
18963 func (c *AddressesGetCall) Header() http.Header { argument
18970 func (c *AddressesGetCall) doRequest(alt string) (*http.Response, error) { argument
19000 func (c *AddressesGetCall) Do(opts ...googleapi.CallOption) (*Address, error) { argument