Versions in this module Expand all Collapse all v0 v0.37.1 Dec 15, 2020 Changes in this version + const CloudPlatformScope + const MonitoringScope + const MonitoringWriteScope + type CreateProfileRequest struct + Deployment *Deployment + ForceSendFields []string + NullFields []string + ProfileType []string + func (s *CreateProfileRequest) MarshalJSON() ([]byte, error) + type Deployment struct + ForceSendFields []string + Labels map[string]string + NullFields []string + ProjectId string + Target string + func (s *Deployment) MarshalJSON() ([]byte, error) + type Profile struct + Deployment *Deployment + Duration string + ForceSendFields []string + Labels map[string]string + Name string + NullFields []string + ProfileBytes string + ProfileType string + func (s *Profile) MarshalJSON() ([]byte, error) + type ProjectsProfilesCreateCall struct + func (c *ProjectsProfilesCreateCall) Context(ctx context.Context) *ProjectsProfilesCreateCall + func (c *ProjectsProfilesCreateCall) Do(opts ...googleapi.CallOption) (*Profile, error) + func (c *ProjectsProfilesCreateCall) Fields(s ...googleapi.Field) *ProjectsProfilesCreateCall + func (c *ProjectsProfilesCreateCall) Header() http.Header + type ProjectsProfilesCreateOfflineCall struct + func (c *ProjectsProfilesCreateOfflineCall) Context(ctx context.Context) *ProjectsProfilesCreateOfflineCall + func (c *ProjectsProfilesCreateOfflineCall) Do(opts ...googleapi.CallOption) (*Profile, error) + func (c *ProjectsProfilesCreateOfflineCall) Fields(s ...googleapi.Field) *ProjectsProfilesCreateOfflineCall + func (c *ProjectsProfilesCreateOfflineCall) Header() http.Header + type ProjectsProfilesPatchCall struct + func (c *ProjectsProfilesPatchCall) Context(ctx context.Context) *ProjectsProfilesPatchCall + func (c *ProjectsProfilesPatchCall) Do(opts ...googleapi.CallOption) (*Profile, error) + func (c *ProjectsProfilesPatchCall) Fields(s ...googleapi.Field) *ProjectsProfilesPatchCall + func (c *ProjectsProfilesPatchCall) Header() http.Header + func (c *ProjectsProfilesPatchCall) UpdateMask(updateMask string) *ProjectsProfilesPatchCall + type ProjectsProfilesService struct + func NewProjectsProfilesService(s *Service) *ProjectsProfilesService + func (r *ProjectsProfilesService) Create(parent string, createprofilerequest *CreateProfileRequest) *ProjectsProfilesCreateCall + func (r *ProjectsProfilesService) CreateOffline(parent string, profile *Profile) *ProjectsProfilesCreateOfflineCall + func (r *ProjectsProfilesService) Patch(name string, profile *Profile) *ProjectsProfilesPatchCall + type ProjectsService struct + Profiles *ProjectsProfilesService + func NewProjectsService(s *Service) *ProjectsService + type Service struct + BasePath string + Projects *ProjectsService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)