Versions in this module Expand all Collapse all v0 v0.25.2 May 21, 2020 Changes in this version + const CloudPlatformScope + type AppEngineHttpTarget struct + AppEngineRouting *AppEngineRouting + Body string + ForceSendFields []string + Headers map[string]string + HttpMethod string + NullFields []string + RelativeUri string + func (s *AppEngineHttpTarget) MarshalJSON() ([]byte, error) + type AppEngineRouting struct + ForceSendFields []string + Host string + Instance string + NullFields []string + Service string + Version string + func (s *AppEngineRouting) MarshalJSON() ([]byte, error) + type Empty struct + type HttpTarget struct + Body string + ForceSendFields []string + Headers map[string]string + HttpMethod string + NullFields []string + OauthToken *OAuthToken + OidcToken *OidcToken + Uri string + func (s *HttpTarget) MarshalJSON() ([]byte, error) + type Job struct + AppEngineHttpTarget *AppEngineHttpTarget + AttemptDeadline string + Description string + ForceSendFields []string + HttpTarget *HttpTarget + LastAttemptTime string + Name string + NullFields []string + PubsubTarget *PubsubTarget + RetryConfig *RetryConfig + Schedule string + ScheduleTime string + State string + Status *Status + TimeZone string + UserUpdateTime string + func (s *Job) MarshalJSON() ([]byte, error) + type ListJobsResponse struct + ForceSendFields []string + Jobs []*Job + NextPageToken string + NullFields []string + func (s *ListJobsResponse) MarshalJSON() ([]byte, error) + type ListLocationsResponse struct + ForceSendFields []string + Locations []*Location + NextPageToken string + NullFields []string + func (s *ListLocationsResponse) MarshalJSON() ([]byte, error) + type Location struct + DisplayName string + ForceSendFields []string + Labels map[string]string + LocationId string + Metadata googleapi.RawMessage + Name string + NullFields []string + func (s *Location) MarshalJSON() ([]byte, error) + type OAuthToken struct + ForceSendFields []string + NullFields []string + Scope string + ServiceAccountEmail string + func (s *OAuthToken) MarshalJSON() ([]byte, error) + type OidcToken struct + Audience string + ForceSendFields []string + NullFields []string + ServiceAccountEmail string + func (s *OidcToken) MarshalJSON() ([]byte, error) + type PauseJobRequest struct + type ProjectsLocationsGetCall struct + func (c *ProjectsLocationsGetCall) Context(ctx context.Context) *ProjectsLocationsGetCall + func (c *ProjectsLocationsGetCall) Do(opts ...googleapi.CallOption) (*Location, error) + func (c *ProjectsLocationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGetCall + func (c *ProjectsLocationsGetCall) Header() http.Header + func (c *ProjectsLocationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGetCall + type ProjectsLocationsJobsCreateCall struct + func (c *ProjectsLocationsJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsJobsCreateCall + func (c *ProjectsLocationsJobsCreateCall) Do(opts ...googleapi.CallOption) (*Job, error) + func (c *ProjectsLocationsJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsJobsCreateCall + func (c *ProjectsLocationsJobsCreateCall) Header() http.Header + type ProjectsLocationsJobsDeleteCall struct + func (c *ProjectsLocationsJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsJobsDeleteCall + func (c *ProjectsLocationsJobsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsLocationsJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsJobsDeleteCall + func (c *ProjectsLocationsJobsDeleteCall) Header() http.Header + type ProjectsLocationsJobsGetCall struct + func (c *ProjectsLocationsJobsGetCall) Context(ctx context.Context) *ProjectsLocationsJobsGetCall + func (c *ProjectsLocationsJobsGetCall) Do(opts ...googleapi.CallOption) (*Job, error) + func (c *ProjectsLocationsJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsJobsGetCall + func (c *ProjectsLocationsJobsGetCall) Header() http.Header + func (c *ProjectsLocationsJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsJobsGetCall + type ProjectsLocationsJobsListCall struct + func (c *ProjectsLocationsJobsListCall) Context(ctx context.Context) *ProjectsLocationsJobsListCall + func (c *ProjectsLocationsJobsListCall) Do(opts ...googleapi.CallOption) (*ListJobsResponse, error) + func (c *ProjectsLocationsJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsJobsListCall + func (c *ProjectsLocationsJobsListCall) Header() http.Header + func (c *ProjectsLocationsJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsJobsListCall + func (c *ProjectsLocationsJobsListCall) PageSize(pageSize int64) *ProjectsLocationsJobsListCall + func (c *ProjectsLocationsJobsListCall) PageToken(pageToken string) *ProjectsLocationsJobsListCall + func (c *ProjectsLocationsJobsListCall) Pages(ctx context.Context, f func(*ListJobsResponse) error) error + type ProjectsLocationsJobsPatchCall struct + func (c *ProjectsLocationsJobsPatchCall) Context(ctx context.Context) *ProjectsLocationsJobsPatchCall + func (c *ProjectsLocationsJobsPatchCall) Do(opts ...googleapi.CallOption) (*Job, error) + func (c *ProjectsLocationsJobsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsJobsPatchCall + func (c *ProjectsLocationsJobsPatchCall) Header() http.Header + func (c *ProjectsLocationsJobsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsJobsPatchCall + type ProjectsLocationsJobsPauseCall struct + func (c *ProjectsLocationsJobsPauseCall) Context(ctx context.Context) *ProjectsLocationsJobsPauseCall + func (c *ProjectsLocationsJobsPauseCall) Do(opts ...googleapi.CallOption) (*Job, error) + func (c *ProjectsLocationsJobsPauseCall) Fields(s ...googleapi.Field) *ProjectsLocationsJobsPauseCall + func (c *ProjectsLocationsJobsPauseCall) Header() http.Header + type ProjectsLocationsJobsResumeCall struct + func (c *ProjectsLocationsJobsResumeCall) Context(ctx context.Context) *ProjectsLocationsJobsResumeCall + func (c *ProjectsLocationsJobsResumeCall) Do(opts ...googleapi.CallOption) (*Job, error) + func (c *ProjectsLocationsJobsResumeCall) Fields(s ...googleapi.Field) *ProjectsLocationsJobsResumeCall + func (c *ProjectsLocationsJobsResumeCall) Header() http.Header + type ProjectsLocationsJobsRunCall struct + func (c *ProjectsLocationsJobsRunCall) Context(ctx context.Context) *ProjectsLocationsJobsRunCall + func (c *ProjectsLocationsJobsRunCall) Do(opts ...googleapi.CallOption) (*Job, error) + func (c *ProjectsLocationsJobsRunCall) Fields(s ...googleapi.Field) *ProjectsLocationsJobsRunCall + func (c *ProjectsLocationsJobsRunCall) Header() http.Header + type ProjectsLocationsJobsService struct + func NewProjectsLocationsJobsService(s *Service) *ProjectsLocationsJobsService + func (r *ProjectsLocationsJobsService) Create(parent string, job *Job) *ProjectsLocationsJobsCreateCall + func (r *ProjectsLocationsJobsService) Delete(name string) *ProjectsLocationsJobsDeleteCall + func (r *ProjectsLocationsJobsService) Get(name string) *ProjectsLocationsJobsGetCall + func (r *ProjectsLocationsJobsService) List(parent string) *ProjectsLocationsJobsListCall + func (r *ProjectsLocationsJobsService) Patch(name string, job *Job) *ProjectsLocationsJobsPatchCall + func (r *ProjectsLocationsJobsService) Pause(name string, pausejobrequest *PauseJobRequest) *ProjectsLocationsJobsPauseCall + func (r *ProjectsLocationsJobsService) Resume(name string, resumejobrequest *ResumeJobRequest) *ProjectsLocationsJobsResumeCall + func (r *ProjectsLocationsJobsService) Run(name string, runjobrequest *RunJobRequest) *ProjectsLocationsJobsRunCall + type ProjectsLocationsListCall struct + func (c *ProjectsLocationsListCall) Context(ctx context.Context) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) Do(opts ...googleapi.CallOption) (*ListLocationsResponse, error) + func (c *ProjectsLocationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) Filter(filter string) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) Header() http.Header + func (c *ProjectsLocationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) PageSize(pageSize int64) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) PageToken(pageToken string) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) Pages(ctx context.Context, f func(*ListLocationsResponse) error) error + type ProjectsLocationsService struct + Jobs *ProjectsLocationsJobsService + func NewProjectsLocationsService(s *Service) *ProjectsLocationsService + func (r *ProjectsLocationsService) Get(name string) *ProjectsLocationsGetCall + func (r *ProjectsLocationsService) List(name string) *ProjectsLocationsListCall + type ProjectsService struct + Locations *ProjectsLocationsService + func NewProjectsService(s *Service) *ProjectsService + type PubsubMessage struct + Attributes map[string]string + Data string + ForceSendFields []string + MessageId string + NullFields []string + PublishTime string + func (s *PubsubMessage) MarshalJSON() ([]byte, error) + type PubsubTarget struct + Attributes map[string]string + Data string + ForceSendFields []string + NullFields []string + TopicName string + func (s *PubsubTarget) MarshalJSON() ([]byte, error) + type ResumeJobRequest struct + type RetryConfig struct + ForceSendFields []string + MaxBackoffDuration string + MaxDoublings int64 + MaxRetryDuration string + MinBackoffDuration string + NullFields []string + RetryCount int64 + func (s *RetryConfig) MarshalJSON() ([]byte, error) + type RunJobRequest struct + 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) + type Status struct + Code int64 + Details []googleapi.RawMessage + ForceSendFields []string + Message string + NullFields []string + func (s *Status) MarshalJSON() ([]byte, error)