type google.golang.org/api/storage/v1.ProjectsServiceAccountGetCall
16 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L13241: type ProjectsServiceAccountGetCall struct {
storage-gen.go#L13252: func (r *ProjectsServiceAccountService) Get(projectId string) *ProjectsServiceAccountGetCall {
storage-gen.go#L13253: c := &ProjectsServiceAccountGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
storage-gen.go#L13261: func (c *ProjectsServiceAccountGetCall) ProvisionalUserProject(provisionalUserProject string) *ProjectsServiceAccountGetCall {
storage-gen.go#L13268: func (c *ProjectsServiceAccountGetCall) UserProject(userProject string) *ProjectsServiceAccountGetCall {
storage-gen.go#L13276: func (c *ProjectsServiceAccountGetCall) Fields(s ...googleapi.Field) *ProjectsServiceAccountGetCall {
storage-gen.go#L13286: func (c *ProjectsServiceAccountGetCall) IfNoneMatch(entityTag string) *ProjectsServiceAccountGetCall {
storage-gen.go#L13294: func (c *ProjectsServiceAccountGetCall) Context(ctx context.Context) *ProjectsServiceAccountGetCall {
storage-gen.go#L13301: func (c *ProjectsServiceAccountGetCall) Header() http.Header {
storage-gen.go#L13308: func (c *ProjectsServiceAccountGetCall) doRequest(alt string) (*http.Response, error) {
storage-gen.go#L13341: func (c *ProjectsServiceAccountGetCall) Do(opts ...googleapi.CallOption) (*ServiceAccount, error) {
 |
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. |