Documentation ¶
Index ¶
- Variables
- func RegisterApplicationServiceServer(s *grpc.Server, srv ApplicationServiceServer)
- func RegisterCompanyServiceServer(s *grpc.Server, srv CompanyServiceServer)
- func RegisterCompletionServer(s *grpc.Server, srv CompletionServer)
- func RegisterEventServiceServer(s *grpc.Server, srv EventServiceServer)
- func RegisterJobServiceServer(s *grpc.Server, srv JobServiceServer)
- func RegisterProfileServiceServer(s *grpc.Server, srv ProfileServiceServer)
- func RegisterTenantServiceServer(s *grpc.Server, srv TenantServiceServer)
- type Activity
- func (*Activity) Descriptor() ([]byte, []int)deprecated
- func (x *Activity) GetActivityDescriptionSnippet() string
- func (x *Activity) GetActivityNameSnippet() string
- func (x *Activity) GetCreateDate() *date.Date
- func (x *Activity) GetDescription() string
- func (x *Activity) GetDisplayName() string
- func (x *Activity) GetSkillsUsed() []*Skill
- func (x *Activity) GetSkillsUsedSnippet() []string
- func (x *Activity) GetTeamMembers() []string
- func (x *Activity) GetUpdateDate() *date.Date
- func (x *Activity) GetUri() string
- func (*Activity) ProtoMessage()
- func (x *Activity) ProtoReflect() protoreflect.Message
- func (x *Activity) Reset()
- func (x *Activity) String() string
- type AdditionalContactInfo
- func (*AdditionalContactInfo) Descriptor() ([]byte, []int)deprecated
- func (x *AdditionalContactInfo) GetContactId() string
- func (x *AdditionalContactInfo) GetName() string
- func (x *AdditionalContactInfo) GetUsage() ContactInfoUsage
- func (*AdditionalContactInfo) ProtoMessage()
- func (x *AdditionalContactInfo) ProtoReflect() protoreflect.Message
- func (x *AdditionalContactInfo) Reset()
- func (x *AdditionalContactInfo) String() string
- type Address
- func (*Address) Descriptor() ([]byte, []int)deprecated
- func (m *Address) GetAddress() isAddress_Address
- func (x *Address) GetCurrent() *wrapperspb.BoolValue
- func (x *Address) GetStructuredAddress() *postaladdress.PostalAddress
- func (x *Address) GetUnstructuredAddress() string
- func (x *Address) GetUsage() ContactInfoUsage
- func (*Address) ProtoMessage()
- func (x *Address) ProtoReflect() protoreflect.Message
- func (x *Address) Reset()
- func (x *Address) String() string
- type Address_StructuredAddress
- type Address_UnstructuredAddress
- type Application
- func (*Application) Descriptor() ([]byte, []int)deprecated
- func (x *Application) GetApplicationDate() *date.Date
- func (x *Application) GetCompany() string
- func (x *Application) GetCreateTime() *timestamppb.Timestamp
- func (x *Application) GetExternalId() string
- func (x *Application) GetInterviews() []*Interview
- func (x *Application) GetIsMatch() *wrapperspb.BoolValue
- func (x *Application) GetJob() string
- func (x *Application) GetJobTitleSnippet() string
- func (x *Application) GetName() string
- func (x *Application) GetOutcome() Outcome
- func (x *Application) GetOutcomeNotes() string
- func (x *Application) GetProfile() string
- func (x *Application) GetReferral() *wrapperspb.BoolValue
- func (x *Application) GetStage() Application_ApplicationStage
- func (x *Application) GetState() Application_ApplicationState
- func (x *Application) GetUpdateTime() *timestamppb.Timestamp
- func (*Application) ProtoMessage()
- func (x *Application) ProtoReflect() protoreflect.Message
- func (x *Application) Reset()
- func (x *Application) String() string
- type ApplicationDateFilter
- func (*ApplicationDateFilter) Descriptor() ([]byte, []int)deprecated
- func (x *ApplicationDateFilter) GetEndDate() *date.Date
- func (x *ApplicationDateFilter) GetStartDate() *date.Date
- func (*ApplicationDateFilter) ProtoMessage()
- func (x *ApplicationDateFilter) ProtoReflect() protoreflect.Message
- func (x *ApplicationDateFilter) Reset()
- func (x *ApplicationDateFilter) String() string
- type ApplicationJobFilter
- func (*ApplicationJobFilter) Descriptor() ([]byte, []int)deprecated
- func (x *ApplicationJobFilter) GetJobRequisitionId() string
- func (x *ApplicationJobFilter) GetJobTitle() string
- func (x *ApplicationJobFilter) GetNegated() bool
- func (*ApplicationJobFilter) ProtoMessage()
- func (x *ApplicationJobFilter) ProtoReflect() protoreflect.Message
- func (x *ApplicationJobFilter) Reset()
- func (x *ApplicationJobFilter) String() string
- type ApplicationOutcomeNotesFilter
- func (*ApplicationOutcomeNotesFilter) Descriptor() ([]byte, []int)deprecated
- func (x *ApplicationOutcomeNotesFilter) GetNegated() bool
- func (x *ApplicationOutcomeNotesFilter) GetOutcomeNotes() string
- func (*ApplicationOutcomeNotesFilter) ProtoMessage()
- func (x *ApplicationOutcomeNotesFilter) ProtoReflect() protoreflect.Message
- func (x *ApplicationOutcomeNotesFilter) Reset()
- func (x *ApplicationOutcomeNotesFilter) String() string
- type ApplicationServiceClient
- type ApplicationServiceServer
- type Application_ApplicationStage
- func (Application_ApplicationStage) Descriptor() protoreflect.EnumDescriptor
- func (x Application_ApplicationStage) Enum() *Application_ApplicationStage
- func (Application_ApplicationStage) EnumDescriptor() ([]byte, []int)deprecated
- func (x Application_ApplicationStage) Number() protoreflect.EnumNumber
- func (x Application_ApplicationStage) String() string
- func (Application_ApplicationStage) Type() protoreflect.EnumType
- type Application_ApplicationState
- func (Application_ApplicationState) Descriptor() protoreflect.EnumDescriptor
- func (x Application_ApplicationState) Enum() *Application_ApplicationState
- func (Application_ApplicationState) EnumDescriptor() ([]byte, []int)deprecated
- func (x Application_ApplicationState) Number() protoreflect.EnumNumber
- func (x Application_ApplicationState) String() string
- func (Application_ApplicationState) Type() protoreflect.EnumType
- type AvailabilityFilter
- func (*AvailabilityFilter) Descriptor() ([]byte, []int)deprecated
- func (x *AvailabilityFilter) GetRange() *TimestampRange
- func (x *AvailabilityFilter) GetRequired() bool
- func (x *AvailabilityFilter) GetSignalType() AvailabilitySignalType
- func (*AvailabilityFilter) ProtoMessage()
- func (x *AvailabilityFilter) ProtoReflect() protoreflect.Message
- func (x *AvailabilityFilter) Reset()
- func (x *AvailabilityFilter) String() string
- type AvailabilitySignal
- func (*AvailabilitySignal) Descriptor() ([]byte, []int)deprecated
- func (x *AvailabilitySignal) GetFilterSatisfied() *wrapperspb.BoolValue
- func (x *AvailabilitySignal) GetLastUpdateTime() *timestamppb.Timestamp
- func (x *AvailabilitySignal) GetType() AvailabilitySignalType
- func (*AvailabilitySignal) ProtoMessage()
- func (x *AvailabilitySignal) ProtoReflect() protoreflect.Message
- func (x *AvailabilitySignal) Reset()
- func (x *AvailabilitySignal) String() string
- type AvailabilitySignalType
- func (AvailabilitySignalType) Descriptor() protoreflect.EnumDescriptor
- func (x AvailabilitySignalType) Enum() *AvailabilitySignalType
- func (AvailabilitySignalType) EnumDescriptor() ([]byte, []int)deprecated
- func (x AvailabilitySignalType) Number() protoreflect.EnumNumber
- func (x AvailabilitySignalType) String() string
- func (AvailabilitySignalType) Type() protoreflect.EnumType
- type BatchCreateJobsRequest
- func (*BatchCreateJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchCreateJobsRequest) GetJobs() []*Job
- func (x *BatchCreateJobsRequest) GetParent() string
- func (*BatchCreateJobsRequest) ProtoMessage()
- func (x *BatchCreateJobsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchCreateJobsRequest) Reset()
- func (x *BatchCreateJobsRequest) String() string
- type BatchDeleteJobsRequest
- func (*BatchDeleteJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchDeleteJobsRequest) GetFilter() string
- func (x *BatchDeleteJobsRequest) GetParent() string
- func (*BatchDeleteJobsRequest) ProtoMessage()
- func (x *BatchDeleteJobsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchDeleteJobsRequest) Reset()
- func (x *BatchDeleteJobsRequest) String() string
- type BatchOperationMetadata
- func (*BatchOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *BatchOperationMetadata) GetCreateTime() *timestamppb.Timestamp
- func (x *BatchOperationMetadata) GetEndTime() *timestamppb.Timestamp
- func (x *BatchOperationMetadata) GetFailureCount() int32
- func (x *BatchOperationMetadata) GetState() BatchOperationMetadata_State
- func (x *BatchOperationMetadata) GetStateDescription() string
- func (x *BatchOperationMetadata) GetSuccessCount() int32
- func (x *BatchOperationMetadata) GetTotalCount() int32
- func (x *BatchOperationMetadata) GetUpdateTime() *timestamppb.Timestamp
- func (*BatchOperationMetadata) ProtoMessage()
- func (x *BatchOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *BatchOperationMetadata) Reset()
- func (x *BatchOperationMetadata) String() string
- type BatchOperationMetadata_State
- func (BatchOperationMetadata_State) Descriptor() protoreflect.EnumDescriptor
- func (x BatchOperationMetadata_State) Enum() *BatchOperationMetadata_State
- func (BatchOperationMetadata_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x BatchOperationMetadata_State) Number() protoreflect.EnumNumber
- func (x BatchOperationMetadata_State) String() string
- func (BatchOperationMetadata_State) Type() protoreflect.EnumType
- type BatchUpdateJobsRequest
- func (*BatchUpdateJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchUpdateJobsRequest) GetJobs() []*Job
- func (x *BatchUpdateJobsRequest) GetParent() string
- func (x *BatchUpdateJobsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*BatchUpdateJobsRequest) ProtoMessage()
- func (x *BatchUpdateJobsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchUpdateJobsRequest) Reset()
- func (x *BatchUpdateJobsRequest) String() string
- type CandidateAvailabilityFilterdeprecated
- func (*CandidateAvailabilityFilter) Descriptor() ([]byte, []int)deprecated
- func (x *CandidateAvailabilityFilter) GetNegated() bool
- func (*CandidateAvailabilityFilter) ProtoMessage()
- func (x *CandidateAvailabilityFilter) ProtoReflect() protoreflect.Message
- func (x *CandidateAvailabilityFilter) Reset()
- func (x *CandidateAvailabilityFilter) String() string
- type Certification
- func (*Certification) Descriptor() ([]byte, []int)deprecated
- func (x *Certification) GetAcquireDate() *date.Date
- func (x *Certification) GetAuthority() string
- func (x *Certification) GetDescription() string
- func (x *Certification) GetDisplayName() string
- func (x *Certification) GetExpireDate() *date.Date
- func (*Certification) ProtoMessage()
- func (x *Certification) ProtoReflect() protoreflect.Message
- func (x *Certification) Reset()
- func (x *Certification) String() string
- type ClientEvent
- func (*ClientEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ClientEvent) GetCreateTime() *timestamppb.Timestamp
- func (m *ClientEvent) GetEvent() isClientEvent_Event
- func (x *ClientEvent) GetEventId() string
- func (x *ClientEvent) GetEventNotes() string
- func (x *ClientEvent) GetJobEvent() *JobEvent
- func (x *ClientEvent) GetProfileEvent() *ProfileEvent
- func (x *ClientEvent) GetRequestId() string
- func (*ClientEvent) ProtoMessage()
- func (x *ClientEvent) ProtoReflect() protoreflect.Message
- func (x *ClientEvent) Reset()
- func (x *ClientEvent) String() string
- type ClientEvent_JobEvent
- type ClientEvent_ProfileEvent
- type CommuteFilter
- func (*CommuteFilter) Descriptor() ([]byte, []int)deprecated
- func (x *CommuteFilter) GetAllowImpreciseAddresses() bool
- func (x *CommuteFilter) GetCommuteMethod() CommuteMethod
- func (x *CommuteFilter) GetDepartureTime() *timeofday.TimeOfDay
- func (x *CommuteFilter) GetRoadTraffic() CommuteFilter_RoadTraffic
- func (x *CommuteFilter) GetStartCoordinates() *latlng.LatLng
- func (m *CommuteFilter) GetTrafficOption() isCommuteFilter_TrafficOption
- func (x *CommuteFilter) GetTravelDuration() *durationpb.Duration
- func (*CommuteFilter) ProtoMessage()
- func (x *CommuteFilter) ProtoReflect() protoreflect.Message
- func (x *CommuteFilter) Reset()
- func (x *CommuteFilter) String() string
- type CommuteFilter_DepartureTime
- type CommuteFilter_RoadTraffic
- func (CommuteFilter_RoadTraffic) Descriptor() protoreflect.EnumDescriptor
- func (x CommuteFilter_RoadTraffic) Enum() *CommuteFilter_RoadTraffic
- func (CommuteFilter_RoadTraffic) EnumDescriptor() ([]byte, []int)deprecated
- func (x CommuteFilter_RoadTraffic) Number() protoreflect.EnumNumber
- func (x CommuteFilter_RoadTraffic) String() string
- func (CommuteFilter_RoadTraffic) Type() protoreflect.EnumType
- type CommuteFilter_RoadTraffic_
- type CommuteMethod
- func (CommuteMethod) Descriptor() protoreflect.EnumDescriptor
- func (x CommuteMethod) Enum() *CommuteMethod
- func (CommuteMethod) EnumDescriptor() ([]byte, []int)deprecated
- func (x CommuteMethod) Number() protoreflect.EnumNumber
- func (x CommuteMethod) String() string
- func (CommuteMethod) Type() protoreflect.EnumType
- type Company
- func (*Company) Descriptor() ([]byte, []int)deprecated
- func (x *Company) GetCareerSiteUri() string
- func (x *Company) GetDerivedInfo() *Company_DerivedInfo
- func (x *Company) GetDisplayName() string
- func (x *Company) GetEeoText() string
- func (x *Company) GetExternalId() string
- func (x *Company) GetHeadquartersAddress() string
- func (x *Company) GetHiringAgency() bool
- func (x *Company) GetImageUri() string
- func (x *Company) GetKeywordSearchableJobCustomAttributes() []string
- func (x *Company) GetName() string
- func (x *Company) GetSize() CompanySize
- func (x *Company) GetSuspended() bool
- func (x *Company) GetWebsiteUri() string
- func (*Company) ProtoMessage()
- func (x *Company) ProtoReflect() protoreflect.Message
- func (x *Company) Reset()
- func (x *Company) String() string
- type CompanyServiceClient
- type CompanyServiceServer
- type CompanySize
- func (CompanySize) Descriptor() protoreflect.EnumDescriptor
- func (x CompanySize) Enum() *CompanySize
- func (CompanySize) EnumDescriptor() ([]byte, []int)deprecated
- func (x CompanySize) Number() protoreflect.EnumNumber
- func (x CompanySize) String() string
- func (CompanySize) Type() protoreflect.EnumType
- type Company_DerivedInfo
- func (*Company_DerivedInfo) Descriptor() ([]byte, []int)deprecated
- func (x *Company_DerivedInfo) GetHeadquartersLocation() *Location
- func (*Company_DerivedInfo) ProtoMessage()
- func (x *Company_DerivedInfo) ProtoReflect() protoreflect.Message
- func (x *Company_DerivedInfo) Reset()
- func (x *Company_DerivedInfo) String() string
- type CompensationFilter
- func (*CompensationFilter) Descriptor() ([]byte, []int)deprecated
- func (x *CompensationFilter) GetIncludeJobsWithUnspecifiedCompensationRange() bool
- func (x *CompensationFilter) GetRange() *CompensationInfo_CompensationRange
- func (x *CompensationFilter) GetType() CompensationFilter_FilterType
- func (x *CompensationFilter) GetUnits() []CompensationInfo_CompensationUnit
- func (*CompensationFilter) ProtoMessage()
- func (x *CompensationFilter) ProtoReflect() protoreflect.Message
- func (x *CompensationFilter) Reset()
- func (x *CompensationFilter) String() string
- type CompensationFilter_FilterType
- func (CompensationFilter_FilterType) Descriptor() protoreflect.EnumDescriptor
- func (x CompensationFilter_FilterType) Enum() *CompensationFilter_FilterType
- func (CompensationFilter_FilterType) EnumDescriptor() ([]byte, []int)deprecated
- func (x CompensationFilter_FilterType) Number() protoreflect.EnumNumber
- func (x CompensationFilter_FilterType) String() string
- func (CompensationFilter_FilterType) Type() protoreflect.EnumType
- type CompensationInfo
- func (*CompensationInfo) Descriptor() ([]byte, []int)deprecated
- func (x *CompensationInfo) GetAnnualizedBaseCompensationRange() *CompensationInfo_CompensationRange
- func (x *CompensationInfo) GetAnnualizedTotalCompensationRange() *CompensationInfo_CompensationRange
- func (x *CompensationInfo) GetEntries() []*CompensationInfo_CompensationEntry
- func (*CompensationInfo) ProtoMessage()
- func (x *CompensationInfo) ProtoReflect() protoreflect.Message
- func (x *CompensationInfo) Reset()
- func (x *CompensationInfo) String() string
- type CompensationInfo_CompensationEntry
- func (*CompensationInfo_CompensationEntry) Descriptor() ([]byte, []int)deprecated
- func (x *CompensationInfo_CompensationEntry) GetAmount() *money.Money
- func (m *CompensationInfo_CompensationEntry) GetCompensationAmount() isCompensationInfo_CompensationEntry_CompensationAmount
- func (x *CompensationInfo_CompensationEntry) GetDescription() string
- func (x *CompensationInfo_CompensationEntry) GetExpectedUnitsPerYear() *wrapperspb.DoubleValue
- func (x *CompensationInfo_CompensationEntry) GetRange() *CompensationInfo_CompensationRange
- func (x *CompensationInfo_CompensationEntry) GetType() CompensationInfo_CompensationType
- func (x *CompensationInfo_CompensationEntry) GetUnit() CompensationInfo_CompensationUnit
- func (*CompensationInfo_CompensationEntry) ProtoMessage()
- func (x *CompensationInfo_CompensationEntry) ProtoReflect() protoreflect.Message
- func (x *CompensationInfo_CompensationEntry) Reset()
- func (x *CompensationInfo_CompensationEntry) String() string
- type CompensationInfo_CompensationEntry_Amount
- type CompensationInfo_CompensationEntry_Range
- type CompensationInfo_CompensationRange
- func (*CompensationInfo_CompensationRange) Descriptor() ([]byte, []int)deprecated
- func (x *CompensationInfo_CompensationRange) GetMaxCompensation() *money.Money
- func (x *CompensationInfo_CompensationRange) GetMinCompensation() *money.Money
- func (*CompensationInfo_CompensationRange) ProtoMessage()
- func (x *CompensationInfo_CompensationRange) ProtoReflect() protoreflect.Message
- func (x *CompensationInfo_CompensationRange) Reset()
- func (x *CompensationInfo_CompensationRange) String() string
- type CompensationInfo_CompensationType
- func (CompensationInfo_CompensationType) Descriptor() protoreflect.EnumDescriptor
- func (x CompensationInfo_CompensationType) Enum() *CompensationInfo_CompensationType
- func (CompensationInfo_CompensationType) EnumDescriptor() ([]byte, []int)deprecated
- func (x CompensationInfo_CompensationType) Number() protoreflect.EnumNumber
- func (x CompensationInfo_CompensationType) String() string
- func (CompensationInfo_CompensationType) Type() protoreflect.EnumType
- type CompensationInfo_CompensationUnit
- func (CompensationInfo_CompensationUnit) Descriptor() protoreflect.EnumDescriptor
- func (x CompensationInfo_CompensationUnit) Enum() *CompensationInfo_CompensationUnit
- func (CompensationInfo_CompensationUnit) EnumDescriptor() ([]byte, []int)deprecated
- func (x CompensationInfo_CompensationUnit) Number() protoreflect.EnumNumber
- func (x CompensationInfo_CompensationUnit) String() string
- func (CompensationInfo_CompensationUnit) Type() protoreflect.EnumType
- type CompleteQueryRequest
- func (*CompleteQueryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CompleteQueryRequest) GetCompany() string
- func (x *CompleteQueryRequest) GetLanguageCodes() []string
- func (x *CompleteQueryRequest) GetPageSize() int32
- func (x *CompleteQueryRequest) GetParent() string
- func (x *CompleteQueryRequest) GetQuery() string
- func (x *CompleteQueryRequest) GetScope() CompleteQueryRequest_CompletionScope
- func (x *CompleteQueryRequest) GetType() CompleteQueryRequest_CompletionType
- func (*CompleteQueryRequest) ProtoMessage()
- func (x *CompleteQueryRequest) ProtoReflect() protoreflect.Message
- func (x *CompleteQueryRequest) Reset()
- func (x *CompleteQueryRequest) String() string
- type CompleteQueryRequest_CompletionScope
- func (CompleteQueryRequest_CompletionScope) Descriptor() protoreflect.EnumDescriptor
- func (x CompleteQueryRequest_CompletionScope) Enum() *CompleteQueryRequest_CompletionScope
- func (CompleteQueryRequest_CompletionScope) EnumDescriptor() ([]byte, []int)deprecated
- func (x CompleteQueryRequest_CompletionScope) Number() protoreflect.EnumNumber
- func (x CompleteQueryRequest_CompletionScope) String() string
- func (CompleteQueryRequest_CompletionScope) Type() protoreflect.EnumType
- type CompleteQueryRequest_CompletionType
- func (CompleteQueryRequest_CompletionType) Descriptor() protoreflect.EnumDescriptor
- func (x CompleteQueryRequest_CompletionType) Enum() *CompleteQueryRequest_CompletionType
- func (CompleteQueryRequest_CompletionType) EnumDescriptor() ([]byte, []int)deprecated
- func (x CompleteQueryRequest_CompletionType) Number() protoreflect.EnumNumber
- func (x CompleteQueryRequest_CompletionType) String() string
- func (CompleteQueryRequest_CompletionType) Type() protoreflect.EnumType
- type CompleteQueryResponse
- func (*CompleteQueryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CompleteQueryResponse) GetCompletionResults() []*CompleteQueryResponse_CompletionResult
- func (x *CompleteQueryResponse) GetMetadata() *ResponseMetadata
- func (*CompleteQueryResponse) ProtoMessage()
- func (x *CompleteQueryResponse) ProtoReflect() protoreflect.Message
- func (x *CompleteQueryResponse) Reset()
- func (x *CompleteQueryResponse) String() string
- type CompleteQueryResponse_CompletionResult
- func (*CompleteQueryResponse_CompletionResult) Descriptor() ([]byte, []int)deprecated
- func (x *CompleteQueryResponse_CompletionResult) GetImageUri() string
- func (x *CompleteQueryResponse_CompletionResult) GetSuggestion() string
- func (x *CompleteQueryResponse_CompletionResult) GetType() CompleteQueryRequest_CompletionType
- func (*CompleteQueryResponse_CompletionResult) ProtoMessage()
- func (x *CompleteQueryResponse_CompletionResult) ProtoReflect() protoreflect.Message
- func (x *CompleteQueryResponse_CompletionResult) Reset()
- func (x *CompleteQueryResponse_CompletionResult) String() string
- type CompletionClient
- type CompletionServer
- type ContactInfoUsage
- func (ContactInfoUsage) Descriptor() protoreflect.EnumDescriptor
- func (x ContactInfoUsage) Enum() *ContactInfoUsage
- func (ContactInfoUsage) EnumDescriptor() ([]byte, []int)deprecated
- func (x ContactInfoUsage) Number() protoreflect.EnumNumber
- func (x ContactInfoUsage) String() string
- func (ContactInfoUsage) Type() protoreflect.EnumType
- type CreateApplicationRequest
- func (*CreateApplicationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateApplicationRequest) GetApplication() *Application
- func (x *CreateApplicationRequest) GetParent() string
- func (*CreateApplicationRequest) ProtoMessage()
- func (x *CreateApplicationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateApplicationRequest) Reset()
- func (x *CreateApplicationRequest) String() string
- type CreateClientEventRequest
- func (*CreateClientEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateClientEventRequest) GetClientEvent() *ClientEvent
- func (x *CreateClientEventRequest) GetParent() string
- func (*CreateClientEventRequest) ProtoMessage()
- func (x *CreateClientEventRequest) ProtoReflect() protoreflect.Message
- func (x *CreateClientEventRequest) Reset()
- func (x *CreateClientEventRequest) String() string
- type CreateCompanyRequest
- func (*CreateCompanyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCompanyRequest) GetCompany() *Company
- func (x *CreateCompanyRequest) GetParent() string
- func (*CreateCompanyRequest) ProtoMessage()
- func (x *CreateCompanyRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCompanyRequest) Reset()
- func (x *CreateCompanyRequest) String() string
- type CreateJobRequest
- func (*CreateJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateJobRequest) GetJob() *Job
- func (x *CreateJobRequest) GetParent() string
- func (*CreateJobRequest) ProtoMessage()
- func (x *CreateJobRequest) ProtoReflect() protoreflect.Message
- func (x *CreateJobRequest) Reset()
- func (x *CreateJobRequest) String() string
- type CreateProfileRequest
- func (*CreateProfileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateProfileRequest) GetParent() string
- func (x *CreateProfileRequest) GetProfile() *Profile
- func (*CreateProfileRequest) ProtoMessage()
- func (x *CreateProfileRequest) ProtoReflect() protoreflect.Message
- func (x *CreateProfileRequest) Reset()
- func (x *CreateProfileRequest) String() string
- type CreateTenantRequest
- func (*CreateTenantRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTenantRequest) GetParent() string
- func (x *CreateTenantRequest) GetTenant() *Tenant
- func (*CreateTenantRequest) ProtoMessage()
- func (x *CreateTenantRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTenantRequest) Reset()
- func (x *CreateTenantRequest) String() string
- type CustomAttribute
- func (*CustomAttribute) Descriptor() ([]byte, []int)deprecated
- func (x *CustomAttribute) GetFilterable() bool
- func (x *CustomAttribute) GetLongValues() []int64
- func (x *CustomAttribute) GetStringValues() []string
- func (*CustomAttribute) ProtoMessage()
- func (x *CustomAttribute) ProtoReflect() protoreflect.Message
- func (x *CustomAttribute) Reset()
- func (x *CustomAttribute) String() string
- type Degree
- func (*Degree) Descriptor() ([]byte, []int)deprecated
- func (x *Degree) GetDegreeName() string
- func (x *Degree) GetDegreeType() DegreeType
- func (x *Degree) GetFieldsOfStudy() []string
- func (*Degree) ProtoMessage()
- func (x *Degree) ProtoReflect() protoreflect.Message
- func (x *Degree) Reset()
- func (x *Degree) String() string
- type DegreeType
- type DeleteApplicationRequest
- func (*DeleteApplicationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteApplicationRequest) GetName() string
- func (*DeleteApplicationRequest) ProtoMessage()
- func (x *DeleteApplicationRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteApplicationRequest) Reset()
- func (x *DeleteApplicationRequest) String() string
- type DeleteCompanyRequest
- func (*DeleteCompanyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCompanyRequest) GetName() string
- func (*DeleteCompanyRequest) ProtoMessage()
- func (x *DeleteCompanyRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteCompanyRequest) Reset()
- func (x *DeleteCompanyRequest) String() string
- type DeleteJobRequest
- type DeleteProfileRequest
- func (*DeleteProfileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteProfileRequest) GetName() string
- func (*DeleteProfileRequest) ProtoMessage()
- func (x *DeleteProfileRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteProfileRequest) Reset()
- func (x *DeleteProfileRequest) String() string
- type DeleteTenantRequest
- func (*DeleteTenantRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTenantRequest) GetName() string
- func (*DeleteTenantRequest) ProtoMessage()
- func (x *DeleteTenantRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTenantRequest) Reset()
- func (x *DeleteTenantRequest) String() string
- type DeviceInfo
- func (*DeviceInfo) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceInfo) GetDeviceType() DeviceInfo_DeviceType
- func (x *DeviceInfo) GetId() string
- func (*DeviceInfo) ProtoMessage()
- func (x *DeviceInfo) ProtoReflect() protoreflect.Message
- func (x *DeviceInfo) Reset()
- func (x *DeviceInfo) String() string
- type DeviceInfo_DeviceType
- func (DeviceInfo_DeviceType) Descriptor() protoreflect.EnumDescriptor
- func (x DeviceInfo_DeviceType) Enum() *DeviceInfo_DeviceType
- func (DeviceInfo_DeviceType) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeviceInfo_DeviceType) Number() protoreflect.EnumNumber
- func (x DeviceInfo_DeviceType) String() string
- func (DeviceInfo_DeviceType) Type() protoreflect.EnumType
- type EducationFilter
- func (*EducationFilter) Descriptor() ([]byte, []int)deprecated
- func (x *EducationFilter) GetDegreeType() DegreeType
- func (x *EducationFilter) GetFieldOfStudy() string
- func (x *EducationFilter) GetNegated() bool
- func (x *EducationFilter) GetSchool() string
- func (*EducationFilter) ProtoMessage()
- func (x *EducationFilter) ProtoReflect() protoreflect.Message
- func (x *EducationFilter) Reset()
- func (x *EducationFilter) String() string
- type EducationRecord
- func (*EducationRecord) Descriptor() ([]byte, []int)deprecated
- func (x *EducationRecord) GetAddress() *Address
- func (m *EducationRecord) GetDegree() isEducationRecord_Degree
- func (x *EducationRecord) GetDegreeDescription() string
- func (x *EducationRecord) GetDegreeSnippet() string
- func (x *EducationRecord) GetDescription() string
- func (x *EducationRecord) GetEndDate() *date.Date
- func (x *EducationRecord) GetExpectedGraduationDate() *date.Date
- func (x *EducationRecord) GetIsCurrent() *wrapperspb.BoolValue
- func (x *EducationRecord) GetSchoolName() string
- func (x *EducationRecord) GetSchoolNameSnippet() string
- func (x *EducationRecord) GetStartDate() *date.Date
- func (x *EducationRecord) GetStructuredDegree() *Degree
- func (*EducationRecord) ProtoMessage()
- func (x *EducationRecord) ProtoReflect() protoreflect.Message
- func (x *EducationRecord) Reset()
- func (x *EducationRecord) String() string
- type EducationRecord_DegreeDescription
- type EducationRecord_StructuredDegree
- type Email
- type EmployerFilter
- func (*EmployerFilter) Descriptor() ([]byte, []int)deprecated
- func (x *EmployerFilter) GetEmployer() string
- func (x *EmployerFilter) GetMode() EmployerFilter_EmployerFilterMode
- func (x *EmployerFilter) GetNegated() bool
- func (*EmployerFilter) ProtoMessage()
- func (x *EmployerFilter) ProtoReflect() protoreflect.Message
- func (x *EmployerFilter) Reset()
- func (x *EmployerFilter) String() string
- type EmployerFilter_EmployerFilterMode
- func (EmployerFilter_EmployerFilterMode) Descriptor() protoreflect.EnumDescriptor
- func (x EmployerFilter_EmployerFilterMode) Enum() *EmployerFilter_EmployerFilterMode
- func (EmployerFilter_EmployerFilterMode) EnumDescriptor() ([]byte, []int)deprecated
- func (x EmployerFilter_EmployerFilterMode) Number() protoreflect.EnumNumber
- func (x EmployerFilter_EmployerFilterMode) String() string
- func (EmployerFilter_EmployerFilterMode) Type() protoreflect.EnumType
- type EmploymentRecord
- func (*EmploymentRecord) Descriptor() ([]byte, []int)deprecated
- func (x *EmploymentRecord) GetAddress() *Address
- func (x *EmploymentRecord) GetDivisionName() string
- func (x *EmploymentRecord) GetEmployerName() string
- func (x *EmploymentRecord) GetEmployerNameSnippet() string
- func (x *EmploymentRecord) GetEndDate() *date.Date
- func (x *EmploymentRecord) GetIsCurrent() *wrapperspb.BoolValue
- func (x *EmploymentRecord) GetIsSelfEmployed() *wrapperspb.BoolValue
- func (x *EmploymentRecord) GetIsSupervisor() *wrapperspb.BoolValue
- func (x *EmploymentRecord) GetJobDescription() string
- func (x *EmploymentRecord) GetJobDescriptionSnippet() string
- func (x *EmploymentRecord) GetJobTitle() string
- func (x *EmploymentRecord) GetJobTitleSnippet() string
- func (x *EmploymentRecord) GetStartDate() *date.Date
- func (*EmploymentRecord) ProtoMessage()
- func (x *EmploymentRecord) ProtoReflect() protoreflect.Message
- func (x *EmploymentRecord) Reset()
- func (x *EmploymentRecord) String() string
- type EmploymentType
- func (EmploymentType) Descriptor() protoreflect.EnumDescriptor
- func (x EmploymentType) Enum() *EmploymentType
- func (EmploymentType) EnumDescriptor() ([]byte, []int)deprecated
- func (x EmploymentType) Number() protoreflect.EnumNumber
- func (x EmploymentType) String() string
- func (EmploymentType) Type() protoreflect.EnumType
- type EventServiceClient
- type EventServiceServer
- type GetApplicationRequest
- func (*GetApplicationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetApplicationRequest) GetName() string
- func (*GetApplicationRequest) ProtoMessage()
- func (x *GetApplicationRequest) ProtoReflect() protoreflect.Message
- func (x *GetApplicationRequest) Reset()
- func (x *GetApplicationRequest) String() string
- type GetCompanyRequest
- type GetJobRequest
- type GetProfileRequest
- type GetTenantRequest
- type HistogramQuery
- type HistogramQueryResult
- func (*HistogramQueryResult) Descriptor() ([]byte, []int)deprecated
- func (x *HistogramQueryResult) GetHistogram() map[string]int64
- func (x *HistogramQueryResult) GetHistogramQuery() string
- func (*HistogramQueryResult) ProtoMessage()
- func (x *HistogramQueryResult) ProtoReflect() protoreflect.Message
- func (x *HistogramQueryResult) Reset()
- func (x *HistogramQueryResult) String() string
- type HtmlSanitization
- func (HtmlSanitization) Descriptor() protoreflect.EnumDescriptor
- func (x HtmlSanitization) Enum() *HtmlSanitization
- func (HtmlSanitization) EnumDescriptor() ([]byte, []int)deprecated
- func (x HtmlSanitization) Number() protoreflect.EnumNumber
- func (x HtmlSanitization) String() string
- func (HtmlSanitization) Type() protoreflect.EnumType
- type Interview
- type Job
- func (*Job) Descriptor() ([]byte, []int)deprecated
- func (x *Job) GetAddresses() []string
- func (x *Job) GetApplicationInfo() *Job_ApplicationInfo
- func (x *Job) GetCompany() string
- func (x *Job) GetCompanyDisplayName() string
- func (x *Job) GetCompensationInfo() *CompensationInfo
- func (x *Job) GetCustomAttributes() map[string]*CustomAttribute
- func (x *Job) GetDegreeTypes() []DegreeType
- func (x *Job) GetDepartment() string
- func (x *Job) GetDerivedInfo() *Job_DerivedInfo
- func (x *Job) GetDescription() string
- func (x *Job) GetEmploymentTypes() []EmploymentType
- func (x *Job) GetIncentives() string
- func (x *Job) GetJobBenefits() []JobBenefit
- func (x *Job) GetJobEndTime() *timestamppb.Timestamp
- func (x *Job) GetJobLevel() JobLevel
- func (x *Job) GetJobStartTime() *timestamppb.Timestamp
- func (x *Job) GetLanguageCode() string
- func (x *Job) GetName() string
- func (x *Job) GetPostingCreateTime() *timestamppb.Timestamp
- func (x *Job) GetPostingExpireTime() *timestamppb.Timestamp
- func (x *Job) GetPostingPublishTime() *timestamppb.Timestamp
- func (x *Job) GetPostingRegion() PostingRegion
- func (x *Job) GetPostingUpdateTime() *timestamppb.Timestamp
- func (x *Job) GetProcessingOptions() *Job_ProcessingOptions
- func (x *Job) GetPromotionValue() int32
- func (x *Job) GetQualifications() string
- func (x *Job) GetRequisitionId() string
- func (x *Job) GetResponsibilities() string
- func (x *Job) GetTitle() string
- func (x *Job) GetVisibility() Visibilitydeprecated
- func (*Job) ProtoMessage()
- func (x *Job) ProtoReflect() protoreflect.Message
- func (x *Job) Reset()
- func (x *Job) String() string
- type JobBenefit
- type JobCategory
- func (JobCategory) Descriptor() protoreflect.EnumDescriptor
- func (x JobCategory) Enum() *JobCategory
- func (JobCategory) EnumDescriptor() ([]byte, []int)deprecated
- func (x JobCategory) Number() protoreflect.EnumNumber
- func (x JobCategory) String() string
- func (JobCategory) Type() protoreflect.EnumType
- type JobEvent
- func (*JobEvent) Descriptor() ([]byte, []int)deprecated
- func (x *JobEvent) GetJobs() []string
- func (x *JobEvent) GetProfile() string
- func (x *JobEvent) GetType() JobEvent_JobEventType
- func (*JobEvent) ProtoMessage()
- func (x *JobEvent) ProtoReflect() protoreflect.Message
- func (x *JobEvent) Reset()
- func (x *JobEvent) String() string
- type JobEvent_JobEventType
- func (JobEvent_JobEventType) Descriptor() protoreflect.EnumDescriptor
- func (x JobEvent_JobEventType) Enum() *JobEvent_JobEventType
- func (JobEvent_JobEventType) EnumDescriptor() ([]byte, []int)deprecated
- func (x JobEvent_JobEventType) Number() protoreflect.EnumNumber
- func (x JobEvent_JobEventType) String() string
- func (JobEvent_JobEventType) Type() protoreflect.EnumType
- type JobLevel
- type JobOperationResult
- func (*JobOperationResult) Descriptor() ([]byte, []int)deprecated
- func (x *JobOperationResult) GetJobResults() []*JobOperationResult_JobResult
- func (*JobOperationResult) ProtoMessage()
- func (x *JobOperationResult) ProtoReflect() protoreflect.Message
- func (x *JobOperationResult) Reset()
- func (x *JobOperationResult) String() string
- type JobOperationResult_JobResult
- func (*JobOperationResult_JobResult) Descriptor() ([]byte, []int)deprecated
- func (x *JobOperationResult_JobResult) GetJob() *Job
- func (x *JobOperationResult_JobResult) GetStatus() *status.Status
- func (*JobOperationResult_JobResult) ProtoMessage()
- func (x *JobOperationResult_JobResult) ProtoReflect() protoreflect.Message
- func (x *JobOperationResult_JobResult) Reset()
- func (x *JobOperationResult_JobResult) String() string
- type JobQuery
- func (*JobQuery) Descriptor() ([]byte, []int)deprecated
- func (x *JobQuery) GetCommuteFilter() *CommuteFilter
- func (x *JobQuery) GetCompanies() []string
- func (x *JobQuery) GetCompanyDisplayNames() []string
- func (x *JobQuery) GetCompensationFilter() *CompensationFilter
- func (x *JobQuery) GetCustomAttributeFilter() string
- func (x *JobQuery) GetDisableSpellCheck() bool
- func (x *JobQuery) GetEmploymentTypes() []EmploymentType
- func (x *JobQuery) GetExcludedJobs() []string
- func (x *JobQuery) GetJobCategories() []JobCategory
- func (x *JobQuery) GetLanguageCodes() []string
- func (x *JobQuery) GetLocationFilters() []*LocationFilter
- func (x *JobQuery) GetPublishTimeRange() *TimestampRange
- func (x *JobQuery) GetQuery() string
- func (x *JobQuery) GetQueryLanguageCode() string
- func (*JobQuery) ProtoMessage()
- func (x *JobQuery) ProtoReflect() protoreflect.Message
- func (x *JobQuery) Reset()
- func (x *JobQuery) String() string
- type JobServiceClient
- type JobServiceServer
- type JobTitleFilter
- func (*JobTitleFilter) Descriptor() ([]byte, []int)deprecated
- func (x *JobTitleFilter) GetJobTitle() string
- func (x *JobTitleFilter) GetNegated() bool
- func (*JobTitleFilter) ProtoMessage()
- func (x *JobTitleFilter) ProtoReflect() protoreflect.Message
- func (x *JobTitleFilter) Reset()
- func (x *JobTitleFilter) String() string
- type JobView
- type Job_ApplicationInfo
- func (*Job_ApplicationInfo) Descriptor() ([]byte, []int)deprecated
- func (x *Job_ApplicationInfo) GetEmails() []string
- func (x *Job_ApplicationInfo) GetInstruction() string
- func (x *Job_ApplicationInfo) GetUris() []string
- func (*Job_ApplicationInfo) ProtoMessage()
- func (x *Job_ApplicationInfo) ProtoReflect() protoreflect.Message
- func (x *Job_ApplicationInfo) Reset()
- func (x *Job_ApplicationInfo) String() string
- type Job_DerivedInfo
- func (*Job_DerivedInfo) Descriptor() ([]byte, []int)deprecated
- func (x *Job_DerivedInfo) GetJobCategories() []JobCategory
- func (x *Job_DerivedInfo) GetLocations() []*Location
- func (*Job_DerivedInfo) ProtoMessage()
- func (x *Job_DerivedInfo) ProtoReflect() protoreflect.Message
- func (x *Job_DerivedInfo) Reset()
- func (x *Job_DerivedInfo) String() string
- type Job_ProcessingOptions
- func (*Job_ProcessingOptions) Descriptor() ([]byte, []int)deprecated
- func (x *Job_ProcessingOptions) GetDisableStreetAddressResolution() bool
- func (x *Job_ProcessingOptions) GetHtmlSanitization() HtmlSanitization
- func (*Job_ProcessingOptions) ProtoMessage()
- func (x *Job_ProcessingOptions) ProtoReflect() protoreflect.Message
- func (x *Job_ProcessingOptions) Reset()
- func (x *Job_ProcessingOptions) String() string
- type ListApplicationsRequest
- func (*ListApplicationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListApplicationsRequest) GetPageSize() int32
- func (x *ListApplicationsRequest) GetPageToken() string
- func (x *ListApplicationsRequest) GetParent() string
- func (*ListApplicationsRequest) ProtoMessage()
- func (x *ListApplicationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListApplicationsRequest) Reset()
- func (x *ListApplicationsRequest) String() string
- type ListApplicationsResponse
- func (*ListApplicationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListApplicationsResponse) GetApplications() []*Application
- func (x *ListApplicationsResponse) GetMetadata() *ResponseMetadata
- func (x *ListApplicationsResponse) GetNextPageToken() string
- func (*ListApplicationsResponse) ProtoMessage()
- func (x *ListApplicationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListApplicationsResponse) Reset()
- func (x *ListApplicationsResponse) String() string
- type ListCompaniesRequest
- func (*ListCompaniesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCompaniesRequest) GetPageSize() int32
- func (x *ListCompaniesRequest) GetPageToken() string
- func (x *ListCompaniesRequest) GetParent() string
- func (x *ListCompaniesRequest) GetRequireOpenJobs() bool
- func (*ListCompaniesRequest) ProtoMessage()
- func (x *ListCompaniesRequest) ProtoReflect() protoreflect.Message
- func (x *ListCompaniesRequest) Reset()
- func (x *ListCompaniesRequest) String() string
- type ListCompaniesResponse
- func (*ListCompaniesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCompaniesResponse) GetCompanies() []*Company
- func (x *ListCompaniesResponse) GetMetadata() *ResponseMetadata
- func (x *ListCompaniesResponse) GetNextPageToken() string
- func (*ListCompaniesResponse) ProtoMessage()
- func (x *ListCompaniesResponse) ProtoReflect() protoreflect.Message
- func (x *ListCompaniesResponse) Reset()
- func (x *ListCompaniesResponse) String() string
- type ListJobsRequest
- func (*ListJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListJobsRequest) GetFilter() string
- func (x *ListJobsRequest) GetJobView() JobView
- func (x *ListJobsRequest) GetPageSize() int32
- func (x *ListJobsRequest) GetPageToken() string
- func (x *ListJobsRequest) GetParent() string
- func (*ListJobsRequest) ProtoMessage()
- func (x *ListJobsRequest) ProtoReflect() protoreflect.Message
- func (x *ListJobsRequest) Reset()
- func (x *ListJobsRequest) String() string
- type ListJobsResponse
- func (*ListJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListJobsResponse) GetJobs() []*Job
- func (x *ListJobsResponse) GetMetadata() *ResponseMetadata
- func (x *ListJobsResponse) GetNextPageToken() string
- func (*ListJobsResponse) ProtoMessage()
- func (x *ListJobsResponse) ProtoReflect() protoreflect.Message
- func (x *ListJobsResponse) Reset()
- func (x *ListJobsResponse) String() string
- type ListProfilesRequest
- func (*ListProfilesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListProfilesRequest) GetFilter() string
- func (x *ListProfilesRequest) GetPageSize() int32
- func (x *ListProfilesRequest) GetPageToken() string
- func (x *ListProfilesRequest) GetParent() string
- func (x *ListProfilesRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (*ListProfilesRequest) ProtoMessage()
- func (x *ListProfilesRequest) ProtoReflect() protoreflect.Message
- func (x *ListProfilesRequest) Reset()
- func (x *ListProfilesRequest) String() string
- type ListProfilesResponse
- func (*ListProfilesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProfilesResponse) GetNextPageToken() string
- func (x *ListProfilesResponse) GetProfiles() []*Profile
- func (*ListProfilesResponse) ProtoMessage()
- func (x *ListProfilesResponse) ProtoReflect() protoreflect.Message
- func (x *ListProfilesResponse) Reset()
- func (x *ListProfilesResponse) String() string
- type ListTenantsRequest
- func (*ListTenantsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTenantsRequest) GetPageSize() int32
- func (x *ListTenantsRequest) GetPageToken() string
- func (x *ListTenantsRequest) GetParent() string
- func (*ListTenantsRequest) ProtoMessage()
- func (x *ListTenantsRequest) ProtoReflect() protoreflect.Message
- func (x *ListTenantsRequest) Reset()
- func (x *ListTenantsRequest) String() string
- type ListTenantsResponse
- func (*ListTenantsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTenantsResponse) GetMetadata() *ResponseMetadata
- func (x *ListTenantsResponse) GetNextPageToken() string
- func (x *ListTenantsResponse) GetTenants() []*Tenant
- func (*ListTenantsResponse) ProtoMessage()
- func (x *ListTenantsResponse) ProtoReflect() protoreflect.Message
- func (x *ListTenantsResponse) Reset()
- func (x *ListTenantsResponse) String() string
- type Location
- func (*Location) Descriptor() ([]byte, []int)deprecated
- func (x *Location) GetLatLng() *latlng.LatLng
- func (x *Location) GetLocationType() Location_LocationType
- func (x *Location) GetPostalAddress() *postaladdress.PostalAddress
- func (x *Location) GetRadiusMiles() float64
- func (*Location) ProtoMessage()
- func (x *Location) ProtoReflect() protoreflect.Message
- func (x *Location) Reset()
- func (x *Location) String() string
- type LocationFilter
- func (*LocationFilter) Descriptor() ([]byte, []int)deprecated
- func (x *LocationFilter) GetAddress() string
- func (x *LocationFilter) GetDistanceInMiles() float64
- func (x *LocationFilter) GetLatLng() *latlng.LatLng
- func (x *LocationFilter) GetNegated() bool
- func (x *LocationFilter) GetRegionCode() string
- func (x *LocationFilter) GetTelecommutePreference() LocationFilter_TelecommutePreference
- func (*LocationFilter) ProtoMessage()
- func (x *LocationFilter) ProtoReflect() protoreflect.Message
- func (x *LocationFilter) Reset()
- func (x *LocationFilter) String() string
- type LocationFilter_TelecommutePreference
- func (LocationFilter_TelecommutePreference) Descriptor() protoreflect.EnumDescriptor
- func (x LocationFilter_TelecommutePreference) Enum() *LocationFilter_TelecommutePreference
- func (LocationFilter_TelecommutePreference) EnumDescriptor() ([]byte, []int)deprecated
- func (x LocationFilter_TelecommutePreference) Number() protoreflect.EnumNumber
- func (x LocationFilter_TelecommutePreference) String() string
- func (LocationFilter_TelecommutePreference) Type() protoreflect.EnumType
- type Location_LocationType
- func (Location_LocationType) Descriptor() protoreflect.EnumDescriptor
- func (x Location_LocationType) Enum() *Location_LocationType
- func (Location_LocationType) EnumDescriptor() ([]byte, []int)deprecated
- func (x Location_LocationType) Number() protoreflect.EnumNumber
- func (x Location_LocationType) String() string
- func (Location_LocationType) Type() protoreflect.EnumType
- type Outcome
- type Patent
- func (*Patent) Descriptor() ([]byte, []int)deprecated
- func (x *Patent) GetDisplayName() string
- func (x *Patent) GetInventors() []string
- func (x *Patent) GetPatentDescription() string
- func (x *Patent) GetPatentFilingDate() *date.Date
- func (x *Patent) GetPatentNumber() string
- func (x *Patent) GetPatentOffice() string
- func (x *Patent) GetPatentStatus() string
- func (x *Patent) GetPatentStatusDate() *date.Date
- func (x *Patent) GetSkillsUsed() []*Skill
- func (*Patent) ProtoMessage()
- func (x *Patent) ProtoReflect() protoreflect.Message
- func (x *Patent) Reset()
- func (x *Patent) String() string
- type PersonName
- func (*PersonName) Descriptor() ([]byte, []int)deprecated
- func (x *PersonName) GetFormattedName() string
- func (m *PersonName) GetPersonName() isPersonName_PersonName
- func (x *PersonName) GetPreferredName() string
- func (x *PersonName) GetStructuredName() *PersonName_PersonStructuredName
- func (*PersonName) ProtoMessage()
- func (x *PersonName) ProtoReflect() protoreflect.Message
- func (x *PersonName) Reset()
- func (x *PersonName) String() string
- type PersonNameFilter
- type PersonName_FormattedName
- type PersonName_PersonStructuredName
- func (*PersonName_PersonStructuredName) Descriptor() ([]byte, []int)deprecated
- func (x *PersonName_PersonStructuredName) GetFamilyName() string
- func (x *PersonName_PersonStructuredName) GetGivenName() string
- func (x *PersonName_PersonStructuredName) GetMiddleInitial() string
- func (x *PersonName_PersonStructuredName) GetPreferredName() string
- func (x *PersonName_PersonStructuredName) GetPrefixes() []string
- func (x *PersonName_PersonStructuredName) GetSuffixes() []string
- func (*PersonName_PersonStructuredName) ProtoMessage()
- func (x *PersonName_PersonStructuredName) ProtoReflect() protoreflect.Message
- func (x *PersonName_PersonStructuredName) Reset()
- func (x *PersonName_PersonStructuredName) String() string
- type PersonName_StructuredName
- type PersonalUri
- type Phone
- func (*Phone) Descriptor() ([]byte, []int)deprecated
- func (x *Phone) GetNumber() string
- func (x *Phone) GetType() Phone_PhoneType
- func (x *Phone) GetUsage() ContactInfoUsage
- func (x *Phone) GetWhenAvailable() string
- func (*Phone) ProtoMessage()
- func (x *Phone) ProtoReflect() protoreflect.Message
- func (x *Phone) Reset()
- func (x *Phone) String() string
- type Phone_PhoneType
- func (Phone_PhoneType) Descriptor() protoreflect.EnumDescriptor
- func (x Phone_PhoneType) Enum() *Phone_PhoneType
- func (Phone_PhoneType) EnumDescriptor() ([]byte, []int)deprecated
- func (x Phone_PhoneType) Number() protoreflect.EnumNumber
- func (x Phone_PhoneType) String() string
- func (Phone_PhoneType) Type() protoreflect.EnumType
- type PostingRegion
- func (PostingRegion) Descriptor() protoreflect.EnumDescriptor
- func (x PostingRegion) Enum() *PostingRegion
- func (PostingRegion) EnumDescriptor() ([]byte, []int)deprecated
- func (x PostingRegion) Number() protoreflect.EnumNumber
- func (x PostingRegion) String() string
- func (PostingRegion) Type() protoreflect.EnumType
- type Profile
- func (*Profile) Descriptor() ([]byte, []int)deprecated
- func (x *Profile) GetActivities() []*Activity
- func (x *Profile) GetAdditionalContactInfo() []*AdditionalContactInfo
- func (x *Profile) GetAddresses() []*Address
- func (x *Profile) GetApplications() []string
- func (x *Profile) GetAssignments() []string
- func (x *Profile) GetAvailabilitySignals() []*AvailabilitySignal
- func (x *Profile) GetCandidateUpdateTime() *timestamppb.Timestamp
- func (x *Profile) GetCertifications() []*Certification
- func (x *Profile) GetCreateTime() *timestamppb.Timestamp
- func (x *Profile) GetCustomAttributes() map[string]*CustomAttribute
- func (x *Profile) GetDerivedAddresses() []*Location
- func (x *Profile) GetEducationRecords() []*EducationRecord
- func (x *Profile) GetEmailAddresses() []*Email
- func (x *Profile) GetEmploymentRecords() []*EmploymentRecord
- func (x *Profile) GetExternalId() string
- func (x *Profile) GetGroupId() string
- func (x *Profile) GetIsHirable() *wrapperspb.BoolValue
- func (x *Profile) GetKeywordSnippet() string
- func (x *Profile) GetName() string
- func (x *Profile) GetPatents() []*Patent
- func (x *Profile) GetPersonNames() []*PersonName
- func (x *Profile) GetPersonalUris() []*PersonalUri
- func (x *Profile) GetPhoneNumbers() []*Phone
- func (x *Profile) GetProcessed() bool
- func (x *Profile) GetPublications() []*Publication
- func (x *Profile) GetResume() *Resume
- func (x *Profile) GetResumeUpdateTime() *timestamppb.Timestamp
- func (x *Profile) GetSkills() []*Skill
- func (x *Profile) GetSource() string
- func (x *Profile) GetUpdateTime() *timestamppb.Timestamp
- func (x *Profile) GetUri() string
- func (*Profile) ProtoMessage()
- func (x *Profile) ProtoReflect() protoreflect.Message
- func (x *Profile) Reset()
- func (x *Profile) String() string
- type ProfileEvent
- func (*ProfileEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ProfileEvent) GetJobs() []string
- func (x *ProfileEvent) GetProfiles() []string
- func (x *ProfileEvent) GetType() ProfileEvent_ProfileEventType
- func (*ProfileEvent) ProtoMessage()
- func (x *ProfileEvent) ProtoReflect() protoreflect.Message
- func (x *ProfileEvent) Reset()
- func (x *ProfileEvent) String() string
- type ProfileEvent_ProfileEventType
- func (ProfileEvent_ProfileEventType) Descriptor() protoreflect.EnumDescriptor
- func (x ProfileEvent_ProfileEventType) Enum() *ProfileEvent_ProfileEventType
- func (ProfileEvent_ProfileEventType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ProfileEvent_ProfileEventType) Number() protoreflect.EnumNumber
- func (x ProfileEvent_ProfileEventType) String() string
- func (ProfileEvent_ProfileEventType) Type() protoreflect.EnumType
- type ProfileQuery
- func (*ProfileQuery) Descriptor() ([]byte, []int)deprecated
- func (x *ProfileQuery) GetApplicationDateFilters() []*ApplicationDateFilter
- func (x *ProfileQuery) GetApplicationJobFilters() []*ApplicationJobFilter
- func (x *ProfileQuery) GetApplicationOutcomeNotesFilters() []*ApplicationOutcomeNotesFilter
- func (x *ProfileQuery) GetAvailabilityFilters() []*AvailabilityFilter
- func (x *ProfileQuery) GetCandidateAvailabilityFilter() *CandidateAvailabilityFilterdeprecated
- func (x *ProfileQuery) GetCustomAttributeFilter() string
- func (x *ProfileQuery) GetEducationFilters() []*EducationFilter
- func (x *ProfileQuery) GetEmployerFilters() []*EmployerFilter
- func (x *ProfileQuery) GetHirableFilter() *wrapperspb.BoolValue
- func (x *ProfileQuery) GetJobTitleFilters() []*JobTitleFilter
- func (x *ProfileQuery) GetLocationFilters() []*LocationFilter
- func (x *ProfileQuery) GetPersonNameFilters() []*PersonNameFilter
- func (x *ProfileQuery) GetQuery() string
- func (x *ProfileQuery) GetSkillFilters() []*SkillFilter
- func (x *ProfileQuery) GetTimeFilters() []*TimeFilter
- func (x *ProfileQuery) GetWorkExperienceFilter() []*WorkExperienceFilter
- func (*ProfileQuery) ProtoMessage()
- func (x *ProfileQuery) ProtoReflect() protoreflect.Message
- func (x *ProfileQuery) Reset()
- func (x *ProfileQuery) String() string
- type ProfileServiceClient
- type ProfileServiceServer
- type Publication
- func (*Publication) Descriptor() ([]byte, []int)deprecated
- func (x *Publication) GetAuthors() []string
- func (x *Publication) GetDescription() string
- func (x *Publication) GetIsbn() string
- func (x *Publication) GetJournal() string
- func (x *Publication) GetPublicationDate() *date.Date
- func (x *Publication) GetPublicationType() string
- func (x *Publication) GetPublisher() string
- func (x *Publication) GetTitle() string
- func (x *Publication) GetVolume() string
- func (*Publication) ProtoMessage()
- func (x *Publication) ProtoReflect() protoreflect.Message
- func (x *Publication) Reset()
- func (x *Publication) String() string
- type Rating
- func (*Rating) Descriptor() ([]byte, []int)deprecated
- func (x *Rating) GetInterval() float64
- func (x *Rating) GetMax() float64
- func (x *Rating) GetMin() float64
- func (x *Rating) GetOverall() float64
- func (*Rating) ProtoMessage()
- func (x *Rating) ProtoReflect() protoreflect.Message
- func (x *Rating) Reset()
- func (x *Rating) String() string
- type RequestMetadata
- func (*RequestMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *RequestMetadata) GetAllowMissingIds() bool
- func (x *RequestMetadata) GetDeviceInfo() *DeviceInfo
- func (x *RequestMetadata) GetDomain() string
- func (x *RequestMetadata) GetSessionId() string
- func (x *RequestMetadata) GetUserId() string
- func (*RequestMetadata) ProtoMessage()
- func (x *RequestMetadata) ProtoReflect() protoreflect.Message
- func (x *RequestMetadata) Reset()
- func (x *RequestMetadata) String() string
- type ResponseMetadata
- type Resume
- type Resume_ResumeType
- func (Resume_ResumeType) Descriptor() protoreflect.EnumDescriptor
- func (x Resume_ResumeType) Enum() *Resume_ResumeType
- func (Resume_ResumeType) EnumDescriptor() ([]byte, []int)deprecated
- func (x Resume_ResumeType) Number() protoreflect.EnumNumber
- func (x Resume_ResumeType) String() string
- func (Resume_ResumeType) Type() protoreflect.EnumType
- type SearchJobsRequest
- func (*SearchJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SearchJobsRequest) GetCustomRankingInfo() *SearchJobsRequest_CustomRankingInfo
- func (x *SearchJobsRequest) GetDisableKeywordMatch() bool
- func (x *SearchJobsRequest) GetDiversificationLevel() SearchJobsRequest_DiversificationLevel
- func (x *SearchJobsRequest) GetEnableBroadening() bool
- func (x *SearchJobsRequest) GetHistogramQueries() []*HistogramQuery
- func (x *SearchJobsRequest) GetJobQuery() *JobQuery
- func (x *SearchJobsRequest) GetJobView() JobView
- func (x *SearchJobsRequest) GetOffset() int32
- func (x *SearchJobsRequest) GetOrderBy() string
- func (x *SearchJobsRequest) GetPageSize() int32
- func (x *SearchJobsRequest) GetPageToken() string
- func (x *SearchJobsRequest) GetParent() string
- func (x *SearchJobsRequest) GetRequestMetadata() *RequestMetadata
- func (x *SearchJobsRequest) GetRequirePreciseResultSize() bool
- func (x *SearchJobsRequest) GetSearchMode() SearchJobsRequest_SearchMode
- func (*SearchJobsRequest) ProtoMessage()
- func (x *SearchJobsRequest) ProtoReflect() protoreflect.Message
- func (x *SearchJobsRequest) Reset()
- func (x *SearchJobsRequest) String() string
- type SearchJobsRequest_CustomRankingInfo
- func (*SearchJobsRequest_CustomRankingInfo) Descriptor() ([]byte, []int)deprecated
- func (x *SearchJobsRequest_CustomRankingInfo) GetImportanceLevel() SearchJobsRequest_CustomRankingInfo_ImportanceLevel
- func (x *SearchJobsRequest_CustomRankingInfo) GetRankingExpression() string
- func (*SearchJobsRequest_CustomRankingInfo) ProtoMessage()
- func (x *SearchJobsRequest_CustomRankingInfo) ProtoReflect() protoreflect.Message
- func (x *SearchJobsRequest_CustomRankingInfo) Reset()
- func (x *SearchJobsRequest_CustomRankingInfo) String() string
- type SearchJobsRequest_CustomRankingInfo_ImportanceLevel
- func (SearchJobsRequest_CustomRankingInfo_ImportanceLevel) Descriptor() protoreflect.EnumDescriptor
- func (x SearchJobsRequest_CustomRankingInfo_ImportanceLevel) Enum() *SearchJobsRequest_CustomRankingInfo_ImportanceLevel
- func (SearchJobsRequest_CustomRankingInfo_ImportanceLevel) EnumDescriptor() ([]byte, []int)deprecated
- func (x SearchJobsRequest_CustomRankingInfo_ImportanceLevel) Number() protoreflect.EnumNumber
- func (x SearchJobsRequest_CustomRankingInfo_ImportanceLevel) String() string
- func (SearchJobsRequest_CustomRankingInfo_ImportanceLevel) Type() protoreflect.EnumType
- type SearchJobsRequest_DiversificationLevel
- func (SearchJobsRequest_DiversificationLevel) Descriptor() protoreflect.EnumDescriptor
- func (x SearchJobsRequest_DiversificationLevel) Enum() *SearchJobsRequest_DiversificationLevel
- func (SearchJobsRequest_DiversificationLevel) EnumDescriptor() ([]byte, []int)deprecated
- func (x SearchJobsRequest_DiversificationLevel) Number() protoreflect.EnumNumber
- func (x SearchJobsRequest_DiversificationLevel) String() string
- func (SearchJobsRequest_DiversificationLevel) Type() protoreflect.EnumType
- type SearchJobsRequest_SearchMode
- func (SearchJobsRequest_SearchMode) Descriptor() protoreflect.EnumDescriptor
- func (x SearchJobsRequest_SearchMode) Enum() *SearchJobsRequest_SearchMode
- func (SearchJobsRequest_SearchMode) EnumDescriptor() ([]byte, []int)deprecated
- func (x SearchJobsRequest_SearchMode) Number() protoreflect.EnumNumber
- func (x SearchJobsRequest_SearchMode) String() string
- func (SearchJobsRequest_SearchMode) Type() protoreflect.EnumType
- type SearchJobsResponse
- func (*SearchJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchJobsResponse) GetBroadenedQueryJobsCount() int32
- func (x *SearchJobsResponse) GetEstimatedTotalSize() int32
- func (x *SearchJobsResponse) GetHistogramQueryResults() []*HistogramQueryResult
- func (x *SearchJobsResponse) GetLocationFilters() []*Location
- func (x *SearchJobsResponse) GetMatchingJobs() []*SearchJobsResponse_MatchingJob
- func (x *SearchJobsResponse) GetMetadata() *ResponseMetadata
- func (x *SearchJobsResponse) GetNextPageToken() string
- func (x *SearchJobsResponse) GetSpellCorrection() *SpellingCorrection
- func (x *SearchJobsResponse) GetTotalSize() int32
- func (*SearchJobsResponse) ProtoMessage()
- func (x *SearchJobsResponse) ProtoReflect() protoreflect.Message
- func (x *SearchJobsResponse) Reset()
- func (x *SearchJobsResponse) String() string
- type SearchJobsResponse_CommuteInfo
- func (*SearchJobsResponse_CommuteInfo) Descriptor() ([]byte, []int)deprecated
- func (x *SearchJobsResponse_CommuteInfo) GetJobLocation() *Location
- func (x *SearchJobsResponse_CommuteInfo) GetTravelDuration() *durationpb.Duration
- func (*SearchJobsResponse_CommuteInfo) ProtoMessage()
- func (x *SearchJobsResponse_CommuteInfo) ProtoReflect() protoreflect.Message
- func (x *SearchJobsResponse_CommuteInfo) Reset()
- func (x *SearchJobsResponse_CommuteInfo) String() string
- type SearchJobsResponse_MatchingJob
- func (*SearchJobsResponse_MatchingJob) Descriptor() ([]byte, []int)deprecated
- func (x *SearchJobsResponse_MatchingJob) GetCommuteInfo() *SearchJobsResponse_CommuteInfo
- func (x *SearchJobsResponse_MatchingJob) GetJob() *Job
- func (x *SearchJobsResponse_MatchingJob) GetJobSummary() string
- func (x *SearchJobsResponse_MatchingJob) GetJobTitleSnippet() string
- func (x *SearchJobsResponse_MatchingJob) GetSearchTextSnippet() string
- func (*SearchJobsResponse_MatchingJob) ProtoMessage()
- func (x *SearchJobsResponse_MatchingJob) ProtoReflect() protoreflect.Message
- func (x *SearchJobsResponse_MatchingJob) Reset()
- func (x *SearchJobsResponse_MatchingJob) String() string
- type SearchProfilesRequest
- func (*SearchProfilesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SearchProfilesRequest) GetCaseSensitiveSort() bool
- func (x *SearchProfilesRequest) GetDisableSpellCheck() bool
- func (x *SearchProfilesRequest) GetHistogramQueries() []*HistogramQuery
- func (x *SearchProfilesRequest) GetOffset() int32
- func (x *SearchProfilesRequest) GetOrderBy() string
- func (x *SearchProfilesRequest) GetPageSize() int32
- func (x *SearchProfilesRequest) GetPageToken() string
- func (x *SearchProfilesRequest) GetParent() string
- func (x *SearchProfilesRequest) GetProfileQuery() *ProfileQuery
- func (x *SearchProfilesRequest) GetRequestMetadata() *RequestMetadata
- func (x *SearchProfilesRequest) GetResultSetId() string
- func (x *SearchProfilesRequest) GetStrictKeywordsSearch() bool
- func (*SearchProfilesRequest) ProtoMessage()
- func (x *SearchProfilesRequest) ProtoReflect() protoreflect.Message
- func (x *SearchProfilesRequest) Reset()
- func (x *SearchProfilesRequest) String() string
- type SearchProfilesResponse
- func (*SearchProfilesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchProfilesResponse) GetEstimatedTotalSize() int64
- func (x *SearchProfilesResponse) GetHistogramQueryResults() []*HistogramQueryResult
- func (x *SearchProfilesResponse) GetMetadata() *ResponseMetadata
- func (x *SearchProfilesResponse) GetNextPageToken() string
- func (x *SearchProfilesResponse) GetResultSetId() string
- func (x *SearchProfilesResponse) GetSpellCorrection() *SpellingCorrection
- func (x *SearchProfilesResponse) GetSummarizedProfiles() []*SummarizedProfile
- func (*SearchProfilesResponse) ProtoMessage()
- func (x *SearchProfilesResponse) ProtoReflect() protoreflect.Message
- func (x *SearchProfilesResponse) Reset()
- func (x *SearchProfilesResponse) String() string
- type Skill
- func (*Skill) Descriptor() ([]byte, []int)deprecated
- func (x *Skill) GetContext() string
- func (x *Skill) GetDisplayName() string
- func (x *Skill) GetLastUsedDate() *date.Date
- func (x *Skill) GetLevel() SkillProficiencyLevel
- func (x *Skill) GetSkillNameSnippet() string
- func (*Skill) ProtoMessage()
- func (x *Skill) ProtoReflect() protoreflect.Message
- func (x *Skill) Reset()
- func (x *Skill) String() string
- type SkillFilter
- type SkillProficiencyLevel
- func (SkillProficiencyLevel) Descriptor() protoreflect.EnumDescriptor
- func (x SkillProficiencyLevel) Enum() *SkillProficiencyLevel
- func (SkillProficiencyLevel) EnumDescriptor() ([]byte, []int)deprecated
- func (x SkillProficiencyLevel) Number() protoreflect.EnumNumber
- func (x SkillProficiencyLevel) String() string
- func (SkillProficiencyLevel) Type() protoreflect.EnumType
- type SpellingCorrection
- func (*SpellingCorrection) Descriptor() ([]byte, []int)deprecated
- func (x *SpellingCorrection) GetCorrected() bool
- func (x *SpellingCorrection) GetCorrectedHtml() string
- func (x *SpellingCorrection) GetCorrectedText() string
- func (*SpellingCorrection) ProtoMessage()
- func (x *SpellingCorrection) ProtoReflect() protoreflect.Message
- func (x *SpellingCorrection) Reset()
- func (x *SpellingCorrection) String() string
- type SummarizedProfile
- func (*SummarizedProfile) Descriptor() ([]byte, []int)deprecated
- func (x *SummarizedProfile) GetProfiles() []*Profile
- func (x *SummarizedProfile) GetSummary() *Profile
- func (*SummarizedProfile) ProtoMessage()
- func (x *SummarizedProfile) ProtoReflect() protoreflect.Message
- func (x *SummarizedProfile) Reset()
- func (x *SummarizedProfile) String() string
- type Tenant
- func (*Tenant) Descriptor() ([]byte, []int)deprecated
- func (x *Tenant) GetExternalId() string
- func (x *Tenant) GetKeywordSearchableProfileCustomAttributes() []string
- func (x *Tenant) GetName() string
- func (x *Tenant) GetUsageType() Tenant_DataUsageType
- func (*Tenant) ProtoMessage()
- func (x *Tenant) ProtoReflect() protoreflect.Message
- func (x *Tenant) Reset()
- func (x *Tenant) String() string
- type TenantServiceClient
- type TenantServiceServer
- type Tenant_DataUsageType
- func (Tenant_DataUsageType) Descriptor() protoreflect.EnumDescriptor
- func (x Tenant_DataUsageType) Enum() *Tenant_DataUsageType
- func (Tenant_DataUsageType) EnumDescriptor() ([]byte, []int)deprecated
- func (x Tenant_DataUsageType) Number() protoreflect.EnumNumber
- func (x Tenant_DataUsageType) String() string
- func (Tenant_DataUsageType) Type() protoreflect.EnumType
- type TimeFilter
- func (*TimeFilter) Descriptor() ([]byte, []int)deprecated
- func (x *TimeFilter) GetEndTime() *timestamppb.Timestamp
- func (x *TimeFilter) GetStartTime() *timestamppb.Timestamp
- func (x *TimeFilter) GetTimeField() TimeFilter_TimeField
- func (*TimeFilter) ProtoMessage()
- func (x *TimeFilter) ProtoReflect() protoreflect.Message
- func (x *TimeFilter) Reset()
- func (x *TimeFilter) String() string
- type TimeFilter_TimeField
- func (TimeFilter_TimeField) Descriptor() protoreflect.EnumDescriptor
- func (x TimeFilter_TimeField) Enum() *TimeFilter_TimeField
- func (TimeFilter_TimeField) EnumDescriptor() ([]byte, []int)deprecated
- func (x TimeFilter_TimeField) Number() protoreflect.EnumNumber
- func (x TimeFilter_TimeField) String() string
- func (TimeFilter_TimeField) Type() protoreflect.EnumType
- type TimestampRange
- func (*TimestampRange) Descriptor() ([]byte, []int)deprecated
- func (x *TimestampRange) GetEndTime() *timestamppb.Timestamp
- func (x *TimestampRange) GetStartTime() *timestamppb.Timestamp
- func (*TimestampRange) ProtoMessage()
- func (x *TimestampRange) ProtoReflect() protoreflect.Message
- func (x *TimestampRange) Reset()
- func (x *TimestampRange) String() string
- type UnimplementedApplicationServiceServer
- func (*UnimplementedApplicationServiceServer) CreateApplication(context.Context, *CreateApplicationRequest) (*Application, error)
- func (*UnimplementedApplicationServiceServer) DeleteApplication(context.Context, *DeleteApplicationRequest) (*emptypb.Empty, error)
- func (*UnimplementedApplicationServiceServer) GetApplication(context.Context, *GetApplicationRequest) (*Application, error)
- func (*UnimplementedApplicationServiceServer) ListApplications(context.Context, *ListApplicationsRequest) (*ListApplicationsResponse, error)
- func (*UnimplementedApplicationServiceServer) UpdateApplication(context.Context, *UpdateApplicationRequest) (*Application, error)
- type UnimplementedCompanyServiceServer
- func (*UnimplementedCompanyServiceServer) CreateCompany(context.Context, *CreateCompanyRequest) (*Company, error)
- func (*UnimplementedCompanyServiceServer) DeleteCompany(context.Context, *DeleteCompanyRequest) (*emptypb.Empty, error)
- func (*UnimplementedCompanyServiceServer) GetCompany(context.Context, *GetCompanyRequest) (*Company, error)
- func (*UnimplementedCompanyServiceServer) ListCompanies(context.Context, *ListCompaniesRequest) (*ListCompaniesResponse, error)
- func (*UnimplementedCompanyServiceServer) UpdateCompany(context.Context, *UpdateCompanyRequest) (*Company, error)
- type UnimplementedCompletionServer
- type UnimplementedEventServiceServer
- type UnimplementedJobServiceServer
- func (*UnimplementedJobServiceServer) BatchCreateJobs(context.Context, *BatchCreateJobsRequest) (*longrunning.Operation, error)
- func (*UnimplementedJobServiceServer) BatchDeleteJobs(context.Context, *BatchDeleteJobsRequest) (*emptypb.Empty, error)
- func (*UnimplementedJobServiceServer) BatchUpdateJobs(context.Context, *BatchUpdateJobsRequest) (*longrunning.Operation, error)
- func (*UnimplementedJobServiceServer) CreateJob(context.Context, *CreateJobRequest) (*Job, error)
- func (*UnimplementedJobServiceServer) DeleteJob(context.Context, *DeleteJobRequest) (*emptypb.Empty, error)
- func (*UnimplementedJobServiceServer) GetJob(context.Context, *GetJobRequest) (*Job, error)
- func (*UnimplementedJobServiceServer) ListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
- func (*UnimplementedJobServiceServer) SearchJobs(context.Context, *SearchJobsRequest) (*SearchJobsResponse, error)
- func (*UnimplementedJobServiceServer) SearchJobsForAlert(context.Context, *SearchJobsRequest) (*SearchJobsResponse, error)
- func (*UnimplementedJobServiceServer) UpdateJob(context.Context, *UpdateJobRequest) (*Job, error)
- type UnimplementedProfileServiceServer
- func (*UnimplementedProfileServiceServer) CreateProfile(context.Context, *CreateProfileRequest) (*Profile, error)
- func (*UnimplementedProfileServiceServer) DeleteProfile(context.Context, *DeleteProfileRequest) (*emptypb.Empty, error)
- func (*UnimplementedProfileServiceServer) GetProfile(context.Context, *GetProfileRequest) (*Profile, error)
- func (*UnimplementedProfileServiceServer) ListProfiles(context.Context, *ListProfilesRequest) (*ListProfilesResponse, error)
- func (*UnimplementedProfileServiceServer) SearchProfiles(context.Context, *SearchProfilesRequest) (*SearchProfilesResponse, error)
- func (*UnimplementedProfileServiceServer) UpdateProfile(context.Context, *UpdateProfileRequest) (*Profile, error)
- type UnimplementedTenantServiceServer
- func (*UnimplementedTenantServiceServer) CreateTenant(context.Context, *CreateTenantRequest) (*Tenant, error)
- func (*UnimplementedTenantServiceServer) DeleteTenant(context.Context, *DeleteTenantRequest) (*emptypb.Empty, error)
- func (*UnimplementedTenantServiceServer) GetTenant(context.Context, *GetTenantRequest) (*Tenant, error)
- func (*UnimplementedTenantServiceServer) ListTenants(context.Context, *ListTenantsRequest) (*ListTenantsResponse, error)
- func (*UnimplementedTenantServiceServer) UpdateTenant(context.Context, *UpdateTenantRequest) (*Tenant, error)
- type UpdateApplicationRequest
- func (*UpdateApplicationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateApplicationRequest) GetApplication() *Application
- func (x *UpdateApplicationRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateApplicationRequest) ProtoMessage()
- func (x *UpdateApplicationRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateApplicationRequest) Reset()
- func (x *UpdateApplicationRequest) String() string
- type UpdateCompanyRequest
- func (*UpdateCompanyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCompanyRequest) GetCompany() *Company
- func (x *UpdateCompanyRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateCompanyRequest) ProtoMessage()
- func (x *UpdateCompanyRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCompanyRequest) Reset()
- func (x *UpdateCompanyRequest) String() string
- type UpdateJobRequest
- func (*UpdateJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateJobRequest) GetJob() *Job
- func (x *UpdateJobRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateJobRequest) ProtoMessage()
- func (x *UpdateJobRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateJobRequest) Reset()
- func (x *UpdateJobRequest) String() string
- type UpdateProfileRequest
- func (*UpdateProfileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProfileRequest) GetProfile() *Profile
- func (x *UpdateProfileRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateProfileRequest) ProtoMessage()
- func (x *UpdateProfileRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateProfileRequest) Reset()
- func (x *UpdateProfileRequest) String() string
- type UpdateTenantRequest
- func (*UpdateTenantRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateTenantRequest) GetTenant() *Tenant
- func (x *UpdateTenantRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateTenantRequest) ProtoMessage()
- func (x *UpdateTenantRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateTenantRequest) Reset()
- func (x *UpdateTenantRequest) String() string
- type Visibilitydeprecated
- type WorkExperienceFilter
- func (*WorkExperienceFilter) Descriptor() ([]byte, []int)deprecated
- func (x *WorkExperienceFilter) GetMaxExperience() *durationpb.Duration
- func (x *WorkExperienceFilter) GetMinExperience() *durationpb.Duration
- func (*WorkExperienceFilter) ProtoMessage()
- func (x *WorkExperienceFilter) ProtoReflect() protoreflect.Message
- func (x *WorkExperienceFilter) Reset()
- func (x *WorkExperienceFilter) String() string
Constants ¶
This section is empty.
Variables ¶
var ( Application_ApplicationState_name = map[int32]string{ 0: "APPLICATION_STATE_UNSPECIFIED", 1: "IN_PROGRESS", 2: "CANDIDATE_WITHDREW", 3: "EMPLOYER_WITHDREW", 4: "COMPLETED", 5: "CLOSED", } Application_ApplicationState_value = map[string]int32{ "APPLICATION_STATE_UNSPECIFIED": 0, "IN_PROGRESS": 1, "CANDIDATE_WITHDREW": 2, "EMPLOYER_WITHDREW": 3, "COMPLETED": 4, "CLOSED": 5, } )
Enum value maps for Application_ApplicationState.
var ( Application_ApplicationStage_name = map[int32]string{ 0: "APPLICATION_STAGE_UNSPECIFIED", 1: "NEW", 2: "SCREEN", 3: "HIRING_MANAGER_REVIEW", 4: "INTERVIEW", 5: "OFFER_EXTENDED", 6: "OFFER_ACCEPTED", 7: "STARTED", } Application_ApplicationStage_value = map[string]int32{ "APPLICATION_STAGE_UNSPECIFIED": 0, "NEW": 1, "SCREEN": 2, "HIRING_MANAGER_REVIEW": 3, "INTERVIEW": 4, "OFFER_EXTENDED": 5, "OFFER_ACCEPTED": 6, "STARTED": 7, } )
Enum value maps for Application_ApplicationStage.
var ( CompanySize_name = map[int32]string{ 0: "COMPANY_SIZE_UNSPECIFIED", 1: "MINI", 2: "SMALL", 3: "SMEDIUM", 4: "MEDIUM", 5: "BIG", 6: "BIGGER", 7: "GIANT", } CompanySize_value = map[string]int32{ "COMPANY_SIZE_UNSPECIFIED": 0, "MINI": 1, "SMALL": 2, "SMEDIUM": 3, "MEDIUM": 4, "BIG": 5, "BIGGER": 6, "GIANT": 7, } )
Enum value maps for CompanySize.
var ( JobBenefit_name = map[int32]string{ 0: "JOB_BENEFIT_UNSPECIFIED", 1: "CHILD_CARE", 2: "DENTAL", 3: "DOMESTIC_PARTNER", 4: "FLEXIBLE_HOURS", 5: "MEDICAL", 6: "LIFE_INSURANCE", 7: "PARENTAL_LEAVE", 8: "RETIREMENT_PLAN", 9: "SICK_DAYS", 10: "VACATION", 11: "VISION", } JobBenefit_value = map[string]int32{ "JOB_BENEFIT_UNSPECIFIED": 0, "CHILD_CARE": 1, "DENTAL": 2, "DOMESTIC_PARTNER": 3, "FLEXIBLE_HOURS": 4, "MEDICAL": 5, "LIFE_INSURANCE": 6, "PARENTAL_LEAVE": 7, "RETIREMENT_PLAN": 8, "SICK_DAYS": 9, "VACATION": 10, "VISION": 11, } )
Enum value maps for JobBenefit.
var ( DegreeType_name = map[int32]string{ 0: "DEGREE_TYPE_UNSPECIFIED", 1: "PRIMARY_EDUCATION", 2: "LOWER_SECONDARY_EDUCATION", 3: "UPPER_SECONDARY_EDUCATION", 4: "ADULT_REMEDIAL_EDUCATION", 5: "ASSOCIATES_OR_EQUIVALENT", 6: "BACHELORS_OR_EQUIVALENT", 7: "MASTERS_OR_EQUIVALENT", 8: "DOCTORAL_OR_EQUIVALENT", } DegreeType_value = map[string]int32{ "DEGREE_TYPE_UNSPECIFIED": 0, "PRIMARY_EDUCATION": 1, "LOWER_SECONDARY_EDUCATION": 2, "UPPER_SECONDARY_EDUCATION": 3, "ADULT_REMEDIAL_EDUCATION": 4, "ASSOCIATES_OR_EQUIVALENT": 5, "BACHELORS_OR_EQUIVALENT": 6, "MASTERS_OR_EQUIVALENT": 7, "DOCTORAL_OR_EQUIVALENT": 8, } )
Enum value maps for DegreeType.
var ( EmploymentType_name = map[int32]string{ 0: "EMPLOYMENT_TYPE_UNSPECIFIED", 1: "FULL_TIME", 2: "PART_TIME", 3: "CONTRACTOR", 4: "CONTRACT_TO_HIRE", 5: "TEMPORARY", 6: "INTERN", 7: "VOLUNTEER", 8: "PER_DIEM", 9: "FLY_IN_FLY_OUT", 10: "OTHER_EMPLOYMENT_TYPE", } EmploymentType_value = map[string]int32{ "EMPLOYMENT_TYPE_UNSPECIFIED": 0, "FULL_TIME": 1, "PART_TIME": 2, "CONTRACTOR": 3, "CONTRACT_TO_HIRE": 4, "TEMPORARY": 5, "INTERN": 6, "VOLUNTEER": 7, "PER_DIEM": 8, "FLY_IN_FLY_OUT": 9, "OTHER_EMPLOYMENT_TYPE": 10, } )
Enum value maps for EmploymentType.
var ( JobLevel_name = map[int32]string{ 0: "JOB_LEVEL_UNSPECIFIED", 1: "ENTRY_LEVEL", 2: "EXPERIENCED", 3: "MANAGER", 4: "DIRECTOR", 5: "EXECUTIVE", } JobLevel_value = map[string]int32{ "JOB_LEVEL_UNSPECIFIED": 0, "ENTRY_LEVEL": 1, "EXPERIENCED": 2, "MANAGER": 3, "DIRECTOR": 4, "EXECUTIVE": 5, } )
Enum value maps for JobLevel.
var ( JobCategory_name = map[int32]string{ 0: "JOB_CATEGORY_UNSPECIFIED", 1: "ACCOUNTING_AND_FINANCE", 2: "ADMINISTRATIVE_AND_OFFICE", 3: "ADVERTISING_AND_MARKETING", 4: "ANIMAL_CARE", 5: "ART_FASHION_AND_DESIGN", 6: "BUSINESS_OPERATIONS", 7: "CLEANING_AND_FACILITIES", 8: "COMPUTER_AND_IT", 9: "CONSTRUCTION", 10: "CUSTOMER_SERVICE", 11: "EDUCATION", 12: "ENTERTAINMENT_AND_TRAVEL", 13: "FARMING_AND_OUTDOORS", 14: "HEALTHCARE", 15: "HUMAN_RESOURCES", 16: "INSTALLATION_MAINTENANCE_AND_REPAIR", 17: "LEGAL", 18: "MANAGEMENT", 19: "MANUFACTURING_AND_WAREHOUSE", 20: "MEDIA_COMMUNICATIONS_AND_WRITING", 21: "OIL_GAS_AND_MINING", 22: "PERSONAL_CARE_AND_SERVICES", 23: "PROTECTIVE_SERVICES", 24: "REAL_ESTATE", 25: "RESTAURANT_AND_HOSPITALITY", 26: "SALES_AND_RETAIL", 27: "SCIENCE_AND_ENGINEERING", 28: "SOCIAL_SERVICES_AND_NON_PROFIT", 29: "SPORTS_FITNESS_AND_RECREATION", 30: "TRANSPORTATION_AND_LOGISTICS", } JobCategory_value = map[string]int32{ "JOB_CATEGORY_UNSPECIFIED": 0, "ACCOUNTING_AND_FINANCE": 1, "ADMINISTRATIVE_AND_OFFICE": 2, "ADVERTISING_AND_MARKETING": 3, "ANIMAL_CARE": 4, "ART_FASHION_AND_DESIGN": 5, "BUSINESS_OPERATIONS": 6, "CLEANING_AND_FACILITIES": 7, "COMPUTER_AND_IT": 8, "CONSTRUCTION": 9, "CUSTOMER_SERVICE": 10, "EDUCATION": 11, "ENTERTAINMENT_AND_TRAVEL": 12, "FARMING_AND_OUTDOORS": 13, "HEALTHCARE": 14, "HUMAN_RESOURCES": 15, "INSTALLATION_MAINTENANCE_AND_REPAIR": 16, "LEGAL": 17, "MANAGEMENT": 18, "MANUFACTURING_AND_WAREHOUSE": 19, "MEDIA_COMMUNICATIONS_AND_WRITING": 20, "OIL_GAS_AND_MINING": 21, "PERSONAL_CARE_AND_SERVICES": 22, "PROTECTIVE_SERVICES": 23, "REAL_ESTATE": 24, "RESTAURANT_AND_HOSPITALITY": 25, "SALES_AND_RETAIL": 26, "SCIENCE_AND_ENGINEERING": 27, "SOCIAL_SERVICES_AND_NON_PROFIT": 28, "SPORTS_FITNESS_AND_RECREATION": 29, "TRANSPORTATION_AND_LOGISTICS": 30, } )
Enum value maps for JobCategory.
var ( PostingRegion_name = map[int32]string{ 0: "POSTING_REGION_UNSPECIFIED", 1: "ADMINISTRATIVE_AREA", 2: "NATION", 3: "TELECOMMUTE", } PostingRegion_value = map[string]int32{ "POSTING_REGION_UNSPECIFIED": 0, "ADMINISTRATIVE_AREA": 1, "NATION": 2, "TELECOMMUTE": 3, } )
Enum value maps for PostingRegion.
var ( Visibility_name = map[int32]string{ 0: "VISIBILITY_UNSPECIFIED", 1: "ACCOUNT_ONLY", 2: "SHARED_WITH_GOOGLE", 3: "SHARED_WITH_PUBLIC", } Visibility_value = map[string]int32{ "VISIBILITY_UNSPECIFIED": 0, "ACCOUNT_ONLY": 1, "SHARED_WITH_GOOGLE": 2, "SHARED_WITH_PUBLIC": 3, } )
Enum value maps for Visibility.
var ( ContactInfoUsage_name = map[int32]string{ 0: "CONTACT_INFO_USAGE_UNSPECIFIED", 1: "PERSONAL", 2: "WORK", 3: "SCHOOL", } ContactInfoUsage_value = map[string]int32{ "CONTACT_INFO_USAGE_UNSPECIFIED": 0, "PERSONAL": 1, "WORK": 2, "SCHOOL": 3, } )
Enum value maps for ContactInfoUsage.
var ( HtmlSanitization_name = map[int32]string{ 0: "HTML_SANITIZATION_UNSPECIFIED", 1: "HTML_SANITIZATION_DISABLED", 2: "SIMPLE_FORMATTING_ONLY", } HtmlSanitization_value = map[string]int32{ "HTML_SANITIZATION_UNSPECIFIED": 0, "HTML_SANITIZATION_DISABLED": 1, "SIMPLE_FORMATTING_ONLY": 2, } )
Enum value maps for HtmlSanitization.
var ( CommuteMethod_name = map[int32]string{ 0: "COMMUTE_METHOD_UNSPECIFIED", 1: "DRIVING", 2: "TRANSIT", 3: "WALKING", 4: "CYCLING", } CommuteMethod_value = map[string]int32{ "COMMUTE_METHOD_UNSPECIFIED": 0, "DRIVING": 1, "TRANSIT": 2, "WALKING": 3, "CYCLING": 4, } )
Enum value maps for CommuteMethod.
var ( SkillProficiencyLevel_name = map[int32]string{ 0: "SKILL_PROFICIENCY_LEVEL_UNSPECIFIED", 6: "UNSKILLED", 1: "FUNDAMENTAL_AWARENESS", 2: "NOVICE", 3: "INTERMEDIATE", 4: "ADVANCED", 5: "EXPERT", } SkillProficiencyLevel_value = map[string]int32{ "SKILL_PROFICIENCY_LEVEL_UNSPECIFIED": 0, "UNSKILLED": 6, "FUNDAMENTAL_AWARENESS": 1, "NOVICE": 2, "INTERMEDIATE": 3, "ADVANCED": 4, "EXPERT": 5, } )
Enum value maps for SkillProficiencyLevel.
var ( Outcome_name = map[int32]string{ 0: "OUTCOME_UNSPECIFIED", 1: "POSITIVE", 2: "NEUTRAL", 3: "NEGATIVE", 4: "OUTCOME_NOT_AVAILABLE", } Outcome_value = map[string]int32{ "OUTCOME_UNSPECIFIED": 0, "POSITIVE": 1, "NEUTRAL": 2, "NEGATIVE": 3, "OUTCOME_NOT_AVAILABLE": 4, } )
Enum value maps for Outcome.
var ( AvailabilitySignalType_name = map[int32]string{ 0: "AVAILABILITY_SIGNAL_TYPE_UNSPECIFIED", 1: "JOB_APPLICATION", 2: "RESUME_UPDATE", 3: "CANDIDATE_UPDATE", 4: "CLIENT_SUBMISSION", } AvailabilitySignalType_value = map[string]int32{ "AVAILABILITY_SIGNAL_TYPE_UNSPECIFIED": 0, "JOB_APPLICATION": 1, "RESUME_UPDATE": 2, "CANDIDATE_UPDATE": 3, "CLIENT_SUBMISSION": 4, } )
Enum value maps for AvailabilitySignalType.
var ( Location_LocationType_name = map[int32]string{ 0: "LOCATION_TYPE_UNSPECIFIED", 1: "COUNTRY", 2: "ADMINISTRATIVE_AREA", 3: "SUB_ADMINISTRATIVE_AREA", 4: "LOCALITY", 5: "POSTAL_CODE", 6: "SUB_LOCALITY", 7: "SUB_LOCALITY_1", 8: "SUB_LOCALITY_2", 9: "NEIGHBORHOOD", 10: "STREET_ADDRESS", } Location_LocationType_value = map[string]int32{ "LOCATION_TYPE_UNSPECIFIED": 0, "COUNTRY": 1, "ADMINISTRATIVE_AREA": 2, "SUB_ADMINISTRATIVE_AREA": 3, "LOCALITY": 4, "POSTAL_CODE": 5, "SUB_LOCALITY": 6, "SUB_LOCALITY_1": 7, "SUB_LOCALITY_2": 8, "NEIGHBORHOOD": 9, "STREET_ADDRESS": 10, } )
Enum value maps for Location_LocationType.
var ( DeviceInfo_DeviceType_name = map[int32]string{ 0: "DEVICE_TYPE_UNSPECIFIED", 1: "WEB", 2: "MOBILE_WEB", 3: "ANDROID", 4: "IOS", 5: "BOT", 6: "OTHER", } DeviceInfo_DeviceType_value = map[string]int32{ "DEVICE_TYPE_UNSPECIFIED": 0, "WEB": 1, "MOBILE_WEB": 2, "ANDROID": 3, "IOS": 4, "BOT": 5, "OTHER": 6, } )
Enum value maps for DeviceInfo_DeviceType.
var ( CompensationInfo_CompensationType_name = map[int32]string{ 0: "COMPENSATION_TYPE_UNSPECIFIED", 1: "BASE", 2: "BONUS", 3: "SIGNING_BONUS", 4: "EQUITY", 5: "PROFIT_SHARING", 6: "COMMISSIONS", 7: "TIPS", 8: "OTHER_COMPENSATION_TYPE", } CompensationInfo_CompensationType_value = map[string]int32{ "COMPENSATION_TYPE_UNSPECIFIED": 0, "BASE": 1, "BONUS": 2, "SIGNING_BONUS": 3, "EQUITY": 4, "PROFIT_SHARING": 5, "COMMISSIONS": 6, "TIPS": 7, "OTHER_COMPENSATION_TYPE": 8, } )
Enum value maps for CompensationInfo_CompensationType.
var ( CompensationInfo_CompensationUnit_name = map[int32]string{ 0: "COMPENSATION_UNIT_UNSPECIFIED", 1: "HOURLY", 2: "DAILY", 3: "WEEKLY", 4: "MONTHLY", 5: "YEARLY", 6: "ONE_TIME", 7: "OTHER_COMPENSATION_UNIT", } CompensationInfo_CompensationUnit_value = map[string]int32{ "COMPENSATION_UNIT_UNSPECIFIED": 0, "HOURLY": 1, "DAILY": 2, "WEEKLY": 3, "MONTHLY": 4, "YEARLY": 5, "ONE_TIME": 6, "OTHER_COMPENSATION_UNIT": 7, } )
Enum value maps for CompensationInfo_CompensationUnit.
var ( BatchOperationMetadata_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "INITIALIZING", 2: "PROCESSING", 3: "SUCCEEDED", 4: "FAILED", 5: "CANCELLING", 6: "CANCELLED", } BatchOperationMetadata_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "INITIALIZING": 1, "PROCESSING": 2, "SUCCEEDED": 3, "FAILED": 4, "CANCELLING": 5, "CANCELLED": 6, } )
Enum value maps for BatchOperationMetadata_State.
var ( CompleteQueryRequest_CompletionScope_name = map[int32]string{ 0: "COMPLETION_SCOPE_UNSPECIFIED", 1: "TENANT", 2: "PUBLIC", } CompleteQueryRequest_CompletionScope_value = map[string]int32{ "COMPLETION_SCOPE_UNSPECIFIED": 0, "TENANT": 1, "PUBLIC": 2, } )
Enum value maps for CompleteQueryRequest_CompletionScope.
var ( CompleteQueryRequest_CompletionType_name = map[int32]string{ 0: "COMPLETION_TYPE_UNSPECIFIED", 1: "JOB_TITLE", 2: "COMPANY_NAME", 3: "COMBINED", } CompleteQueryRequest_CompletionType_value = map[string]int32{ "COMPLETION_TYPE_UNSPECIFIED": 0, "JOB_TITLE": 1, "COMPANY_NAME": 2, "COMBINED": 3, } )
Enum value maps for CompleteQueryRequest_CompletionType.
var ( JobEvent_JobEventType_name = map[int32]string{ 0: "JOB_EVENT_TYPE_UNSPECIFIED", 1: "IMPRESSION", 2: "VIEW", 3: "VIEW_REDIRECT", 4: "APPLICATION_START", 5: "APPLICATION_FINISH", 6: "APPLICATION_QUICK_SUBMISSION", 7: "APPLICATION_REDIRECT", 8: "APPLICATION_START_FROM_SEARCH", 9: "APPLICATION_REDIRECT_FROM_SEARCH", 10: "APPLICATION_COMPANY_SUBMIT", 11: "BOOKMARK", 12: "NOTIFICATION", 13: "HIRED", 14: "SENT_CV", 15: "INTERVIEW_GRANTED", } JobEvent_JobEventType_value = map[string]int32{ "JOB_EVENT_TYPE_UNSPECIFIED": 0, "IMPRESSION": 1, "VIEW": 2, "VIEW_REDIRECT": 3, "APPLICATION_START": 4, "APPLICATION_FINISH": 5, "APPLICATION_QUICK_SUBMISSION": 6, "APPLICATION_REDIRECT": 7, "APPLICATION_START_FROM_SEARCH": 8, "APPLICATION_REDIRECT_FROM_SEARCH": 9, "APPLICATION_COMPANY_SUBMIT": 10, "BOOKMARK": 11, "NOTIFICATION": 12, "HIRED": 13, "SENT_CV": 14, "INTERVIEW_GRANTED": 15, } )
Enum value maps for JobEvent_JobEventType.
var ( ProfileEvent_ProfileEventType_name = map[int32]string{ 0: "PROFILE_EVENT_TYPE_UNSPECIFIED", 1: "IMPRESSION", 2: "VIEW", 3: "BOOKMARK", } ProfileEvent_ProfileEventType_value = map[string]int32{ "PROFILE_EVENT_TYPE_UNSPECIFIED": 0, "IMPRESSION": 1, "VIEW": 2, "BOOKMARK": 3, } )
Enum value maps for ProfileEvent_ProfileEventType.
var ( LocationFilter_TelecommutePreference_name = map[int32]string{ 0: "TELECOMMUTE_PREFERENCE_UNSPECIFIED", 1: "TELECOMMUTE_EXCLUDED", 2: "TELECOMMUTE_ALLOWED", } LocationFilter_TelecommutePreference_value = map[string]int32{ "TELECOMMUTE_PREFERENCE_UNSPECIFIED": 0, "TELECOMMUTE_EXCLUDED": 1, "TELECOMMUTE_ALLOWED": 2, } )
Enum value maps for LocationFilter_TelecommutePreference.
var ( CompensationFilter_FilterType_name = map[int32]string{ 0: "FILTER_TYPE_UNSPECIFIED", 1: "UNIT_ONLY", 2: "UNIT_AND_AMOUNT", 3: "ANNUALIZED_BASE_AMOUNT", 4: "ANNUALIZED_TOTAL_AMOUNT", } CompensationFilter_FilterType_value = map[string]int32{ "FILTER_TYPE_UNSPECIFIED": 0, "UNIT_ONLY": 1, "UNIT_AND_AMOUNT": 2, "ANNUALIZED_BASE_AMOUNT": 3, "ANNUALIZED_TOTAL_AMOUNT": 4, } )
Enum value maps for CompensationFilter_FilterType.
var ( CommuteFilter_RoadTraffic_name = map[int32]string{ 0: "ROAD_TRAFFIC_UNSPECIFIED", 1: "TRAFFIC_FREE", 2: "BUSY_HOUR", } CommuteFilter_RoadTraffic_value = map[string]int32{ "ROAD_TRAFFIC_UNSPECIFIED": 0, "TRAFFIC_FREE": 1, "BUSY_HOUR": 2, } )
Enum value maps for CommuteFilter_RoadTraffic.
var ( EmployerFilter_EmployerFilterMode_name = map[int32]string{ 0: "EMPLOYER_FILTER_MODE_UNSPECIFIED", 1: "ALL_EMPLOYMENT_RECORDS", 2: "CURRENT_EMPLOYMENT_RECORDS_ONLY", 3: "PAST_EMPLOYMENT_RECORDS_ONLY", } EmployerFilter_EmployerFilterMode_value = map[string]int32{ "EMPLOYER_FILTER_MODE_UNSPECIFIED": 0, "ALL_EMPLOYMENT_RECORDS": 1, "CURRENT_EMPLOYMENT_RECORDS_ONLY": 2, "PAST_EMPLOYMENT_RECORDS_ONLY": 3, } )
Enum value maps for EmployerFilter_EmployerFilterMode.
var ( TimeFilter_TimeField_name = map[int32]string{ 0: "TIME_FIELD_UNSPECIFIED", 1: "CREATE_TIME", 2: "UPDATE_TIME", } TimeFilter_TimeField_value = map[string]int32{ "TIME_FIELD_UNSPECIFIED": 0, "CREATE_TIME": 1, "UPDATE_TIME": 2, } )
Enum value maps for TimeFilter_TimeField.
var ( JobView_name = map[int32]string{ 0: "JOB_VIEW_UNSPECIFIED", 1: "JOB_VIEW_ID_ONLY", 2: "JOB_VIEW_MINIMAL", 3: "JOB_VIEW_SMALL", 4: "JOB_VIEW_FULL", } JobView_value = map[string]int32{ "JOB_VIEW_UNSPECIFIED": 0, "JOB_VIEW_ID_ONLY": 1, "JOB_VIEW_MINIMAL": 2, "JOB_VIEW_SMALL": 3, "JOB_VIEW_FULL": 4, } )
Enum value maps for JobView.
var ( SearchJobsRequest_SearchMode_name = map[int32]string{ 0: "SEARCH_MODE_UNSPECIFIED", 1: "JOB_SEARCH", 2: "FEATURED_JOB_SEARCH", } SearchJobsRequest_SearchMode_value = map[string]int32{ "SEARCH_MODE_UNSPECIFIED": 0, "JOB_SEARCH": 1, "FEATURED_JOB_SEARCH": 2, } )
Enum value maps for SearchJobsRequest_SearchMode.
var ( SearchJobsRequest_DiversificationLevel_name = map[int32]string{ 0: "DIVERSIFICATION_LEVEL_UNSPECIFIED", 1: "DISABLED", 2: "SIMPLE", } SearchJobsRequest_DiversificationLevel_value = map[string]int32{ "DIVERSIFICATION_LEVEL_UNSPECIFIED": 0, "DISABLED": 1, "SIMPLE": 2, } )
Enum value maps for SearchJobsRequest_DiversificationLevel.
var ( SearchJobsRequest_CustomRankingInfo_ImportanceLevel_name = map[int32]string{ 0: "IMPORTANCE_LEVEL_UNSPECIFIED", 1: "NONE", 2: "LOW", 3: "MILD", 4: "MEDIUM", 5: "HIGH", 6: "EXTREME", } SearchJobsRequest_CustomRankingInfo_ImportanceLevel_value = map[string]int32{ "IMPORTANCE_LEVEL_UNSPECIFIED": 0, "NONE": 1, "LOW": 2, "MILD": 3, "MEDIUM": 4, "HIGH": 5, "EXTREME": 6, } )
Enum value maps for SearchJobsRequest_CustomRankingInfo_ImportanceLevel.
var ( Resume_ResumeType_name = map[int32]string{ 0: "RESUME_TYPE_UNSPECIFIED", 1: "HRXML", 2: "OTHER_RESUME_TYPE", } Resume_ResumeType_value = map[string]int32{ "RESUME_TYPE_UNSPECIFIED": 0, "HRXML": 1, "OTHER_RESUME_TYPE": 2, } )
Enum value maps for Resume_ResumeType.
var ( Phone_PhoneType_name = map[int32]string{ 0: "PHONE_TYPE_UNSPECIFIED", 1: "LANDLINE", 2: "MOBILE", 3: "FAX", 4: "PAGER", 5: "TTY_OR_TDD", 6: "VOICEMAIL", 7: "VIRTUAL", 8: "VOIP", 9: "MOBILE_OR_LANDLINE", } Phone_PhoneType_value = map[string]int32{ "PHONE_TYPE_UNSPECIFIED": 0, "LANDLINE": 1, "MOBILE": 2, "FAX": 3, "PAGER": 4, "TTY_OR_TDD": 5, "VOICEMAIL": 6, "VIRTUAL": 7, "VOIP": 8, "MOBILE_OR_LANDLINE": 9, } )
Enum value maps for Phone_PhoneType.
var ( Tenant_DataUsageType_name = map[int32]string{ 0: "DATA_USAGE_TYPE_UNSPECIFIED", 1: "AGGREGATED", 2: "ISOLATED", } Tenant_DataUsageType_value = map[string]int32{ "DATA_USAGE_TYPE_UNSPECIFIED": 0, "AGGREGATED": 1, "ISOLATED": 2, } )
Enum value maps for Tenant_DataUsageType.
var File_google_cloud_talent_v4beta1_application_proto protoreflect.FileDescriptor
var File_google_cloud_talent_v4beta1_application_service_proto protoreflect.FileDescriptor
var File_google_cloud_talent_v4beta1_batch_proto protoreflect.FileDescriptor
var File_google_cloud_talent_v4beta1_common_proto protoreflect.FileDescriptor
var File_google_cloud_talent_v4beta1_company_proto protoreflect.FileDescriptor
var File_google_cloud_talent_v4beta1_company_service_proto protoreflect.FileDescriptor
var File_google_cloud_talent_v4beta1_completion_service_proto protoreflect.FileDescriptor
var File_google_cloud_talent_v4beta1_event_proto protoreflect.FileDescriptor
var File_google_cloud_talent_v4beta1_event_service_proto protoreflect.FileDescriptor
var File_google_cloud_talent_v4beta1_filters_proto protoreflect.FileDescriptor
var File_google_cloud_talent_v4beta1_histogram_proto protoreflect.FileDescriptor
var File_google_cloud_talent_v4beta1_job_proto protoreflect.FileDescriptor
var File_google_cloud_talent_v4beta1_job_service_proto protoreflect.FileDescriptor
var File_google_cloud_talent_v4beta1_profile_proto protoreflect.FileDescriptor
var File_google_cloud_talent_v4beta1_profile_service_proto protoreflect.FileDescriptor
var File_google_cloud_talent_v4beta1_tenant_proto protoreflect.FileDescriptor
var File_google_cloud_talent_v4beta1_tenant_service_proto protoreflect.FileDescriptor
Functions ¶
func RegisterApplicationServiceServer ¶
func RegisterApplicationServiceServer(s *grpc.Server, srv ApplicationServiceServer)
func RegisterCompanyServiceServer ¶
func RegisterCompanyServiceServer(s *grpc.Server, srv CompanyServiceServer)
func RegisterCompletionServer ¶
func RegisterCompletionServer(s *grpc.Server, srv CompletionServer)
func RegisterEventServiceServer ¶
func RegisterEventServiceServer(s *grpc.Server, srv EventServiceServer)
func RegisterJobServiceServer ¶
func RegisterJobServiceServer(s *grpc.Server, srv JobServiceServer)
func RegisterProfileServiceServer ¶
func RegisterProfileServiceServer(s *grpc.Server, srv ProfileServiceServer)
func RegisterTenantServiceServer ¶
func RegisterTenantServiceServer(s *grpc.Server, srv TenantServiceServer)
Types ¶
type Activity ¶
type Activity struct { // Activity display name. // // Number of characters allowed is 100. DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Activity description. // // Number of characters allowed is 100,000. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // Activity URI. // // Number of characters allowed is 4,000. Uri string `protobuf:"bytes,3,opt,name=uri,proto3" json:"uri,omitempty"` // The first creation date of the activity. CreateDate *date.Date `protobuf:"bytes,4,opt,name=create_date,json=createDate,proto3" json:"create_date,omitempty"` // The last update date of the activity. UpdateDate *date.Date `protobuf:"bytes,5,opt,name=update_date,json=updateDate,proto3" json:"update_date,omitempty"` // A list of team members involved in this activity. // // Number of characters allowed is 100. // // The limitation for max number of team members is 50. TeamMembers []string `protobuf:"bytes,6,rep,name=team_members,json=teamMembers,proto3" json:"team_members,omitempty"` // A list of skills used in this activity. // // The limitation for max number of skills used is 50. SkillsUsed []*Skill `protobuf:"bytes,7,rep,name=skills_used,json=skillsUsed,proto3" json:"skills_used,omitempty"` // Output only. Activity name snippet shows how the [display_name][google.cloud.talent.v4beta1.Activity.display_name] is related to a search // query. It's empty if the [display_name][google.cloud.talent.v4beta1.Activity.display_name] isn't related to the search // query. ActivityNameSnippet string `protobuf:"bytes,8,opt,name=activity_name_snippet,json=activityNameSnippet,proto3" json:"activity_name_snippet,omitempty"` // Output only. Activity description snippet shows how the // [description][google.cloud.talent.v4beta1.Activity.description] is related to a search query. It's empty if the // [description][google.cloud.talent.v4beta1.Activity.description] isn't related to the search query. ActivityDescriptionSnippet string `` /* 141-byte string literal not displayed */ // Output only. Skill used snippet shows how the corresponding // [skills_used][google.cloud.talent.v4beta1.Activity.skills_used] are related to a search query. It's empty if the // corresponding [skills_used][google.cloud.talent.v4beta1.Activity.skills_used] are not related to the search query. SkillsUsedSnippet []string `protobuf:"bytes,10,rep,name=skills_used_snippet,json=skillsUsedSnippet,proto3" json:"skills_used_snippet,omitempty"` // contains filtered or unexported fields }
Resource that represents an individual or collaborative activity participated in by a candidate, for example, an open-source project, a class assignment, and so on.
func (*Activity) Descriptor
deprecated
func (*Activity) GetActivityDescriptionSnippet ¶
func (*Activity) GetActivityNameSnippet ¶
func (*Activity) GetCreateDate ¶
func (*Activity) GetDescription ¶
func (*Activity) GetDisplayName ¶
func (*Activity) GetSkillsUsed ¶
func (*Activity) GetSkillsUsedSnippet ¶
func (*Activity) GetTeamMembers ¶
func (*Activity) GetUpdateDate ¶
func (*Activity) ProtoMessage ¶
func (*Activity) ProtoMessage()
func (*Activity) ProtoReflect ¶
func (x *Activity) ProtoReflect() protoreflect.Message
type AdditionalContactInfo ¶
type AdditionalContactInfo struct { // The usage of this contact method. For example, SCHOOL, WORK, PERSONAL. Usage ContactInfoUsage `protobuf:"varint,1,opt,name=usage,proto3,enum=google.cloud.talent.v4beta1.ContactInfoUsage" json:"usage,omitempty"` // The name of the contact method. // // For example, "hangout", "skype". // // Number of characters allowed is 100. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The contact id. // // Number of characters allowed is 100. ContactId string `protobuf:"bytes,3,opt,name=contact_id,json=contactId,proto3" json:"contact_id,omitempty"` // contains filtered or unexported fields }
Resource that represents contact information other than phone, email, URI and addresses.
func (*AdditionalContactInfo) Descriptor
deprecated
func (*AdditionalContactInfo) Descriptor() ([]byte, []int)
Deprecated: Use AdditionalContactInfo.ProtoReflect.Descriptor instead.
func (*AdditionalContactInfo) GetContactId ¶
func (x *AdditionalContactInfo) GetContactId() string
func (*AdditionalContactInfo) GetName ¶
func (x *AdditionalContactInfo) GetName() string
func (*AdditionalContactInfo) GetUsage ¶
func (x *AdditionalContactInfo) GetUsage() ContactInfoUsage
func (*AdditionalContactInfo) ProtoMessage ¶
func (*AdditionalContactInfo) ProtoMessage()
func (*AdditionalContactInfo) ProtoReflect ¶
func (x *AdditionalContactInfo) ProtoReflect() protoreflect.Message
func (*AdditionalContactInfo) Reset ¶
func (x *AdditionalContactInfo) Reset()
func (*AdditionalContactInfo) String ¶
func (x *AdditionalContactInfo) String() string
type Address ¶
type Address struct { // The usage of the address. For example, SCHOOL, WORK, PERSONAL. Usage ContactInfoUsage `protobuf:"varint,1,opt,name=usage,proto3,enum=google.cloud.talent.v4beta1.ContactInfoUsage" json:"usage,omitempty"` // The address of a person. It can be one of // [unstructured_address][google.cloud.talent.v4beta1.Address.unstructured_address] or // [structured_address][google.cloud.talent.v4beta1.Address.structured_address]. // // Types that are assignable to Address: // *Address_UnstructuredAddress // *Address_StructuredAddress Address isAddress_Address `protobuf_oneof:"address"` // Indicates if it's the person's current address. Current *wrapperspb.BoolValue `protobuf:"bytes,4,opt,name=current,proto3" json:"current,omitempty"` // contains filtered or unexported fields }
Resource that represents a address.
func (*Address) Descriptor
deprecated
func (*Address) GetAddress ¶
func (m *Address) GetAddress() isAddress_Address
func (*Address) GetCurrent ¶
func (x *Address) GetCurrent() *wrapperspb.BoolValue
func (*Address) GetStructuredAddress ¶
func (x *Address) GetStructuredAddress() *postaladdress.PostalAddress
func (*Address) GetUnstructuredAddress ¶
func (*Address) GetUsage ¶
func (x *Address) GetUsage() ContactInfoUsage
func (*Address) ProtoMessage ¶
func (*Address) ProtoMessage()
func (*Address) ProtoReflect ¶
func (x *Address) ProtoReflect() protoreflect.Message
type Address_StructuredAddress ¶
type Address_StructuredAddress struct { // Structured address that contains street address, city, state, country, // and so on. StructuredAddress *postaladdress.PostalAddress `protobuf:"bytes,3,opt,name=structured_address,json=structuredAddress,proto3,oneof"` }
type Address_UnstructuredAddress ¶
type Address_UnstructuredAddress struct { // Unstructured address. // // For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043", // "Sunnyvale, California". // // Number of characters allowed is 100. UnstructuredAddress string `protobuf:"bytes,2,opt,name=unstructured_address,json=unstructuredAddress,proto3,oneof"` }
type Application ¶
type Application struct { // Required during application update. // // Resource name assigned to an application by the API. // // The format is // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}". // For example, "projects/foo/tenants/bar/profiles/baz/applications/qux". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. Client side application identifier, used to uniquely identify the // application. // // The maximum number of allowed characters is 255. ExternalId string `protobuf:"bytes,31,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"` // Output only. Resource name of the candidate of this application. // // The format is // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}". // For example, "projects/foo/tenants/bar/profiles/baz". Profile string `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"` // Required. Resource name of the job which the candidate applied for. // // The format is // "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, // "projects/foo/tenants/bar/jobs/baz". Job string `protobuf:"bytes,4,opt,name=job,proto3" json:"job,omitempty"` // Resource name of the company which the candidate applied for. // // The format is // "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". // For example, "projects/foo/tenants/bar/companies/baz". Company string `protobuf:"bytes,5,opt,name=company,proto3" json:"company,omitempty"` // The application date. ApplicationDate *date.Date `protobuf:"bytes,7,opt,name=application_date,json=applicationDate,proto3" json:"application_date,omitempty"` // Required. What is the most recent stage of the application (that is, new, // screen, send cv, hired, finished work)? This field is intentionally not // comprehensive of every possible status, but instead, represents statuses // that would be used to indicate to the ML models good / bad matches. Stage Application_ApplicationStage `` /* 127-byte string literal not displayed */ // The application state. State Application_ApplicationState `` /* 127-byte string literal not displayed */ // All interviews (screen, onsite, and so on) conducted as part of this // application (includes details such as user conducting the interview, // timestamp, feedback, and so on). Interviews []*Interview `protobuf:"bytes,16,rep,name=interviews,proto3" json:"interviews,omitempty"` // If the candidate is referred by a employee. Referral *wrapperspb.BoolValue `protobuf:"bytes,18,opt,name=referral,proto3" json:"referral,omitempty"` // Required. Reflects the time that the application was created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,19,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // The last update timestamp. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,20,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Free text reason behind the recruitement outcome (for example, reason for // withdraw / reject, reason for an unsuccessful finish, and so on). // // Number of characters allowed is 100. OutcomeNotes string `protobuf:"bytes,21,opt,name=outcome_notes,json=outcomeNotes,proto3" json:"outcome_notes,omitempty"` // Outcome positiveness shows how positive the outcome is. Outcome Outcome `protobuf:"varint,22,opt,name=outcome,proto3,enum=google.cloud.talent.v4beta1.Outcome" json:"outcome,omitempty"` // Output only. Indicates whether this job application is a match to // application related filters. This value is only applicable in profile // search response. IsMatch *wrapperspb.BoolValue `protobuf:"bytes,28,opt,name=is_match,json=isMatch,proto3" json:"is_match,omitempty"` // Output only. Job title snippet shows how the job title is related to a // search query. It's empty if the job title isn't related to the search // query. JobTitleSnippet string `protobuf:"bytes,29,opt,name=job_title_snippet,json=jobTitleSnippet,proto3" json:"job_title_snippet,omitempty"` // contains filtered or unexported fields }
Resource that represents a job application record of a candidate.
func (*Application) Descriptor
deprecated
func (*Application) Descriptor() ([]byte, []int)
Deprecated: Use Application.ProtoReflect.Descriptor instead.
func (*Application) GetApplicationDate ¶
func (x *Application) GetApplicationDate() *date.Date
func (*Application) GetCompany ¶
func (x *Application) GetCompany() string
func (*Application) GetCreateTime ¶
func (x *Application) GetCreateTime() *timestamppb.Timestamp
func (*Application) GetExternalId ¶
func (x *Application) GetExternalId() string
func (*Application) GetInterviews ¶
func (x *Application) GetInterviews() []*Interview
func (*Application) GetIsMatch ¶
func (x *Application) GetIsMatch() *wrapperspb.BoolValue
func (*Application) GetJob ¶
func (x *Application) GetJob() string
func (*Application) GetJobTitleSnippet ¶
func (x *Application) GetJobTitleSnippet() string
func (*Application) GetName ¶
func (x *Application) GetName() string
func (*Application) GetOutcome ¶
func (x *Application) GetOutcome() Outcome
func (*Application) GetOutcomeNotes ¶
func (x *Application) GetOutcomeNotes() string
func (*Application) GetProfile ¶
func (x *Application) GetProfile() string
func (*Application) GetReferral ¶
func (x *Application) GetReferral() *wrapperspb.BoolValue
func (*Application) GetStage ¶
func (x *Application) GetStage() Application_ApplicationStage
func (*Application) GetState ¶
func (x *Application) GetState() Application_ApplicationState
func (*Application) GetUpdateTime ¶
func (x *Application) GetUpdateTime() *timestamppb.Timestamp
func (*Application) ProtoMessage ¶
func (*Application) ProtoMessage()
func (*Application) ProtoReflect ¶
func (x *Application) ProtoReflect() protoreflect.Message
func (*Application) Reset ¶
func (x *Application) Reset()
func (*Application) String ¶
func (x *Application) String() string
type ApplicationDateFilter ¶
type ApplicationDateFilter struct { // Start date. If it's missing, The API matches profiles with application date // not after the end date. StartDate *date.Date `protobuf:"bytes,1,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"` // End date. If it's missing, The API matches profiles with application date // not before the start date. EndDate *date.Date `protobuf:"bytes,2,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"` // contains filtered or unexported fields }
Application Date Range Filter.
The API matches profiles with [Application.application_date][google.cloud.talent.v4beta1.Application.application_date] between start date and end date (both boundaries are inclusive). The filter is ignored if both [start_date][google.cloud.talent.v4beta1.ApplicationDateFilter.start_date] and [end_date][google.cloud.talent.v4beta1.ApplicationDateFilter.end_date] are missing.
func (*ApplicationDateFilter) Descriptor
deprecated
func (*ApplicationDateFilter) Descriptor() ([]byte, []int)
Deprecated: Use ApplicationDateFilter.ProtoReflect.Descriptor instead.
func (*ApplicationDateFilter) GetEndDate ¶
func (x *ApplicationDateFilter) GetEndDate() *date.Date
func (*ApplicationDateFilter) GetStartDate ¶
func (x *ApplicationDateFilter) GetStartDate() *date.Date
func (*ApplicationDateFilter) ProtoMessage ¶
func (*ApplicationDateFilter) ProtoMessage()
func (*ApplicationDateFilter) ProtoReflect ¶
func (x *ApplicationDateFilter) ProtoReflect() protoreflect.Message
func (*ApplicationDateFilter) Reset ¶
func (x *ApplicationDateFilter) Reset()
func (*ApplicationDateFilter) String ¶
func (x *ApplicationDateFilter) String() string
type ApplicationJobFilter ¶
type ApplicationJobFilter struct { // The job requisition id in the application. The API does an exact match on // the [Job.requisition_id][google.cloud.talent.v4beta1.Job.requisition_id] of [Application.job][google.cloud.talent.v4beta1.Application.job] in profiles. JobRequisitionId string `protobuf:"bytes,2,opt,name=job_requisition_id,json=jobRequisitionId,proto3" json:"job_requisition_id,omitempty"` // The job title in the application. The API does an exact match on the // [Job.title][google.cloud.talent.v4beta1.Job.title] of [Application.job][google.cloud.talent.v4beta1.Application.job] in profiles. JobTitle string `protobuf:"bytes,3,opt,name=job_title,json=jobTitle,proto3" json:"job_title,omitempty"` // If true, the API excludes all profiles with any [Application.job][google.cloud.talent.v4beta1.Application.job] // matching the filters. Negated bool `protobuf:"varint,4,opt,name=negated,proto3" json:"negated,omitempty"` // contains filtered or unexported fields }
Filter on the job information of Application.
func (*ApplicationJobFilter) Descriptor
deprecated
func (*ApplicationJobFilter) Descriptor() ([]byte, []int)
Deprecated: Use ApplicationJobFilter.ProtoReflect.Descriptor instead.
func (*ApplicationJobFilter) GetJobRequisitionId ¶
func (x *ApplicationJobFilter) GetJobRequisitionId() string
func (*ApplicationJobFilter) GetJobTitle ¶
func (x *ApplicationJobFilter) GetJobTitle() string
func (*ApplicationJobFilter) GetNegated ¶
func (x *ApplicationJobFilter) GetNegated() bool
func (*ApplicationJobFilter) ProtoMessage ¶
func (*ApplicationJobFilter) ProtoMessage()
func (*ApplicationJobFilter) ProtoReflect ¶
func (x *ApplicationJobFilter) ProtoReflect() protoreflect.Message
func (*ApplicationJobFilter) Reset ¶
func (x *ApplicationJobFilter) Reset()
func (*ApplicationJobFilter) String ¶
func (x *ApplicationJobFilter) String() string
type ApplicationOutcomeNotesFilter ¶
type ApplicationOutcomeNotesFilter struct { // Required. User entered or selected outcome reason. The API does an exact match on the // [Application.outcome_notes][google.cloud.talent.v4beta1.Application.outcome_notes] in profiles. OutcomeNotes string `protobuf:"bytes,1,opt,name=outcome_notes,json=outcomeNotes,proto3" json:"outcome_notes,omitempty"` // If true, The API excludes all candidates with any // [Application.outcome_notes][google.cloud.talent.v4beta1.Application.outcome_notes] matching the outcome reason specified in // the filter. Negated bool `protobuf:"varint,2,opt,name=negated,proto3" json:"negated,omitempty"` // contains filtered or unexported fields }
Outcome Notes Filter.
func (*ApplicationOutcomeNotesFilter) Descriptor
deprecated
func (*ApplicationOutcomeNotesFilter) Descriptor() ([]byte, []int)
Deprecated: Use ApplicationOutcomeNotesFilter.ProtoReflect.Descriptor instead.
func (*ApplicationOutcomeNotesFilter) GetNegated ¶
func (x *ApplicationOutcomeNotesFilter) GetNegated() bool
func (*ApplicationOutcomeNotesFilter) GetOutcomeNotes ¶
func (x *ApplicationOutcomeNotesFilter) GetOutcomeNotes() string
func (*ApplicationOutcomeNotesFilter) ProtoMessage ¶
func (*ApplicationOutcomeNotesFilter) ProtoMessage()
func (*ApplicationOutcomeNotesFilter) ProtoReflect ¶
func (x *ApplicationOutcomeNotesFilter) ProtoReflect() protoreflect.Message
func (*ApplicationOutcomeNotesFilter) Reset ¶
func (x *ApplicationOutcomeNotesFilter) Reset()
func (*ApplicationOutcomeNotesFilter) String ¶
func (x *ApplicationOutcomeNotesFilter) String() string
type ApplicationServiceClient ¶
type ApplicationServiceClient interface { // Creates a new application entity. CreateApplication(ctx context.Context, in *CreateApplicationRequest, opts ...grpc.CallOption) (*Application, error) // Retrieves specified application. GetApplication(ctx context.Context, in *GetApplicationRequest, opts ...grpc.CallOption) (*Application, error) // Updates specified application. UpdateApplication(ctx context.Context, in *UpdateApplicationRequest, opts ...grpc.CallOption) (*Application, error) // Deletes specified application. DeleteApplication(ctx context.Context, in *DeleteApplicationRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Lists all applications associated with the profile. ListApplications(ctx context.Context, in *ListApplicationsRequest, opts ...grpc.CallOption) (*ListApplicationsResponse, error) }
ApplicationServiceClient is the client API for ApplicationService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewApplicationServiceClient ¶
func NewApplicationServiceClient(cc grpc.ClientConnInterface) ApplicationServiceClient
type ApplicationServiceServer ¶
type ApplicationServiceServer interface { // Creates a new application entity. CreateApplication(context.Context, *CreateApplicationRequest) (*Application, error) // Retrieves specified application. GetApplication(context.Context, *GetApplicationRequest) (*Application, error) // Updates specified application. UpdateApplication(context.Context, *UpdateApplicationRequest) (*Application, error) // Deletes specified application. DeleteApplication(context.Context, *DeleteApplicationRequest) (*emptypb.Empty, error) // Lists all applications associated with the profile. ListApplications(context.Context, *ListApplicationsRequest) (*ListApplicationsResponse, error) }
ApplicationServiceServer is the server API for ApplicationService service.
type Application_ApplicationStage ¶
type Application_ApplicationStage int32
The stage of the application.
const ( // Default value. Application_APPLICATION_STAGE_UNSPECIFIED Application_ApplicationStage = 0 // Candidate has applied or a recruiter put candidate into consideration but // candidate is not yet screened / no decision has been made to move or not // move the candidate to the next stage. Application_NEW Application_ApplicationStage = 1 // A recruiter decided to screen the candidate for this role. Application_SCREEN Application_ApplicationStage = 2 // Candidate is being / was sent to the customer / hiring manager for // detailed review. Application_HIRING_MANAGER_REVIEW Application_ApplicationStage = 3 // Candidate was approved by the client / hiring manager and is being / was // interviewed for the role. Application_INTERVIEW Application_ApplicationStage = 4 // Candidate will be / has been given an offer of employment. Application_OFFER_EXTENDED Application_ApplicationStage = 5 // Candidate has accepted their offer of employment. Application_OFFER_ACCEPTED Application_ApplicationStage = 6 // Candidate has begun (or completed) their employment or assignment with // the employer. Application_STARTED Application_ApplicationStage = 7 )
func (Application_ApplicationStage) Descriptor ¶
func (Application_ApplicationStage) Descriptor() protoreflect.EnumDescriptor
func (Application_ApplicationStage) Enum ¶
func (x Application_ApplicationStage) Enum() *Application_ApplicationStage
func (Application_ApplicationStage) EnumDescriptor
deprecated
func (Application_ApplicationStage) EnumDescriptor() ([]byte, []int)
Deprecated: Use Application_ApplicationStage.Descriptor instead.
func (Application_ApplicationStage) Number ¶
func (x Application_ApplicationStage) Number() protoreflect.EnumNumber
func (Application_ApplicationStage) String ¶
func (x Application_ApplicationStage) String() string
func (Application_ApplicationStage) Type ¶
func (Application_ApplicationStage) Type() protoreflect.EnumType
type Application_ApplicationState ¶
type Application_ApplicationState int32
Enum that represents the application status.
const ( // Default value. Application_APPLICATION_STATE_UNSPECIFIED Application_ApplicationState = 0 // The current stage is in progress or pending, for example, interviews in // progress. Application_IN_PROGRESS Application_ApplicationState = 1 // The current stage was terminated by a candidate decision. Application_CANDIDATE_WITHDREW Application_ApplicationState = 2 // The current stage was terminated by an employer or agency decision. Application_EMPLOYER_WITHDREW Application_ApplicationState = 3 // The current stage is successfully completed, but the next stage (if // applicable) has not begun. Application_COMPLETED Application_ApplicationState = 4 // The current stage was closed without an exception, or terminated for // reasons unrealated to the candidate. Application_CLOSED Application_ApplicationState = 5 )
func (Application_ApplicationState) Descriptor ¶
func (Application_ApplicationState) Descriptor() protoreflect.EnumDescriptor
func (Application_ApplicationState) Enum ¶
func (x Application_ApplicationState) Enum() *Application_ApplicationState
func (Application_ApplicationState) EnumDescriptor
deprecated
func (Application_ApplicationState) EnumDescriptor() ([]byte, []int)
Deprecated: Use Application_ApplicationState.Descriptor instead.
func (Application_ApplicationState) Number ¶
func (x Application_ApplicationState) Number() protoreflect.EnumNumber
func (Application_ApplicationState) String ¶
func (x Application_ApplicationState) String() string
func (Application_ApplicationState) Type ¶
func (Application_ApplicationState) Type() protoreflect.EnumType
type AvailabilityFilter ¶
type AvailabilityFilter struct { // Required. Type of signal to apply filter on. SignalType AvailabilitySignalType `` /* 148-byte string literal not displayed */ // Required. Range of times to filter candidate signals by. Range *TimestampRange `protobuf:"bytes,2,opt,name=range,proto3" json:"range,omitempty"` // If multiple [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter] are provided, the default // behavior is to OR all filters, but if this field is set to true, this // particular [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter] will be AND'ed against other // [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter]. Required bool `protobuf:"varint,3,opt,name=required,proto3" json:"required,omitempty"` // contains filtered or unexported fields }
Filter on availability signals.
func (*AvailabilityFilter) Descriptor
deprecated
func (*AvailabilityFilter) Descriptor() ([]byte, []int)
Deprecated: Use AvailabilityFilter.ProtoReflect.Descriptor instead.
func (*AvailabilityFilter) GetRange ¶
func (x *AvailabilityFilter) GetRange() *TimestampRange
func (*AvailabilityFilter) GetRequired ¶
func (x *AvailabilityFilter) GetRequired() bool
func (*AvailabilityFilter) GetSignalType ¶
func (x *AvailabilityFilter) GetSignalType() AvailabilitySignalType
func (*AvailabilityFilter) ProtoMessage ¶
func (*AvailabilityFilter) ProtoMessage()
func (*AvailabilityFilter) ProtoReflect ¶
func (x *AvailabilityFilter) ProtoReflect() protoreflect.Message
func (*AvailabilityFilter) Reset ¶
func (x *AvailabilityFilter) Reset()
func (*AvailabilityFilter) String ¶
func (x *AvailabilityFilter) String() string
type AvailabilitySignal ¶
type AvailabilitySignal struct { // Type of signal. Type AvailabilitySignalType `protobuf:"varint,1,opt,name=type,proto3,enum=google.cloud.talent.v4beta1.AvailabilitySignalType" json:"type,omitempty"` // Timestamp of when the given availability activity last happened. LastUpdateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=last_update_time,json=lastUpdateTime,proto3" json:"last_update_time,omitempty"` // Indicates if the [last_update_time][google.cloud.talent.v4beta1.AvailabilitySignal.last_update_time] is within // [AvailabilityFilter.range][google.cloud.talent.v4beta1.AvailabilityFilter.range]. // // Returned only in a search response when there is an [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter] // in [ProfileQuery.availability_filters][google.cloud.talent.v4beta1.ProfileQuery.availability_filters] where // [signal_type][google.cloud.talent.v4beta1.AvailabilityFilter.signal_type] matches [type][google.cloud.talent.v4beta1.AvailabilitySignal.type]. FilterSatisfied *wrapperspb.BoolValue `protobuf:"bytes,3,opt,name=filter_satisfied,json=filterSatisfied,proto3" json:"filter_satisfied,omitempty"` // contains filtered or unexported fields }
Candidate availability signal.
func (*AvailabilitySignal) Descriptor
deprecated
func (*AvailabilitySignal) Descriptor() ([]byte, []int)
Deprecated: Use AvailabilitySignal.ProtoReflect.Descriptor instead.
func (*AvailabilitySignal) GetFilterSatisfied ¶
func (x *AvailabilitySignal) GetFilterSatisfied() *wrapperspb.BoolValue
func (*AvailabilitySignal) GetLastUpdateTime ¶
func (x *AvailabilitySignal) GetLastUpdateTime() *timestamppb.Timestamp
func (*AvailabilitySignal) GetType ¶
func (x *AvailabilitySignal) GetType() AvailabilitySignalType
func (*AvailabilitySignal) ProtoMessage ¶
func (*AvailabilitySignal) ProtoMessage()
func (*AvailabilitySignal) ProtoReflect ¶
func (x *AvailabilitySignal) ProtoReflect() protoreflect.Message
func (*AvailabilitySignal) Reset ¶
func (x *AvailabilitySignal) Reset()
func (*AvailabilitySignal) String ¶
func (x *AvailabilitySignal) String() string
type AvailabilitySignalType ¶
type AvailabilitySignalType int32
The type of candidate availability signal.
const ( // Default value. AvailabilitySignalType_AVAILABILITY_SIGNAL_TYPE_UNSPECIFIED AvailabilitySignalType = 0 // Job application signal. // // In the context of [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals], this signal is related // to the candidate's most recent application. // [last_update_time][google.cloud.talent.v4beta1.AvailabilitySignal.last_update_time] is // calculated from max([Application.create_time][google.cloud.talent.v4beta1.Application.create_time]) from all [Application][google.cloud.talent.v4beta1.Application] // records where [Application.source][google.cloud.talent.v4beta1.Application.source] is any of the following: // [APPLY_DIRECT_WEB][google.cloud.talent.v4beta1.Application.ApplicationSource.APPLY_DIRECT_WEB] // [APPLY_DIRECT_MOBILE_WEB][google.cloud.talent.v4beta1.Application.ApplicationSource.APPLY_DIRECT_MOBILE_WEB] // [APPLY_DIRECT_MOBILE_APP][google.cloud.talent.v4beta1.Application.ApplicationSource.APPLY_DIRECT_MOBILE_APP] // [APPLY_DIRECT_IN_PERSON][google.cloud.talent.v4beta1.Application.ApplicationSource.APPLY_DIRECT_IN_PERSON] // [APPLY_INDIRECT][google.cloud.talent.v4beta1.Application.ApplicationSource.APPLY_INDIRECT] // // In the context of [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter], the filter is applied on // [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals] where // [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is JOB_APPLICATION. AvailabilitySignalType_JOB_APPLICATION AvailabilitySignalType = 1 // Resume update signal. // // In the context of [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals], this signal is related // to the candidate's most recent update to their resume. // For a [SummarizedProfile.summary][google.cloud.talent.v4beta1.SummarizedProfile.summary], // [last_update_time][google.cloud.talent.v4beta1.AvailabilitySignal.last_update_time] is // calculated from max([Profile.resume_update_time][google.cloud.talent.v4beta1.Profile.resume_update_time]) from all // [SummarizedProfile.profiles][google.cloud.talent.v4beta1.SummarizedProfile.profiles]. // // In the context of [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter], the filter is applied on // [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals] where // [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is RESUME_UPDATE. AvailabilitySignalType_RESUME_UPDATE AvailabilitySignalType = 2 // Candidate update signal. // // In the context of [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals], this signal is related // to the candidate's most recent update to their profile. // For a [SummarizedProfile.summary][google.cloud.talent.v4beta1.SummarizedProfile.summary], // [last_update_time][google.cloud.talent.v4beta1.AvailabilitySignal.last_update_time] is // calculated from max([Profile.candidate_update_time][google.cloud.talent.v4beta1.Profile.candidate_update_time]) from all // [SummarizedProfile.profiles][google.cloud.talent.v4beta1.SummarizedProfile.profiles]. // // In the context of [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter], the filter is applied on // [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals] where // [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is CANDIDATE_UPDATE. AvailabilitySignalType_CANDIDATE_UPDATE AvailabilitySignalType = 3 // Client submission signal. // // In the context of [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals], this signal is related // to the candidate's most recent submission. // [last_update_time][google.cloud.talent.v4beta1.AvailabilitySignal.last_update_time] is // calculated from max([Application.create_time][google.cloud.talent.v4beta1.Application.create_time]) from all [Application][google.cloud.talent.v4beta1.Application] // records where [Application.stage][google.cloud.talent.v4beta1.Application.stage] is any of the following: // [HIRING_MANAGER_REVIEW][google.cloud.talent.v4beta1.Application.ApplicationStage.HIRING_MANAGER_REVIEW] // [INTERVIEW][google.cloud.talent.v4beta1.Application.ApplicationStage.INTERVIEW] // [OFFER_EXTENDED][google.cloud.talent.v4beta1.Application.ApplicationStage.OFFER_EXTENDED] // [OFFER_ACCEPTED][google.cloud.talent.v4beta1.Application.ApplicationStage.OFFER_ACCEPTED] // [STARTED][google.cloud.talent.v4beta1.Application.ApplicationStage.STARTED] // // In the context of [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter], the filter is applied on // [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals] where // [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is CLIENT_SUBMISSION. AvailabilitySignalType_CLIENT_SUBMISSION AvailabilitySignalType = 4 )
func (AvailabilitySignalType) Descriptor ¶
func (AvailabilitySignalType) Descriptor() protoreflect.EnumDescriptor
func (AvailabilitySignalType) Enum ¶
func (x AvailabilitySignalType) Enum() *AvailabilitySignalType
func (AvailabilitySignalType) EnumDescriptor
deprecated
func (AvailabilitySignalType) EnumDescriptor() ([]byte, []int)
Deprecated: Use AvailabilitySignalType.Descriptor instead.
func (AvailabilitySignalType) Number ¶
func (x AvailabilitySignalType) Number() protoreflect.EnumNumber
func (AvailabilitySignalType) String ¶
func (x AvailabilitySignalType) String() string
func (AvailabilitySignalType) Type ¶
func (AvailabilitySignalType) Type() protoreflect.EnumType
type BatchCreateJobsRequest ¶
type BatchCreateJobsRequest struct { // Required. The resource name of the tenant under which the job is created. // // The format is "projects/{project_id}/tenants/{tenant_id}". For example, // "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant // is created. For example, "projects/foo". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The jobs to be created. Jobs []*Job `protobuf:"bytes,2,rep,name=jobs,proto3" json:"jobs,omitempty"` // contains filtered or unexported fields }
Request to create a batch of jobs.
func (*BatchCreateJobsRequest) Descriptor
deprecated
func (*BatchCreateJobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchCreateJobsRequest.ProtoReflect.Descriptor instead.
func (*BatchCreateJobsRequest) GetJobs ¶
func (x *BatchCreateJobsRequest) GetJobs() []*Job
func (*BatchCreateJobsRequest) GetParent ¶
func (x *BatchCreateJobsRequest) GetParent() string
func (*BatchCreateJobsRequest) ProtoMessage ¶
func (*BatchCreateJobsRequest) ProtoMessage()
func (*BatchCreateJobsRequest) ProtoReflect ¶
func (x *BatchCreateJobsRequest) ProtoReflect() protoreflect.Message
func (*BatchCreateJobsRequest) Reset ¶
func (x *BatchCreateJobsRequest) Reset()
func (*BatchCreateJobsRequest) String ¶
func (x *BatchCreateJobsRequest) String() string
type BatchDeleteJobsRequest ¶
type BatchDeleteJobsRequest struct { // Required. The resource name of the tenant under which the job is created. // // The format is "projects/{project_id}/tenants/{tenant_id}". For example, // "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant // is created. For example, "projects/foo". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The filter string specifies the jobs to be deleted. // // Supported operator: =, AND // // The fields eligible for filtering are: // // * `companyName` (Required) // * `requisitionId` (Required) // // Sample Query: companyName = "projects/foo/companies/bar" AND // requisitionId = "req-1" Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
Batch delete jobs request.
func (*BatchDeleteJobsRequest) Descriptor
deprecated
func (*BatchDeleteJobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchDeleteJobsRequest.ProtoReflect.Descriptor instead.
func (*BatchDeleteJobsRequest) GetFilter ¶
func (x *BatchDeleteJobsRequest) GetFilter() string
func (*BatchDeleteJobsRequest) GetParent ¶
func (x *BatchDeleteJobsRequest) GetParent() string
func (*BatchDeleteJobsRequest) ProtoMessage ¶
func (*BatchDeleteJobsRequest) ProtoMessage()
func (*BatchDeleteJobsRequest) ProtoReflect ¶
func (x *BatchDeleteJobsRequest) ProtoReflect() protoreflect.Message
func (*BatchDeleteJobsRequest) Reset ¶
func (x *BatchDeleteJobsRequest) Reset()
func (*BatchDeleteJobsRequest) String ¶
func (x *BatchDeleteJobsRequest) String() string
type BatchOperationMetadata ¶
type BatchOperationMetadata struct { // The state of a long running operation. State BatchOperationMetadata_State `` /* 126-byte string literal not displayed */ // More detailed information about operation state. StateDescription string `protobuf:"bytes,2,opt,name=state_description,json=stateDescription,proto3" json:"state_description,omitempty"` // Count of successful item(s) inside an operation. SuccessCount int32 `protobuf:"varint,3,opt,name=success_count,json=successCount,proto3" json:"success_count,omitempty"` // Count of failed item(s) inside an operation. FailureCount int32 `protobuf:"varint,4,opt,name=failure_count,json=failureCount,proto3" json:"failure_count,omitempty"` // Count of total item(s) inside an operation. TotalCount int32 `protobuf:"varint,5,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` // The time when the batch operation is created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // The time when the batch operation status is updated. The metadata and the // [update_time][google.cloud.talent.v4beta1.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is // returned. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // The time when the batch operation is finished and // [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`. EndTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // contains filtered or unexported fields }
Metadata used for long running operations returned by CTS batch APIs. It's used to replace [google.longrunning.Operation.metadata][google.longrunning.Operation.metadata].
func (*BatchOperationMetadata) Descriptor
deprecated
func (*BatchOperationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use BatchOperationMetadata.ProtoReflect.Descriptor instead.
func (*BatchOperationMetadata) GetCreateTime ¶
func (x *BatchOperationMetadata) GetCreateTime() *timestamppb.Timestamp
func (*BatchOperationMetadata) GetEndTime ¶
func (x *BatchOperationMetadata) GetEndTime() *timestamppb.Timestamp
func (*BatchOperationMetadata) GetFailureCount ¶
func (x *BatchOperationMetadata) GetFailureCount() int32
func (*BatchOperationMetadata) GetState ¶
func (x *BatchOperationMetadata) GetState() BatchOperationMetadata_State
func (*BatchOperationMetadata) GetStateDescription ¶
func (x *BatchOperationMetadata) GetStateDescription() string
func (*BatchOperationMetadata) GetSuccessCount ¶
func (x *BatchOperationMetadata) GetSuccessCount() int32
func (*BatchOperationMetadata) GetTotalCount ¶
func (x *BatchOperationMetadata) GetTotalCount() int32
func (*BatchOperationMetadata) GetUpdateTime ¶
func (x *BatchOperationMetadata) GetUpdateTime() *timestamppb.Timestamp
func (*BatchOperationMetadata) ProtoMessage ¶
func (*BatchOperationMetadata) ProtoMessage()
func (*BatchOperationMetadata) ProtoReflect ¶
func (x *BatchOperationMetadata) ProtoReflect() protoreflect.Message
func (*BatchOperationMetadata) Reset ¶
func (x *BatchOperationMetadata) Reset()
func (*BatchOperationMetadata) String ¶
func (x *BatchOperationMetadata) String() string
type BatchOperationMetadata_State ¶
type BatchOperationMetadata_State int32
const ( // Default value. BatchOperationMetadata_STATE_UNSPECIFIED BatchOperationMetadata_State = 0 // The batch operation is being prepared for processing. BatchOperationMetadata_INITIALIZING BatchOperationMetadata_State = 1 // The batch operation is actively being processed. BatchOperationMetadata_PROCESSING BatchOperationMetadata_State = 2 // The batch operation is processed, and at least one item has been // successfully processed. BatchOperationMetadata_SUCCEEDED BatchOperationMetadata_State = 3 // The batch operation is done and no item has been successfully processed. BatchOperationMetadata_FAILED BatchOperationMetadata_State = 4 // The batch operation is in the process of cancelling after // [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation] is called. BatchOperationMetadata_CANCELLING BatchOperationMetadata_State = 5 // The batch operation is done after // [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation] is called. Any items // processed before cancelling are returned in the response. BatchOperationMetadata_CANCELLED BatchOperationMetadata_State = 6 )
func (BatchOperationMetadata_State) Descriptor ¶
func (BatchOperationMetadata_State) Descriptor() protoreflect.EnumDescriptor
func (BatchOperationMetadata_State) Enum ¶
func (x BatchOperationMetadata_State) Enum() *BatchOperationMetadata_State
func (BatchOperationMetadata_State) EnumDescriptor
deprecated
func (BatchOperationMetadata_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use BatchOperationMetadata_State.Descriptor instead.
func (BatchOperationMetadata_State) Number ¶
func (x BatchOperationMetadata_State) Number() protoreflect.EnumNumber
func (BatchOperationMetadata_State) String ¶
func (x BatchOperationMetadata_State) String() string
func (BatchOperationMetadata_State) Type ¶
func (BatchOperationMetadata_State) Type() protoreflect.EnumType
type BatchUpdateJobsRequest ¶
type BatchUpdateJobsRequest struct { // Required. The resource name of the tenant under which the job is created. // // The format is "projects/{project_id}/tenants/{tenant_id}". For example, // "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant // is created. For example, "projects/foo". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The jobs to be updated. Jobs []*Job `protobuf:"bytes,2,rep,name=jobs,proto3" json:"jobs,omitempty"` // Strongly recommended for the best service experience. Be aware that it will // also increase latency when checking the status of a batch operation. // // If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, only the specified fields in // [Job][google.cloud.talent.v4beta1.Job] are updated. Otherwise all the fields are updated. // // A field mask to restrict the fields that are updated. Only // top level fields of [Job][google.cloud.talent.v4beta1.Job] are supported. // // If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, The [Job][google.cloud.talent.v4beta1.Job] inside // [JobResult][google.cloud.talent.v4beta1.JobOperationResult.JobResult] // will only contains fields that is updated, plus the Id of the Job. // Otherwise, [Job][google.cloud.talent.v4beta1.Job] will include all fields, which can yield a very // large response. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request to update a batch of jobs.
func (*BatchUpdateJobsRequest) Descriptor
deprecated
func (*BatchUpdateJobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchUpdateJobsRequest.ProtoReflect.Descriptor instead.
func (*BatchUpdateJobsRequest) GetJobs ¶
func (x *BatchUpdateJobsRequest) GetJobs() []*Job
func (*BatchUpdateJobsRequest) GetParent ¶
func (x *BatchUpdateJobsRequest) GetParent() string
func (*BatchUpdateJobsRequest) GetUpdateMask ¶
func (x *BatchUpdateJobsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*BatchUpdateJobsRequest) ProtoMessage ¶
func (*BatchUpdateJobsRequest) ProtoMessage()
func (*BatchUpdateJobsRequest) ProtoReflect ¶
func (x *BatchUpdateJobsRequest) ProtoReflect() protoreflect.Message
func (*BatchUpdateJobsRequest) Reset ¶
func (x *BatchUpdateJobsRequest) Reset()
func (*BatchUpdateJobsRequest) String ¶
func (x *BatchUpdateJobsRequest) String() string
type CandidateAvailabilityFilter
deprecated
type CandidateAvailabilityFilter struct { // It is false by default. If true, API excludes all the potential available // profiles. Negated bool `protobuf:"varint,1,opt,name=negated,proto3" json:"negated,omitempty"` // contains filtered or unexported fields }
Deprecated. Use AvailabilityFilter instead.
Filter on availability signals.
Deprecated: Do not use.
func (*CandidateAvailabilityFilter) Descriptor
deprecated
func (*CandidateAvailabilityFilter) Descriptor() ([]byte, []int)
Deprecated: Use CandidateAvailabilityFilter.ProtoReflect.Descriptor instead.
func (*CandidateAvailabilityFilter) GetNegated ¶
func (x *CandidateAvailabilityFilter) GetNegated() bool
func (*CandidateAvailabilityFilter) ProtoMessage ¶
func (*CandidateAvailabilityFilter) ProtoMessage()
func (*CandidateAvailabilityFilter) ProtoReflect ¶
func (x *CandidateAvailabilityFilter) ProtoReflect() protoreflect.Message
func (*CandidateAvailabilityFilter) Reset ¶
func (x *CandidateAvailabilityFilter) Reset()
func (*CandidateAvailabilityFilter) String ¶
func (x *CandidateAvailabilityFilter) String() string
type Certification ¶
type Certification struct { // Name of license or certification. // // Number of characters allowed is 100. DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Acquisition date or effective date of license or certification. AcquireDate *date.Date `protobuf:"bytes,2,opt,name=acquire_date,json=acquireDate,proto3" json:"acquire_date,omitempty"` // Expiration date of license of certification. ExpireDate *date.Date `protobuf:"bytes,3,opt,name=expire_date,json=expireDate,proto3" json:"expire_date,omitempty"` // Authority of license, such as government. // // Number of characters allowed is 100. Authority string `protobuf:"bytes,4,opt,name=authority,proto3" json:"authority,omitempty"` // Description of license or certification. // // Number of characters allowed is 100,000. Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
Resource that represents a license or certification.
func (*Certification) Descriptor
deprecated
func (*Certification) Descriptor() ([]byte, []int)
Deprecated: Use Certification.ProtoReflect.Descriptor instead.
func (*Certification) GetAcquireDate ¶
func (x *Certification) GetAcquireDate() *date.Date
func (*Certification) GetAuthority ¶
func (x *Certification) GetAuthority() string
func (*Certification) GetDescription ¶
func (x *Certification) GetDescription() string
func (*Certification) GetDisplayName ¶
func (x *Certification) GetDisplayName() string
func (*Certification) GetExpireDate ¶
func (x *Certification) GetExpireDate() *date.Date
func (*Certification) ProtoMessage ¶
func (*Certification) ProtoMessage()
func (*Certification) ProtoReflect ¶
func (x *Certification) ProtoReflect() protoreflect.Message
func (*Certification) Reset ¶
func (x *Certification) Reset()
func (*Certification) String ¶
func (x *Certification) String() string
type ClientEvent ¶
type ClientEvent struct { // Strongly recommended for the best service experience. // // A unique ID generated in the API responses. It can be found in // [ResponseMetadata.request_id][google.cloud.talent.v4beta1.ResponseMetadata.request_id]. RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // Required. A unique identifier, generated by the client application. EventId string `protobuf:"bytes,2,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"` // Required. The timestamp of the event. CreateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Required. // // The detail information of a specific event type. // // Types that are assignable to Event: // *ClientEvent_JobEvent // *ClientEvent_ProfileEvent Event isClientEvent_Event `protobuf_oneof:"event"` // Notes about the event provided by recruiters or other users, for example, // feedback on why a profile was bookmarked. EventNotes string `protobuf:"bytes,9,opt,name=event_notes,json=eventNotes,proto3" json:"event_notes,omitempty"` // contains filtered or unexported fields }
An event issued when an end user interacts with the application that implements Cloud Talent Solution. Providing this information improves the quality of results for the API clients, enabling the service to perform optimally. The number of events sent must be consistent with other calls, such as job searches, issued to the service by the client.
func (*ClientEvent) Descriptor
deprecated
func (*ClientEvent) Descriptor() ([]byte, []int)
Deprecated: Use ClientEvent.ProtoReflect.Descriptor instead.
func (*ClientEvent) GetCreateTime ¶
func (x *ClientEvent) GetCreateTime() *timestamppb.Timestamp
func (*ClientEvent) GetEvent ¶
func (m *ClientEvent) GetEvent() isClientEvent_Event
func (*ClientEvent) GetEventId ¶
func (x *ClientEvent) GetEventId() string
func (*ClientEvent) GetEventNotes ¶
func (x *ClientEvent) GetEventNotes() string
func (*ClientEvent) GetJobEvent ¶
func (x *ClientEvent) GetJobEvent() *JobEvent
func (*ClientEvent) GetProfileEvent ¶
func (x *ClientEvent) GetProfileEvent() *ProfileEvent
func (*ClientEvent) GetRequestId ¶
func (x *ClientEvent) GetRequestId() string
func (*ClientEvent) ProtoMessage ¶
func (*ClientEvent) ProtoMessage()
func (*ClientEvent) ProtoReflect ¶
func (x *ClientEvent) ProtoReflect() protoreflect.Message
func (*ClientEvent) Reset ¶
func (x *ClientEvent) Reset()
func (*ClientEvent) String ¶
func (x *ClientEvent) String() string
type ClientEvent_JobEvent ¶
type ClientEvent_JobEvent struct { // An event issued when a job seeker interacts with the application that // implements Cloud Talent Solution. JobEvent *JobEvent `protobuf:"bytes,5,opt,name=job_event,json=jobEvent,proto3,oneof"` }
type ClientEvent_ProfileEvent ¶
type ClientEvent_ProfileEvent struct { // An event issued when a profile searcher interacts with the application // that implements Cloud Talent Solution. ProfileEvent *ProfileEvent `protobuf:"bytes,6,opt,name=profile_event,json=profileEvent,proto3,oneof"` }
type CommuteFilter ¶
type CommuteFilter struct { // Required. The method of transportation to calculate the commute time for. CommuteMethod CommuteMethod `` /* 148-byte string literal not displayed */ // Required. The latitude and longitude of the location to calculate the // commute time from. StartCoordinates *latlng.LatLng `protobuf:"bytes,2,opt,name=start_coordinates,json=startCoordinates,proto3" json:"start_coordinates,omitempty"` // Required. The maximum travel time in seconds. The maximum allowed value is `3600s` // (one hour). Format is `123s`. TravelDuration *durationpb.Duration `protobuf:"bytes,3,opt,name=travel_duration,json=travelDuration,proto3" json:"travel_duration,omitempty"` // If `true`, jobs without street level addresses may also be returned. // For city level addresses, the city center is used. For state and coarser // level addresses, text matching is used. // If this field is set to `false` or isn't specified, only jobs that include // street level addresses will be returned by commute search. AllowImpreciseAddresses bool `` /* 133-byte string literal not displayed */ // Traffic factor to take into account while searching by commute. // // Types that are assignable to TrafficOption: // *CommuteFilter_RoadTraffic_ // *CommuteFilter_DepartureTime TrafficOption isCommuteFilter_TrafficOption `protobuf_oneof:"traffic_option"` // contains filtered or unexported fields }
Parameters needed for commute search.
func (*CommuteFilter) Descriptor
deprecated
func (*CommuteFilter) Descriptor() ([]byte, []int)
Deprecated: Use CommuteFilter.ProtoReflect.Descriptor instead.
func (*CommuteFilter) GetAllowImpreciseAddresses ¶
func (x *CommuteFilter) GetAllowImpreciseAddresses() bool
func (*CommuteFilter) GetCommuteMethod ¶
func (x *CommuteFilter) GetCommuteMethod() CommuteMethod
func (*CommuteFilter) GetDepartureTime ¶
func (x *CommuteFilter) GetDepartureTime() *timeofday.TimeOfDay
func (*CommuteFilter) GetRoadTraffic ¶
func (x *CommuteFilter) GetRoadTraffic() CommuteFilter_RoadTraffic
func (*CommuteFilter) GetStartCoordinates ¶
func (x *CommuteFilter) GetStartCoordinates() *latlng.LatLng
func (*CommuteFilter) GetTrafficOption ¶
func (m *CommuteFilter) GetTrafficOption() isCommuteFilter_TrafficOption
func (*CommuteFilter) GetTravelDuration ¶
func (x *CommuteFilter) GetTravelDuration() *durationpb.Duration
func (*CommuteFilter) ProtoMessage ¶
func (*CommuteFilter) ProtoMessage()
func (*CommuteFilter) ProtoReflect ¶
func (x *CommuteFilter) ProtoReflect() protoreflect.Message
func (*CommuteFilter) Reset ¶
func (x *CommuteFilter) Reset()
func (*CommuteFilter) String ¶
func (x *CommuteFilter) String() string
type CommuteFilter_DepartureTime ¶
type CommuteFilter_DepartureTime struct { // The departure time used to calculate traffic impact, represented as // [google.type.TimeOfDay][google.type.TimeOfDay] in local time zone. // // Currently traffic model is restricted to hour level resolution. DepartureTime *timeofday.TimeOfDay `protobuf:"bytes,6,opt,name=departure_time,json=departureTime,proto3,oneof"` }
type CommuteFilter_RoadTraffic ¶
type CommuteFilter_RoadTraffic int32
The traffic density to use when calculating commute time.
const ( // Road traffic situation isn't specified. CommuteFilter_ROAD_TRAFFIC_UNSPECIFIED CommuteFilter_RoadTraffic = 0 // Optimal commute time without considering any traffic impact. CommuteFilter_TRAFFIC_FREE CommuteFilter_RoadTraffic = 1 // Commute time calculation takes in account the peak traffic impact. CommuteFilter_BUSY_HOUR CommuteFilter_RoadTraffic = 2 )
func (CommuteFilter_RoadTraffic) Descriptor ¶
func (CommuteFilter_RoadTraffic) Descriptor() protoreflect.EnumDescriptor
func (CommuteFilter_RoadTraffic) Enum ¶
func (x CommuteFilter_RoadTraffic) Enum() *CommuteFilter_RoadTraffic
func (CommuteFilter_RoadTraffic) EnumDescriptor
deprecated
func (CommuteFilter_RoadTraffic) EnumDescriptor() ([]byte, []int)
Deprecated: Use CommuteFilter_RoadTraffic.Descriptor instead.
func (CommuteFilter_RoadTraffic) Number ¶
func (x CommuteFilter_RoadTraffic) Number() protoreflect.EnumNumber
func (CommuteFilter_RoadTraffic) String ¶
func (x CommuteFilter_RoadTraffic) String() string
func (CommuteFilter_RoadTraffic) Type ¶
func (CommuteFilter_RoadTraffic) Type() protoreflect.EnumType
type CommuteFilter_RoadTraffic_ ¶
type CommuteFilter_RoadTraffic_ struct { // Specifies the traffic density to use when calculating commute time. RoadTraffic CommuteFilter_RoadTraffic `` /* 130-byte string literal not displayed */ }
type CommuteMethod ¶
type CommuteMethod int32
Method for commute.
const ( // Commute method isn't specified. CommuteMethod_COMMUTE_METHOD_UNSPECIFIED CommuteMethod = 0 // Commute time is calculated based on driving time. CommuteMethod_DRIVING CommuteMethod = 1 // Commute time is calculated based on public transit including bus, metro, // subway, and so on. CommuteMethod_TRANSIT CommuteMethod = 2 // Commute time is calculated based on walking time. CommuteMethod_WALKING CommuteMethod = 3 // Commute time is calculated based on biking time. CommuteMethod_CYCLING CommuteMethod = 4 )
func (CommuteMethod) Descriptor ¶
func (CommuteMethod) Descriptor() protoreflect.EnumDescriptor
func (CommuteMethod) Enum ¶
func (x CommuteMethod) Enum() *CommuteMethod
func (CommuteMethod) EnumDescriptor
deprecated
func (CommuteMethod) EnumDescriptor() ([]byte, []int)
Deprecated: Use CommuteMethod.Descriptor instead.
func (CommuteMethod) Number ¶
func (x CommuteMethod) Number() protoreflect.EnumNumber
func (CommuteMethod) String ¶
func (x CommuteMethod) String() string
func (CommuteMethod) Type ¶
func (CommuteMethod) Type() protoreflect.EnumType
type Company ¶
type Company struct { // Required during company update. // // The resource name for a company. This is generated by the service when a // company is created. // // The format is // "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for // example, "projects/foo/tenants/bar/companies/baz". // // If tenant id is unspecified, the default tenant is used. For // example, "projects/foo/companies/bar". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The display name of the company, for example, "Google LLC". DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Required. Client side company identifier, used to uniquely identify the // company. // // The maximum number of allowed characters is 255. ExternalId string `protobuf:"bytes,3,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"` // The employer's company size. Size CompanySize `protobuf:"varint,4,opt,name=size,proto3,enum=google.cloud.talent.v4beta1.CompanySize" json:"size,omitempty"` // The street address of the company's main headquarters, which may be // different from the job location. The service attempts // to geolocate the provided address, and populates a more specific // location wherever possible in [DerivedInfo.headquarters_location][google.cloud.talent.v4beta1.Company.DerivedInfo.headquarters_location]. HeadquartersAddress string `protobuf:"bytes,5,opt,name=headquarters_address,json=headquartersAddress,proto3" json:"headquarters_address,omitempty"` // Set to true if it is the hiring agency that post jobs for other // employers. // // Defaults to false if not provided. HiringAgency bool `protobuf:"varint,6,opt,name=hiring_agency,json=hiringAgency,proto3" json:"hiring_agency,omitempty"` // Equal Employment Opportunity legal disclaimer text to be // associated with all jobs, and typically to be displayed in all // roles. // // The maximum number of allowed characters is 500. EeoText string `protobuf:"bytes,7,opt,name=eeo_text,json=eeoText,proto3" json:"eeo_text,omitempty"` // The URI representing the company's primary web site or home page, // for example, "https://www.google.com". // // The maximum number of allowed characters is 255. WebsiteUri string `protobuf:"bytes,8,opt,name=website_uri,json=websiteUri,proto3" json:"website_uri,omitempty"` // The URI to employer's career site or careers page on the employer's web // site, for example, "https://careers.google.com". CareerSiteUri string `protobuf:"bytes,9,opt,name=career_site_uri,json=careerSiteUri,proto3" json:"career_site_uri,omitempty"` // A URI that hosts the employer's company logo. ImageUri string `protobuf:"bytes,10,opt,name=image_uri,json=imageUri,proto3" json:"image_uri,omitempty"` // A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], whose // corresponding `string_values` are used in keyword searches. Jobs with // `string_values` under these specified field keys are returned if any // of the values match the search keyword. Custom field values with // parenthesis, brackets and special symbols are not searchable as-is, // and those keyword queries must be surrounded by quotes. KeywordSearchableJobCustomAttributes []string `` /* 176-byte string literal not displayed */ // Output only. Derived details about the company. DerivedInfo *Company_DerivedInfo `protobuf:"bytes,12,opt,name=derived_info,json=derivedInfo,proto3" json:"derived_info,omitempty"` // Output only. Indicates whether a company is flagged to be suspended from // public availability by the service when job content appears suspicious, // abusive, or spammy. Suspended bool `protobuf:"varint,13,opt,name=suspended,proto3" json:"suspended,omitempty"` // contains filtered or unexported fields }
A Company resource represents a company in the service. A company is the entity that owns job postings, that is, the hiring entity responsible for employing applicants for the job position.
func (*Company) Descriptor
deprecated
func (*Company) GetCareerSiteUri ¶
func (*Company) GetDerivedInfo ¶
func (x *Company) GetDerivedInfo() *Company_DerivedInfo
func (*Company) GetDisplayName ¶
func (*Company) GetEeoText ¶
func (*Company) GetExternalId ¶
func (*Company) GetHeadquartersAddress ¶
func (*Company) GetHiringAgency ¶
func (*Company) GetImageUri ¶
func (*Company) GetKeywordSearchableJobCustomAttributes ¶
func (*Company) GetSize ¶
func (x *Company) GetSize() CompanySize
func (*Company) GetSuspended ¶
func (*Company) GetWebsiteUri ¶
func (*Company) ProtoMessage ¶
func (*Company) ProtoMessage()
func (*Company) ProtoReflect ¶
func (x *Company) ProtoReflect() protoreflect.Message
type CompanyServiceClient ¶
type CompanyServiceClient interface { // Creates a new company entity. CreateCompany(ctx context.Context, in *CreateCompanyRequest, opts ...grpc.CallOption) (*Company, error) // Retrieves specified company. GetCompany(ctx context.Context, in *GetCompanyRequest, opts ...grpc.CallOption) (*Company, error) // Updates specified company. UpdateCompany(ctx context.Context, in *UpdateCompanyRequest, opts ...grpc.CallOption) (*Company, error) // Deletes specified company. // Prerequisite: The company has no jobs associated with it. DeleteCompany(ctx context.Context, in *DeleteCompanyRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Lists all companies associated with the project. ListCompanies(ctx context.Context, in *ListCompaniesRequest, opts ...grpc.CallOption) (*ListCompaniesResponse, error) }
CompanyServiceClient is the client API for CompanyService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewCompanyServiceClient ¶
func NewCompanyServiceClient(cc grpc.ClientConnInterface) CompanyServiceClient
type CompanyServiceServer ¶
type CompanyServiceServer interface { // Creates a new company entity. CreateCompany(context.Context, *CreateCompanyRequest) (*Company, error) // Retrieves specified company. GetCompany(context.Context, *GetCompanyRequest) (*Company, error) // Updates specified company. UpdateCompany(context.Context, *UpdateCompanyRequest) (*Company, error) // Deletes specified company. // Prerequisite: The company has no jobs associated with it. DeleteCompany(context.Context, *DeleteCompanyRequest) (*emptypb.Empty, error) // Lists all companies associated with the project. ListCompanies(context.Context, *ListCompaniesRequest) (*ListCompaniesResponse, error) }
CompanyServiceServer is the server API for CompanyService service.
type CompanySize ¶
type CompanySize int32
An enum that represents the size of the company.
const ( // Default value if the size isn't specified. CompanySize_COMPANY_SIZE_UNSPECIFIED CompanySize = 0 // The company has less than 50 employees. CompanySize_MINI CompanySize = 1 // The company has between 50 and 99 employees. CompanySize_SMALL CompanySize = 2 // The company has between 100 and 499 employees. CompanySize_SMEDIUM CompanySize = 3 // The company has between 500 and 999 employees. CompanySize_MEDIUM CompanySize = 4 // The company has between 1,000 and 4,999 employees. CompanySize_BIG CompanySize = 5 // The company has between 5,000 and 9,999 employees. CompanySize_BIGGER CompanySize = 6 // The company has 10,000 or more employees. CompanySize_GIANT CompanySize = 7 )
func (CompanySize) Descriptor ¶
func (CompanySize) Descriptor() protoreflect.EnumDescriptor
func (CompanySize) Enum ¶
func (x CompanySize) Enum() *CompanySize
func (CompanySize) EnumDescriptor
deprecated
func (CompanySize) EnumDescriptor() ([]byte, []int)
Deprecated: Use CompanySize.Descriptor instead.
func (CompanySize) Number ¶
func (x CompanySize) Number() protoreflect.EnumNumber
func (CompanySize) String ¶
func (x CompanySize) String() string
func (CompanySize) Type ¶
func (CompanySize) Type() protoreflect.EnumType
type Company_DerivedInfo ¶
type Company_DerivedInfo struct { // A structured headquarters location of the company, resolved from // [Company.headquarters_address][google.cloud.talent.v4beta1.Company.headquarters_address] if provided. HeadquartersLocation *Location `protobuf:"bytes,1,opt,name=headquarters_location,json=headquartersLocation,proto3" json:"headquarters_location,omitempty"` // contains filtered or unexported fields }
Derived details about the company.
func (*Company_DerivedInfo) Descriptor
deprecated
func (*Company_DerivedInfo) Descriptor() ([]byte, []int)
Deprecated: Use Company_DerivedInfo.ProtoReflect.Descriptor instead.
func (*Company_DerivedInfo) GetHeadquartersLocation ¶
func (x *Company_DerivedInfo) GetHeadquartersLocation() *Location
func (*Company_DerivedInfo) ProtoMessage ¶
func (*Company_DerivedInfo) ProtoMessage()
func (*Company_DerivedInfo) ProtoReflect ¶
func (x *Company_DerivedInfo) ProtoReflect() protoreflect.Message
func (*Company_DerivedInfo) Reset ¶
func (x *Company_DerivedInfo) Reset()
func (*Company_DerivedInfo) String ¶
func (x *Company_DerivedInfo) String() string
type CompensationFilter ¶
type CompensationFilter struct { // Required. Type of filter. Type CompensationFilter_FilterType `protobuf:"varint,1,opt,name=type,proto3,enum=google.cloud.talent.v4beta1.CompensationFilter_FilterType" json:"type,omitempty"` // Required. Specify desired `base compensation entry's` // [CompensationInfo.CompensationUnit][google.cloud.talent.v4beta1.CompensationInfo.CompensationUnit]. Units []CompensationInfo_CompensationUnit `` /* 138-byte string literal not displayed */ // Compensation range. Range *CompensationInfo_CompensationRange `protobuf:"bytes,3,opt,name=range,proto3" json:"range,omitempty"` // If set to true, jobs with unspecified compensation range fields are // included. IncludeJobsWithUnspecifiedCompensationRange bool `` /* 199-byte string literal not displayed */ // contains filtered or unexported fields }
Filter on job compensation type and amount.
func (*CompensationFilter) Descriptor
deprecated
func (*CompensationFilter) Descriptor() ([]byte, []int)
Deprecated: Use CompensationFilter.ProtoReflect.Descriptor instead.
func (*CompensationFilter) GetIncludeJobsWithUnspecifiedCompensationRange ¶
func (x *CompensationFilter) GetIncludeJobsWithUnspecifiedCompensationRange() bool
func (*CompensationFilter) GetRange ¶
func (x *CompensationFilter) GetRange() *CompensationInfo_CompensationRange
func (*CompensationFilter) GetType ¶
func (x *CompensationFilter) GetType() CompensationFilter_FilterType
func (*CompensationFilter) GetUnits ¶
func (x *CompensationFilter) GetUnits() []CompensationInfo_CompensationUnit
func (*CompensationFilter) ProtoMessage ¶
func (*CompensationFilter) ProtoMessage()
func (*CompensationFilter) ProtoReflect ¶
func (x *CompensationFilter) ProtoReflect() protoreflect.Message
func (*CompensationFilter) Reset ¶
func (x *CompensationFilter) Reset()
func (*CompensationFilter) String ¶
func (x *CompensationFilter) String() string
type CompensationFilter_FilterType ¶
type CompensationFilter_FilterType int32
Specify the type of filtering.
const ( // Filter type unspecified. Position holder, INVALID, should never be used. CompensationFilter_FILTER_TYPE_UNSPECIFIED CompensationFilter_FilterType = 0 // Filter by `base compensation entry's` unit. A job is a match if and // only if the job contains a base CompensationEntry and the base // CompensationEntry's unit matches provided [units][google.cloud.talent.v4beta1.CompensationFilter.units]. // Populate one or more [units][google.cloud.talent.v4beta1.CompensationFilter.units]. // // See [CompensationInfo.CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry] for definition of // base compensation entry. CompensationFilter_UNIT_ONLY CompensationFilter_FilterType = 1 // Filter by `base compensation entry's` unit and amount / range. A job // is a match if and only if the job contains a base CompensationEntry, and // the base entry's unit matches provided // [CompensationUnit][google.cloud.talent.v4beta1.CompensationInfo.CompensationUnit] and // amount or range overlaps with provided // [CompensationRange][google.cloud.talent.v4beta1.CompensationInfo.CompensationRange]. // // See [CompensationInfo.CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry] for definition of // base compensation entry. // // Set exactly one [units][google.cloud.talent.v4beta1.CompensationFilter.units] and populate [range][google.cloud.talent.v4beta1.CompensationFilter.range]. CompensationFilter_UNIT_AND_AMOUNT CompensationFilter_FilterType = 2 // Filter by annualized base compensation amount and `base compensation // entry's` unit. Populate [range][google.cloud.talent.v4beta1.CompensationFilter.range] and zero or more [units][google.cloud.talent.v4beta1.CompensationFilter.units]. CompensationFilter_ANNUALIZED_BASE_AMOUNT CompensationFilter_FilterType = 3 // Filter by annualized total compensation amount and `base compensation // entry's` unit . Populate [range][google.cloud.talent.v4beta1.CompensationFilter.range] and zero or more [units][google.cloud.talent.v4beta1.CompensationFilter.units]. CompensationFilter_ANNUALIZED_TOTAL_AMOUNT CompensationFilter_FilterType = 4 )
func (CompensationFilter_FilterType) Descriptor ¶
func (CompensationFilter_FilterType) Descriptor() protoreflect.EnumDescriptor
func (CompensationFilter_FilterType) Enum ¶
func (x CompensationFilter_FilterType) Enum() *CompensationFilter_FilterType
func (CompensationFilter_FilterType) EnumDescriptor
deprecated
func (CompensationFilter_FilterType) EnumDescriptor() ([]byte, []int)
Deprecated: Use CompensationFilter_FilterType.Descriptor instead.
func (CompensationFilter_FilterType) Number ¶
func (x CompensationFilter_FilterType) Number() protoreflect.EnumNumber
func (CompensationFilter_FilterType) String ¶
func (x CompensationFilter_FilterType) String() string
func (CompensationFilter_FilterType) Type ¶
func (CompensationFilter_FilterType) Type() protoreflect.EnumType
type CompensationInfo ¶
type CompensationInfo struct { // Job compensation information. // // At most one entry can be of type // [CompensationInfo.CompensationType.BASE][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.BASE], which is // referred as **base compensation entry** for the job. Entries []*CompensationInfo_CompensationEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"` // Output only. Annualized base compensation range. Computed as base compensation entry's // [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount] times // [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year]. // // See [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry] for explanation on compensation annualization. AnnualizedBaseCompensationRange *CompensationInfo_CompensationRange `` /* 158-byte string literal not displayed */ // Output only. Annualized total compensation range. Computed as all compensation entries' // [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount] times // [CompensationEntry.expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year]. // // See [CompensationEntry][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry] for explanation on compensation annualization. AnnualizedTotalCompensationRange *CompensationInfo_CompensationRange `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
Job compensation details.
func (*CompensationInfo) Descriptor
deprecated
func (*CompensationInfo) Descriptor() ([]byte, []int)
Deprecated: Use CompensationInfo.ProtoReflect.Descriptor instead.
func (*CompensationInfo) GetAnnualizedBaseCompensationRange ¶
func (x *CompensationInfo) GetAnnualizedBaseCompensationRange() *CompensationInfo_CompensationRange
func (*CompensationInfo) GetAnnualizedTotalCompensationRange ¶
func (x *CompensationInfo) GetAnnualizedTotalCompensationRange() *CompensationInfo_CompensationRange
func (*CompensationInfo) GetEntries ¶
func (x *CompensationInfo) GetEntries() []*CompensationInfo_CompensationEntry
func (*CompensationInfo) ProtoMessage ¶
func (*CompensationInfo) ProtoMessage()
func (*CompensationInfo) ProtoReflect ¶
func (x *CompensationInfo) ProtoReflect() protoreflect.Message
func (*CompensationInfo) Reset ¶
func (x *CompensationInfo) Reset()
func (*CompensationInfo) String ¶
func (x *CompensationInfo) String() string
type CompensationInfo_CompensationEntry ¶
type CompensationInfo_CompensationEntry struct { // Compensation type. // // Default is [CompensationType.COMPENSATION_TYPE_UNSPECIFIED][google.cloud.talent.v4beta1.CompensationInfo.CompensationType.COMPENSATION_TYPE_UNSPECIFIED]. Type CompensationInfo_CompensationType `` /* 129-byte string literal not displayed */ // Frequency of the specified amount. // // Default is [CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED][google.cloud.talent.v4beta1.CompensationInfo.CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED]. Unit CompensationInfo_CompensationUnit `` /* 129-byte string literal not displayed */ // Compensation amount. It could be a fixed amount or a floating range. // // Types that are assignable to CompensationAmount: // *CompensationInfo_CompensationEntry_Amount // *CompensationInfo_CompensationEntry_Range CompensationAmount isCompensationInfo_CompensationEntry_CompensationAmount `protobuf_oneof:"compensation_amount"` // Compensation description. For example, could // indicate equity terms or provide additional context to an estimated // bonus. Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` // Expected number of units paid each year. If not specified, when // [Job.employment_types][google.cloud.talent.v4beta1.Job.employment_types] is FULLTIME, a default value is inferred // based on [unit][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.unit]. Default values: // - HOURLY: 2080 // - DAILY: 260 // - WEEKLY: 52 // - MONTHLY: 12 // - ANNUAL: 1 ExpectedUnitsPerYear *wrapperspb.DoubleValue `protobuf:"bytes,6,opt,name=expected_units_per_year,json=expectedUnitsPerYear,proto3" json:"expected_units_per_year,omitempty"` // contains filtered or unexported fields }
A compensation entry that represents one component of compensation, such as base pay, bonus, or other compensation type.
Annualization: One compensation entry can be annualized if - it contains valid [amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount] or [range][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.range]. - and its [expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year] is set or can be derived. Its annualized range is determined as ([amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount] or [range][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.range]) times [expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year].
func (*CompensationInfo_CompensationEntry) Descriptor
deprecated
func (*CompensationInfo_CompensationEntry) Descriptor() ([]byte, []int)
Deprecated: Use CompensationInfo_CompensationEntry.ProtoReflect.Descriptor instead.
func (*CompensationInfo_CompensationEntry) GetAmount ¶
func (x *CompensationInfo_CompensationEntry) GetAmount() *money.Money
func (*CompensationInfo_CompensationEntry) GetCompensationAmount ¶
func (m *CompensationInfo_CompensationEntry) GetCompensationAmount() isCompensationInfo_CompensationEntry_CompensationAmount
func (*CompensationInfo_CompensationEntry) GetDescription ¶
func (x *CompensationInfo_CompensationEntry) GetDescription() string
func (*CompensationInfo_CompensationEntry) GetExpectedUnitsPerYear ¶
func (x *CompensationInfo_CompensationEntry) GetExpectedUnitsPerYear() *wrapperspb.DoubleValue
func (*CompensationInfo_CompensationEntry) GetRange ¶
func (x *CompensationInfo_CompensationEntry) GetRange() *CompensationInfo_CompensationRange
func (*CompensationInfo_CompensationEntry) GetType ¶
func (x *CompensationInfo_CompensationEntry) GetType() CompensationInfo_CompensationType
func (*CompensationInfo_CompensationEntry) GetUnit ¶
func (x *CompensationInfo_CompensationEntry) GetUnit() CompensationInfo_CompensationUnit
func (*CompensationInfo_CompensationEntry) ProtoMessage ¶
func (*CompensationInfo_CompensationEntry) ProtoMessage()
func (*CompensationInfo_CompensationEntry) ProtoReflect ¶
func (x *CompensationInfo_CompensationEntry) ProtoReflect() protoreflect.Message
func (*CompensationInfo_CompensationEntry) Reset ¶
func (x *CompensationInfo_CompensationEntry) Reset()
func (*CompensationInfo_CompensationEntry) String ¶
func (x *CompensationInfo_CompensationEntry) String() string
type CompensationInfo_CompensationEntry_Range ¶
type CompensationInfo_CompensationEntry_Range struct { // Compensation range. Range *CompensationInfo_CompensationRange `protobuf:"bytes,4,opt,name=range,proto3,oneof"` }
type CompensationInfo_CompensationRange ¶
type CompensationInfo_CompensationRange struct { // The maximum amount of compensation. If left empty, the value is set // to a maximal compensation value and the currency code is set to // match the [currency code][google.type.Money.currency_code] of // min_compensation. MaxCompensation *money.Money `protobuf:"bytes,2,opt,name=max_compensation,json=maxCompensation,proto3" json:"max_compensation,omitempty"` // The minimum amount of compensation. If left empty, the value is set // to zero and the currency code is set to match the // [currency code][google.type.Money.currency_code] of max_compensation. MinCompensation *money.Money `protobuf:"bytes,1,opt,name=min_compensation,json=minCompensation,proto3" json:"min_compensation,omitempty"` // contains filtered or unexported fields }
Compensation range.
func (*CompensationInfo_CompensationRange) Descriptor
deprecated
func (*CompensationInfo_CompensationRange) Descriptor() ([]byte, []int)
Deprecated: Use CompensationInfo_CompensationRange.ProtoReflect.Descriptor instead.
func (*CompensationInfo_CompensationRange) GetMaxCompensation ¶
func (x *CompensationInfo_CompensationRange) GetMaxCompensation() *money.Money
func (*CompensationInfo_CompensationRange) GetMinCompensation ¶
func (x *CompensationInfo_CompensationRange) GetMinCompensation() *money.Money
func (*CompensationInfo_CompensationRange) ProtoMessage ¶
func (*CompensationInfo_CompensationRange) ProtoMessage()
func (*CompensationInfo_CompensationRange) ProtoReflect ¶
func (x *CompensationInfo_CompensationRange) ProtoReflect() protoreflect.Message
func (*CompensationInfo_CompensationRange) Reset ¶
func (x *CompensationInfo_CompensationRange) Reset()
func (*CompensationInfo_CompensationRange) String ¶
func (x *CompensationInfo_CompensationRange) String() string
type CompensationInfo_CompensationType ¶
type CompensationInfo_CompensationType int32
The type of compensation.
For compensation amounts specified in non-monetary amounts, describe the compensation scheme in the [CompensationEntry.description][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.description].
For example, tipping format is described in [CompensationEntry.description][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.description] (for example, "expect 15-20% tips based on customer bill.") and an estimate of the tips provided in [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount] or [CompensationEntry.range][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.range] ($10 per hour).
For example, equity is described in [CompensationEntry.description][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.description] (for example, "1% - 2% equity vesting over 4 years, 1 year cliff") and value estimated in [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount] or [CompensationEntry.range][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.range]. If no value estimate is possible, units are [CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED][google.cloud.talent.v4beta1.CompensationInfo.CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED] and then further clarified in [CompensationEntry.description][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.description] field.
const ( // Default value. CompensationInfo_COMPENSATION_TYPE_UNSPECIFIED CompensationInfo_CompensationType = 0 // Base compensation: Refers to the fixed amount of money paid to an // employee by an employer in return for work performed. Base compensation // does not include benefits, bonuses or any other potential compensation // from an employer. CompensationInfo_BASE CompensationInfo_CompensationType = 1 // Bonus. CompensationInfo_BONUS CompensationInfo_CompensationType = 2 // Signing bonus. CompensationInfo_SIGNING_BONUS CompensationInfo_CompensationType = 3 // Equity. CompensationInfo_EQUITY CompensationInfo_CompensationType = 4 // Profit sharing. CompensationInfo_PROFIT_SHARING CompensationInfo_CompensationType = 5 // Commission. CompensationInfo_COMMISSIONS CompensationInfo_CompensationType = 6 // Tips. CompensationInfo_TIPS CompensationInfo_CompensationType = 7 // Other compensation type. CompensationInfo_OTHER_COMPENSATION_TYPE CompensationInfo_CompensationType = 8 )
func (CompensationInfo_CompensationType) Descriptor ¶
func (CompensationInfo_CompensationType) Descriptor() protoreflect.EnumDescriptor
func (CompensationInfo_CompensationType) Enum ¶
func (x CompensationInfo_CompensationType) Enum() *CompensationInfo_CompensationType
func (CompensationInfo_CompensationType) EnumDescriptor
deprecated
func (CompensationInfo_CompensationType) EnumDescriptor() ([]byte, []int)
Deprecated: Use CompensationInfo_CompensationType.Descriptor instead.
func (CompensationInfo_CompensationType) Number ¶
func (x CompensationInfo_CompensationType) Number() protoreflect.EnumNumber
func (CompensationInfo_CompensationType) String ¶
func (x CompensationInfo_CompensationType) String() string
func (CompensationInfo_CompensationType) Type ¶
func (CompensationInfo_CompensationType) Type() protoreflect.EnumType
type CompensationInfo_CompensationUnit ¶
type CompensationInfo_CompensationUnit int32
Pay frequency.
const ( // Default value. CompensationInfo_COMPENSATION_UNIT_UNSPECIFIED CompensationInfo_CompensationUnit = 0 // Hourly. CompensationInfo_HOURLY CompensationInfo_CompensationUnit = 1 // Daily. CompensationInfo_DAILY CompensationInfo_CompensationUnit = 2 // Weekly CompensationInfo_WEEKLY CompensationInfo_CompensationUnit = 3 // Monthly. CompensationInfo_MONTHLY CompensationInfo_CompensationUnit = 4 // Yearly. CompensationInfo_YEARLY CompensationInfo_CompensationUnit = 5 // One time. CompensationInfo_ONE_TIME CompensationInfo_CompensationUnit = 6 // Other compensation units. CompensationInfo_OTHER_COMPENSATION_UNIT CompensationInfo_CompensationUnit = 7 )
func (CompensationInfo_CompensationUnit) Descriptor ¶
func (CompensationInfo_CompensationUnit) Descriptor() protoreflect.EnumDescriptor
func (CompensationInfo_CompensationUnit) Enum ¶
func (x CompensationInfo_CompensationUnit) Enum() *CompensationInfo_CompensationUnit
func (CompensationInfo_CompensationUnit) EnumDescriptor
deprecated
func (CompensationInfo_CompensationUnit) EnumDescriptor() ([]byte, []int)
Deprecated: Use CompensationInfo_CompensationUnit.Descriptor instead.
func (CompensationInfo_CompensationUnit) Number ¶
func (x CompensationInfo_CompensationUnit) Number() protoreflect.EnumNumber
func (CompensationInfo_CompensationUnit) String ¶
func (x CompensationInfo_CompensationUnit) String() string
func (CompensationInfo_CompensationUnit) Type ¶
func (CompensationInfo_CompensationUnit) Type() protoreflect.EnumType
type CompleteQueryRequest ¶
type CompleteQueryRequest struct { // Required. Resource name of tenant the completion is performed within. // // The format is "projects/{project_id}/tenants/{tenant_id}", for example, // "projects/foo/tenant/bar". // // If tenant id is unspecified, the default tenant is used, for // example, "projects/foo". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The query used to generate suggestions. // // The maximum number of allowed characters is 255. Query string `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"` // The list of languages of the query. This is // the BCP-47 language code, such as "en-US" or "sr-Latn". // For more information, see // [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47). // // The maximum number of allowed characters is 255. LanguageCodes []string `protobuf:"bytes,3,rep,name=language_codes,json=languageCodes,proto3" json:"language_codes,omitempty"` // Required. Completion result count. // // The maximum allowed page size is 10. PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // If provided, restricts completion to specified company. // // The format is // "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for // example, "projects/foo/tenants/bar/companies/baz". // // If tenant id is unspecified, the default tenant is used, for // example, "projects/foo". Company string `protobuf:"bytes,5,opt,name=company,proto3" json:"company,omitempty"` // The scope of the completion. The defaults is [CompletionScope.PUBLIC][google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionScope.PUBLIC]. Scope CompleteQueryRequest_CompletionScope `` /* 134-byte string literal not displayed */ // The completion topic. The default is [CompletionType.COMBINED][google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType.COMBINED]. Type CompleteQueryRequest_CompletionType `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
Auto-complete parameters.
func (*CompleteQueryRequest) Descriptor
deprecated
func (*CompleteQueryRequest) Descriptor() ([]byte, []int)
Deprecated: Use CompleteQueryRequest.ProtoReflect.Descriptor instead.
func (*CompleteQueryRequest) GetCompany ¶
func (x *CompleteQueryRequest) GetCompany() string
func (*CompleteQueryRequest) GetLanguageCodes ¶
func (x *CompleteQueryRequest) GetLanguageCodes() []string
func (*CompleteQueryRequest) GetPageSize ¶
func (x *CompleteQueryRequest) GetPageSize() int32
func (*CompleteQueryRequest) GetParent ¶
func (x *CompleteQueryRequest) GetParent() string
func (*CompleteQueryRequest) GetQuery ¶
func (x *CompleteQueryRequest) GetQuery() string
func (*CompleteQueryRequest) GetScope ¶
func (x *CompleteQueryRequest) GetScope() CompleteQueryRequest_CompletionScope
func (*CompleteQueryRequest) GetType ¶
func (x *CompleteQueryRequest) GetType() CompleteQueryRequest_CompletionType
func (*CompleteQueryRequest) ProtoMessage ¶
func (*CompleteQueryRequest) ProtoMessage()
func (*CompleteQueryRequest) ProtoReflect ¶
func (x *CompleteQueryRequest) ProtoReflect() protoreflect.Message
func (*CompleteQueryRequest) Reset ¶
func (x *CompleteQueryRequest) Reset()
func (*CompleteQueryRequest) String ¶
func (x *CompleteQueryRequest) String() string
type CompleteQueryRequest_CompletionScope ¶
type CompleteQueryRequest_CompletionScope int32
Enum to specify the scope of completion.
const ( // Default value. CompleteQueryRequest_COMPLETION_SCOPE_UNSPECIFIED CompleteQueryRequest_CompletionScope = 0 // Suggestions are based only on the data provided by the client. CompleteQueryRequest_TENANT CompleteQueryRequest_CompletionScope = 1 // Suggestions are based on all jobs data in the system that's visible to // the client CompleteQueryRequest_PUBLIC CompleteQueryRequest_CompletionScope = 2 )
func (CompleteQueryRequest_CompletionScope) Descriptor ¶
func (CompleteQueryRequest_CompletionScope) Descriptor() protoreflect.EnumDescriptor
func (CompleteQueryRequest_CompletionScope) Enum ¶
func (x CompleteQueryRequest_CompletionScope) Enum() *CompleteQueryRequest_CompletionScope
func (CompleteQueryRequest_CompletionScope) EnumDescriptor
deprecated
func (CompleteQueryRequest_CompletionScope) EnumDescriptor() ([]byte, []int)
Deprecated: Use CompleteQueryRequest_CompletionScope.Descriptor instead.
func (CompleteQueryRequest_CompletionScope) Number ¶
func (x CompleteQueryRequest_CompletionScope) Number() protoreflect.EnumNumber
func (CompleteQueryRequest_CompletionScope) String ¶
func (x CompleteQueryRequest_CompletionScope) String() string
func (CompleteQueryRequest_CompletionScope) Type ¶
func (CompleteQueryRequest_CompletionScope) Type() protoreflect.EnumType
type CompleteQueryRequest_CompletionType ¶
type CompleteQueryRequest_CompletionType int32
Enum to specify auto-completion topics.
const ( // Default value. CompleteQueryRequest_COMPLETION_TYPE_UNSPECIFIED CompleteQueryRequest_CompletionType = 0 // Suggest job titles for jobs autocomplete. // // For [CompletionType.JOB_TITLE][google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType.JOB_TITLE] type, only open jobs with the same // [language_codes][google.cloud.talent.v4beta1.CompleteQueryRequest.language_codes] are returned. CompleteQueryRequest_JOB_TITLE CompleteQueryRequest_CompletionType = 1 // Suggest company names for jobs autocomplete. // // For [CompletionType.COMPANY_NAME][google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType.COMPANY_NAME] type, // only companies having open jobs with the same [language_codes][google.cloud.talent.v4beta1.CompleteQueryRequest.language_codes] are // returned. CompleteQueryRequest_COMPANY_NAME CompleteQueryRequest_CompletionType = 2 // Suggest both job titles and company names for jobs autocomplete. // // For [CompletionType.COMBINED][google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType.COMBINED] type, only open jobs with the same // [language_codes][google.cloud.talent.v4beta1.CompleteQueryRequest.language_codes] or companies having open jobs with the same // [language_codes][google.cloud.talent.v4beta1.CompleteQueryRequest.language_codes] are returned. CompleteQueryRequest_COMBINED CompleteQueryRequest_CompletionType = 3 )
func (CompleteQueryRequest_CompletionType) Descriptor ¶
func (CompleteQueryRequest_CompletionType) Descriptor() protoreflect.EnumDescriptor
func (CompleteQueryRequest_CompletionType) Enum ¶
func (x CompleteQueryRequest_CompletionType) Enum() *CompleteQueryRequest_CompletionType
func (CompleteQueryRequest_CompletionType) EnumDescriptor
deprecated
func (CompleteQueryRequest_CompletionType) EnumDescriptor() ([]byte, []int)
Deprecated: Use CompleteQueryRequest_CompletionType.Descriptor instead.
func (CompleteQueryRequest_CompletionType) Number ¶
func (x CompleteQueryRequest_CompletionType) Number() protoreflect.EnumNumber
func (CompleteQueryRequest_CompletionType) String ¶
func (x CompleteQueryRequest_CompletionType) String() string
func (CompleteQueryRequest_CompletionType) Type ¶
func (CompleteQueryRequest_CompletionType) Type() protoreflect.EnumType
type CompleteQueryResponse ¶
type CompleteQueryResponse struct { // Results of the matching job/company candidates. CompletionResults []*CompleteQueryResponse_CompletionResult `protobuf:"bytes,1,rep,name=completion_results,json=completionResults,proto3" json:"completion_results,omitempty"` // Additional information for the API invocation, such as the request // tracking id. Metadata *ResponseMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
Response of auto-complete query.
func (*CompleteQueryResponse) Descriptor
deprecated
func (*CompleteQueryResponse) Descriptor() ([]byte, []int)
Deprecated: Use CompleteQueryResponse.ProtoReflect.Descriptor instead.
func (*CompleteQueryResponse) GetCompletionResults ¶
func (x *CompleteQueryResponse) GetCompletionResults() []*CompleteQueryResponse_CompletionResult
func (*CompleteQueryResponse) GetMetadata ¶
func (x *CompleteQueryResponse) GetMetadata() *ResponseMetadata
func (*CompleteQueryResponse) ProtoMessage ¶
func (*CompleteQueryResponse) ProtoMessage()
func (*CompleteQueryResponse) ProtoReflect ¶
func (x *CompleteQueryResponse) ProtoReflect() protoreflect.Message
func (*CompleteQueryResponse) Reset ¶
func (x *CompleteQueryResponse) Reset()
func (*CompleteQueryResponse) String ¶
func (x *CompleteQueryResponse) String() string
type CompleteQueryResponse_CompletionResult ¶
type CompleteQueryResponse_CompletionResult struct { // The suggestion for the query. Suggestion string `protobuf:"bytes,1,opt,name=suggestion,proto3" json:"suggestion,omitempty"` // The completion topic. Type CompleteQueryRequest_CompletionType `` /* 131-byte string literal not displayed */ // The URI of the company image for // [COMPANY_NAME][google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType.COMPANY_NAME]. ImageUri string `protobuf:"bytes,3,opt,name=image_uri,json=imageUri,proto3" json:"image_uri,omitempty"` // contains filtered or unexported fields }
Resource that represents completion results.
func (*CompleteQueryResponse_CompletionResult) Descriptor
deprecated
func (*CompleteQueryResponse_CompletionResult) Descriptor() ([]byte, []int)
Deprecated: Use CompleteQueryResponse_CompletionResult.ProtoReflect.Descriptor instead.
func (*CompleteQueryResponse_CompletionResult) GetImageUri ¶
func (x *CompleteQueryResponse_CompletionResult) GetImageUri() string
func (*CompleteQueryResponse_CompletionResult) GetSuggestion ¶
func (x *CompleteQueryResponse_CompletionResult) GetSuggestion() string
func (*CompleteQueryResponse_CompletionResult) GetType ¶
func (x *CompleteQueryResponse_CompletionResult) GetType() CompleteQueryRequest_CompletionType
func (*CompleteQueryResponse_CompletionResult) ProtoMessage ¶
func (*CompleteQueryResponse_CompletionResult) ProtoMessage()
func (*CompleteQueryResponse_CompletionResult) ProtoReflect ¶
func (x *CompleteQueryResponse_CompletionResult) ProtoReflect() protoreflect.Message
func (*CompleteQueryResponse_CompletionResult) Reset ¶
func (x *CompleteQueryResponse_CompletionResult) Reset()
func (*CompleteQueryResponse_CompletionResult) String ¶
func (x *CompleteQueryResponse_CompletionResult) String() string
type CompletionClient ¶
type CompletionClient interface { // Completes the specified prefix with keyword suggestions. // Intended for use by a job search auto-complete search box. CompleteQuery(ctx context.Context, in *CompleteQueryRequest, opts ...grpc.CallOption) (*CompleteQueryResponse, error) }
CompletionClient is the client API for Completion service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewCompletionClient ¶
func NewCompletionClient(cc grpc.ClientConnInterface) CompletionClient
type CompletionServer ¶
type CompletionServer interface { // Completes the specified prefix with keyword suggestions. // Intended for use by a job search auto-complete search box. CompleteQuery(context.Context, *CompleteQueryRequest) (*CompleteQueryResponse, error) }
CompletionServer is the server API for Completion service.
type ContactInfoUsage ¶
type ContactInfoUsage int32
Enum that represents the usage of the contact information.
const ( // Default value. ContactInfoUsage_CONTACT_INFO_USAGE_UNSPECIFIED ContactInfoUsage = 0 // Personal use. ContactInfoUsage_PERSONAL ContactInfoUsage = 1 // Work use. ContactInfoUsage_WORK ContactInfoUsage = 2 // School use. ContactInfoUsage_SCHOOL ContactInfoUsage = 3 )
func (ContactInfoUsage) Descriptor ¶
func (ContactInfoUsage) Descriptor() protoreflect.EnumDescriptor
func (ContactInfoUsage) Enum ¶
func (x ContactInfoUsage) Enum() *ContactInfoUsage
func (ContactInfoUsage) EnumDescriptor
deprecated
func (ContactInfoUsage) EnumDescriptor() ([]byte, []int)
Deprecated: Use ContactInfoUsage.Descriptor instead.
func (ContactInfoUsage) Number ¶
func (x ContactInfoUsage) Number() protoreflect.EnumNumber
func (ContactInfoUsage) String ¶
func (x ContactInfoUsage) String() string
func (ContactInfoUsage) Type ¶
func (ContactInfoUsage) Type() protoreflect.EnumType
type CreateApplicationRequest ¶
type CreateApplicationRequest struct { // Required. Resource name of the profile under which the application is created. // // The format is // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}". // For example, "projects/foo/tenants/bar/profiles/baz". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The application to be created. Application *Application `protobuf:"bytes,2,opt,name=application,proto3" json:"application,omitempty"` // contains filtered or unexported fields }
The Request of the CreateApplication method.
func (*CreateApplicationRequest) Descriptor
deprecated
func (*CreateApplicationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateApplicationRequest.ProtoReflect.Descriptor instead.
func (*CreateApplicationRequest) GetApplication ¶
func (x *CreateApplicationRequest) GetApplication() *Application
func (*CreateApplicationRequest) GetParent ¶
func (x *CreateApplicationRequest) GetParent() string
func (*CreateApplicationRequest) ProtoMessage ¶
func (*CreateApplicationRequest) ProtoMessage()
func (*CreateApplicationRequest) ProtoReflect ¶
func (x *CreateApplicationRequest) ProtoReflect() protoreflect.Message
func (*CreateApplicationRequest) Reset ¶
func (x *CreateApplicationRequest) Reset()
func (*CreateApplicationRequest) String ¶
func (x *CreateApplicationRequest) String() string
type CreateClientEventRequest ¶
type CreateClientEventRequest struct { // Required. Resource name of the tenant under which the event is created. // // The format is "projects/{project_id}/tenants/{tenant_id}", for example, // "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant // is created, for example, "projects/foo". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. Events issued when end user interacts with customer's application that // uses Cloud Talent Solution. ClientEvent *ClientEvent `protobuf:"bytes,2,opt,name=client_event,json=clientEvent,proto3" json:"client_event,omitempty"` // contains filtered or unexported fields }
The report event request.
func (*CreateClientEventRequest) Descriptor
deprecated
func (*CreateClientEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateClientEventRequest.ProtoReflect.Descriptor instead.
func (*CreateClientEventRequest) GetClientEvent ¶
func (x *CreateClientEventRequest) GetClientEvent() *ClientEvent
func (*CreateClientEventRequest) GetParent ¶
func (x *CreateClientEventRequest) GetParent() string
func (*CreateClientEventRequest) ProtoMessage ¶
func (*CreateClientEventRequest) ProtoMessage()
func (*CreateClientEventRequest) ProtoReflect ¶
func (x *CreateClientEventRequest) ProtoReflect() protoreflect.Message
func (*CreateClientEventRequest) Reset ¶
func (x *CreateClientEventRequest) Reset()
func (*CreateClientEventRequest) String ¶
func (x *CreateClientEventRequest) String() string
type CreateCompanyRequest ¶
type CreateCompanyRequest struct { // Required. Resource name of the tenant under which the company is created. // // The format is "projects/{project_id}/tenants/{tenant_id}", for example, // "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant // is created, for example, "projects/foo". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The company to be created. Company *Company `protobuf:"bytes,2,opt,name=company,proto3" json:"company,omitempty"` // contains filtered or unexported fields }
The Request of the CreateCompany method.
func (*CreateCompanyRequest) Descriptor
deprecated
func (*CreateCompanyRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateCompanyRequest.ProtoReflect.Descriptor instead.
func (*CreateCompanyRequest) GetCompany ¶
func (x *CreateCompanyRequest) GetCompany() *Company
func (*CreateCompanyRequest) GetParent ¶
func (x *CreateCompanyRequest) GetParent() string
func (*CreateCompanyRequest) ProtoMessage ¶
func (*CreateCompanyRequest) ProtoMessage()
func (*CreateCompanyRequest) ProtoReflect ¶
func (x *CreateCompanyRequest) ProtoReflect() protoreflect.Message
func (*CreateCompanyRequest) Reset ¶
func (x *CreateCompanyRequest) Reset()
func (*CreateCompanyRequest) String ¶
func (x *CreateCompanyRequest) String() string
type CreateJobRequest ¶
type CreateJobRequest struct { // Required. The resource name of the tenant under which the job is created. // // The format is "projects/{project_id}/tenants/{tenant_id}". For example, // "projects/foo/tenant/bar". If tenant id is unspecified a default tenant // is created. For example, "projects/foo". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The Job to be created. Job *Job `protobuf:"bytes,2,opt,name=job,proto3" json:"job,omitempty"` // contains filtered or unexported fields }
Create job request.
func (*CreateJobRequest) Descriptor
deprecated
func (*CreateJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateJobRequest.ProtoReflect.Descriptor instead.
func (*CreateJobRequest) GetJob ¶
func (x *CreateJobRequest) GetJob() *Job
func (*CreateJobRequest) GetParent ¶
func (x *CreateJobRequest) GetParent() string
func (*CreateJobRequest) ProtoMessage ¶
func (*CreateJobRequest) ProtoMessage()
func (*CreateJobRequest) ProtoReflect ¶
func (x *CreateJobRequest) ProtoReflect() protoreflect.Message
func (*CreateJobRequest) Reset ¶
func (x *CreateJobRequest) Reset()
func (*CreateJobRequest) String ¶
func (x *CreateJobRequest) String() string
type CreateProfileRequest ¶
type CreateProfileRequest struct { // Required. The name of the tenant this profile belongs to. // // The format is "projects/{project_id}/tenants/{tenant_id}". For example, // "projects/foo/tenants/bar". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The profile to be created. Profile *Profile `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"` // contains filtered or unexported fields }
Create profile request.
func (*CreateProfileRequest) Descriptor
deprecated
func (*CreateProfileRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateProfileRequest.ProtoReflect.Descriptor instead.
func (*CreateProfileRequest) GetParent ¶
func (x *CreateProfileRequest) GetParent() string
func (*CreateProfileRequest) GetProfile ¶
func (x *CreateProfileRequest) GetProfile() *Profile
func (*CreateProfileRequest) ProtoMessage ¶
func (*CreateProfileRequest) ProtoMessage()
func (*CreateProfileRequest) ProtoReflect ¶
func (x *CreateProfileRequest) ProtoReflect() protoreflect.Message
func (*CreateProfileRequest) Reset ¶
func (x *CreateProfileRequest) Reset()
func (*CreateProfileRequest) String ¶
func (x *CreateProfileRequest) String() string
type CreateTenantRequest ¶
type CreateTenantRequest struct { // Required. Resource name of the project under which the tenant is created. // // The format is "projects/{project_id}", for example, // "projects/foo". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The tenant to be created. Tenant *Tenant `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"` // contains filtered or unexported fields }
The Request of the CreateTenant method.
func (*CreateTenantRequest) Descriptor
deprecated
func (*CreateTenantRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTenantRequest.ProtoReflect.Descriptor instead.
func (*CreateTenantRequest) GetParent ¶
func (x *CreateTenantRequest) GetParent() string
func (*CreateTenantRequest) GetTenant ¶
func (x *CreateTenantRequest) GetTenant() *Tenant
func (*CreateTenantRequest) ProtoMessage ¶
func (*CreateTenantRequest) ProtoMessage()
func (*CreateTenantRequest) ProtoReflect ¶
func (x *CreateTenantRequest) ProtoReflect() protoreflect.Message
func (*CreateTenantRequest) Reset ¶
func (x *CreateTenantRequest) Reset()
func (*CreateTenantRequest) String ¶
func (x *CreateTenantRequest) String() string
type CustomAttribute ¶
type CustomAttribute struct { // Exactly one of [string_values][google.cloud.talent.v4beta1.CustomAttribute.string_values] or [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values] must be specified. // // This field is used to perform a string match (`CASE_SENSITIVE_MATCH` or // `CASE_INSENSITIVE_MATCH`) search. // For filterable `string_value`s, a maximum total number of 200 values // is allowed, with each `string_value` has a byte size of no more than // 500B. For unfilterable `string_values`, the maximum total byte size of // unfilterable `string_values` is 50KB. // // Empty string isn't allowed. StringValues []string `protobuf:"bytes,1,rep,name=string_values,json=stringValues,proto3" json:"string_values,omitempty"` // Exactly one of [string_values][google.cloud.talent.v4beta1.CustomAttribute.string_values] or [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values] must be specified. // // This field is used to perform number range search. // (`EQ`, `GT`, `GE`, `LE`, `LT`) over filterable `long_value`. // // Currently at most 1 [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values] is supported. LongValues []int64 `protobuf:"varint,2,rep,packed,name=long_values,json=longValues,proto3" json:"long_values,omitempty"` // If the `filterable` flag is true, custom field values are searchable. // If false, values are not searchable. // // Default is false. Filterable bool `protobuf:"varint,3,opt,name=filterable,proto3" json:"filterable,omitempty"` // contains filtered or unexported fields }
Custom attribute values that are either filterable or non-filterable.
func (*CustomAttribute) Descriptor
deprecated
func (*CustomAttribute) Descriptor() ([]byte, []int)
Deprecated: Use CustomAttribute.ProtoReflect.Descriptor instead.
func (*CustomAttribute) GetFilterable ¶
func (x *CustomAttribute) GetFilterable() bool
func (*CustomAttribute) GetLongValues ¶
func (x *CustomAttribute) GetLongValues() []int64
func (*CustomAttribute) GetStringValues ¶
func (x *CustomAttribute) GetStringValues() []string
func (*CustomAttribute) ProtoMessage ¶
func (*CustomAttribute) ProtoMessage()
func (*CustomAttribute) ProtoReflect ¶
func (x *CustomAttribute) ProtoReflect() protoreflect.Message
func (*CustomAttribute) Reset ¶
func (x *CustomAttribute) Reset()
func (*CustomAttribute) String ¶
func (x *CustomAttribute) String() string
type Degree ¶
type Degree struct { // ISCED degree type. DegreeType DegreeType `` /* 136-byte string literal not displayed */ // Full Degree name. // // For example, "B.S.", "Master of Arts", and so on. // // Number of characters allowed is 100. DegreeName string `protobuf:"bytes,2,opt,name=degree_name,json=degreeName,proto3" json:"degree_name,omitempty"` // Fields of study for the degree. // // For example, "Computer science", "engineering". // // Number of characters allowed is 100. FieldsOfStudy []string `protobuf:"bytes,3,rep,name=fields_of_study,json=fieldsOfStudy,proto3" json:"fields_of_study,omitempty"` // contains filtered or unexported fields }
Resource that represents a degree pursuing or acquired by a candidate.
func (*Degree) Descriptor
deprecated
func (*Degree) GetDegreeName ¶
func (*Degree) GetDegreeType ¶
func (x *Degree) GetDegreeType() DegreeType
func (*Degree) GetFieldsOfStudy ¶
func (*Degree) ProtoMessage ¶
func (*Degree) ProtoMessage()
func (*Degree) ProtoReflect ¶
func (x *Degree) ProtoReflect() protoreflect.Message
type DegreeType ¶
type DegreeType int32
Educational degree level defined in International Standard Classification of Education (ISCED).
const ( // Default value. Represents no degree, or early childhood education. // Maps to ISCED code 0. // Ex) Kindergarten DegreeType_DEGREE_TYPE_UNSPECIFIED DegreeType = 0 // Primary education which is typically the first stage of compulsory // education. ISCED code 1. // Ex) Elementary school DegreeType_PRIMARY_EDUCATION DegreeType = 1 // Lower secondary education; First stage of secondary education building on // primary education, typically with a more subject-oriented curriculum. // ISCED code 2. // Ex) Middle school DegreeType_LOWER_SECONDARY_EDUCATION DegreeType = 2 // Middle education; Second/final stage of secondary education preparing for // tertiary education and/or providing skills relevant to employment. // Usually with an increased range of subject options and streams. ISCED // code 3. // Ex) High school DegreeType_UPPER_SECONDARY_EDUCATION DegreeType = 3 // Adult Remedial Education; Programmes providing learning experiences that // build on secondary education and prepare for labour market entry and/or // tertiary education. The content is broader than secondary but not as // complex as tertiary education. ISCED code 4. DegreeType_ADULT_REMEDIAL_EDUCATION DegreeType = 4 // Associate's or equivalent; Short first tertiary programmes that are // typically practically-based, occupationally-specific and prepare for // labour market entry. These programmes may also provide a pathway to other // tertiary programmes. ISCED code 5. DegreeType_ASSOCIATES_OR_EQUIVALENT DegreeType = 5 // Bachelor's or equivalent; Programmes designed to provide intermediate // academic and/or professional knowledge, skills and competencies leading // to a first tertiary degree or equivalent qualification. ISCED code 6. DegreeType_BACHELORS_OR_EQUIVALENT DegreeType = 6 // Master's or equivalent; Programmes designed to provide advanced academic // and/or professional knowledge, skills and competencies leading to a // second tertiary degree or equivalent qualification. ISCED code 7. DegreeType_MASTERS_OR_EQUIVALENT DegreeType = 7 // Doctoral or equivalent; Programmes designed primarily to lead to an // advanced research qualification, usually concluding with the submission // and defense of a substantive dissertation of publishable quality based on // original research. ISCED code 8. DegreeType_DOCTORAL_OR_EQUIVALENT DegreeType = 8 )
func (DegreeType) Descriptor ¶
func (DegreeType) Descriptor() protoreflect.EnumDescriptor
func (DegreeType) Enum ¶
func (x DegreeType) Enum() *DegreeType
func (DegreeType) EnumDescriptor
deprecated
func (DegreeType) EnumDescriptor() ([]byte, []int)
Deprecated: Use DegreeType.Descriptor instead.
func (DegreeType) Number ¶
func (x DegreeType) Number() protoreflect.EnumNumber
func (DegreeType) String ¶
func (x DegreeType) String() string
func (DegreeType) Type ¶
func (DegreeType) Type() protoreflect.EnumType
type DeleteApplicationRequest ¶
type DeleteApplicationRequest struct { // Required. The resource name of the application to be deleted. // // The format is // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}". // For example, "projects/foo/tenants/bar/profiles/baz/applications/qux". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request to delete a application.
func (*DeleteApplicationRequest) Descriptor
deprecated
func (*DeleteApplicationRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteApplicationRequest.ProtoReflect.Descriptor instead.
func (*DeleteApplicationRequest) GetName ¶
func (x *DeleteApplicationRequest) GetName() string
func (*DeleteApplicationRequest) ProtoMessage ¶
func (*DeleteApplicationRequest) ProtoMessage()
func (*DeleteApplicationRequest) ProtoReflect ¶
func (x *DeleteApplicationRequest) ProtoReflect() protoreflect.Message
func (*DeleteApplicationRequest) Reset ¶
func (x *DeleteApplicationRequest) Reset()
func (*DeleteApplicationRequest) String ¶
func (x *DeleteApplicationRequest) String() string
type DeleteCompanyRequest ¶
type DeleteCompanyRequest struct { // Required. The resource name of the company to be deleted. // // The format is // "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for // example, "projects/foo/tenants/bar/companies/baz". // // If tenant id is unspecified, the default tenant is used, for // example, "projects/foo/companies/bar". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request to delete a company.
func (*DeleteCompanyRequest) Descriptor
deprecated
func (*DeleteCompanyRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCompanyRequest.ProtoReflect.Descriptor instead.
func (*DeleteCompanyRequest) GetName ¶
func (x *DeleteCompanyRequest) GetName() string
func (*DeleteCompanyRequest) ProtoMessage ¶
func (*DeleteCompanyRequest) ProtoMessage()
func (*DeleteCompanyRequest) ProtoReflect ¶
func (x *DeleteCompanyRequest) ProtoReflect() protoreflect.Message
func (*DeleteCompanyRequest) Reset ¶
func (x *DeleteCompanyRequest) Reset()
func (*DeleteCompanyRequest) String ¶
func (x *DeleteCompanyRequest) String() string
type DeleteJobRequest ¶
type DeleteJobRequest struct { // Required. The resource name of the job to be deleted. // // The format is // "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For // example, "projects/foo/tenants/bar/jobs/baz". // // If tenant id is unspecified, the default tenant is used. For // example, "projects/foo/jobs/bar". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Delete job request.
func (*DeleteJobRequest) Descriptor
deprecated
func (*DeleteJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteJobRequest.ProtoReflect.Descriptor instead.
func (*DeleteJobRequest) GetName ¶
func (x *DeleteJobRequest) GetName() string
func (*DeleteJobRequest) ProtoMessage ¶
func (*DeleteJobRequest) ProtoMessage()
func (*DeleteJobRequest) ProtoReflect ¶
func (x *DeleteJobRequest) ProtoReflect() protoreflect.Message
func (*DeleteJobRequest) Reset ¶
func (x *DeleteJobRequest) Reset()
func (*DeleteJobRequest) String ¶
func (x *DeleteJobRequest) String() string
type DeleteProfileRequest ¶
type DeleteProfileRequest struct { // Required. Resource name of the profile to be deleted. // // The format is // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}". For // example, "projects/foo/tenants/bar/profiles/baz". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Delete profile request.
func (*DeleteProfileRequest) Descriptor
deprecated
func (*DeleteProfileRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteProfileRequest.ProtoReflect.Descriptor instead.
func (*DeleteProfileRequest) GetName ¶
func (x *DeleteProfileRequest) GetName() string
func (*DeleteProfileRequest) ProtoMessage ¶
func (*DeleteProfileRequest) ProtoMessage()
func (*DeleteProfileRequest) ProtoReflect ¶
func (x *DeleteProfileRequest) ProtoReflect() protoreflect.Message
func (*DeleteProfileRequest) Reset ¶
func (x *DeleteProfileRequest) Reset()
func (*DeleteProfileRequest) String ¶
func (x *DeleteProfileRequest) String() string
type DeleteTenantRequest ¶
type DeleteTenantRequest struct { // Required. The resource name of the tenant to be deleted. // // The format is "projects/{project_id}/tenants/{tenant_id}", for example, // "projects/foo/tenants/bar". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request to delete a tenant.
func (*DeleteTenantRequest) Descriptor
deprecated
func (*DeleteTenantRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTenantRequest.ProtoReflect.Descriptor instead.
func (*DeleteTenantRequest) GetName ¶
func (x *DeleteTenantRequest) GetName() string
func (*DeleteTenantRequest) ProtoMessage ¶
func (*DeleteTenantRequest) ProtoMessage()
func (*DeleteTenantRequest) ProtoReflect ¶
func (x *DeleteTenantRequest) ProtoReflect() protoreflect.Message
func (*DeleteTenantRequest) Reset ¶
func (x *DeleteTenantRequest) Reset()
func (*DeleteTenantRequest) String ¶
func (x *DeleteTenantRequest) String() string
type DeviceInfo ¶
type DeviceInfo struct { // Type of the device. DeviceType DeviceInfo_DeviceType `` /* 147-byte string literal not displayed */ // A device-specific ID. The ID must be a unique identifier that // distinguishes the device from other devices. Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
Device information collected from the job seeker, candidate, or other entity conducting the job search. Providing this information improves the quality of the search results across devices.
func (*DeviceInfo) Descriptor
deprecated
func (*DeviceInfo) Descriptor() ([]byte, []int)
Deprecated: Use DeviceInfo.ProtoReflect.Descriptor instead.
func (*DeviceInfo) GetDeviceType ¶
func (x *DeviceInfo) GetDeviceType() DeviceInfo_DeviceType
func (*DeviceInfo) GetId ¶
func (x *DeviceInfo) GetId() string
func (*DeviceInfo) ProtoMessage ¶
func (*DeviceInfo) ProtoMessage()
func (*DeviceInfo) ProtoReflect ¶
func (x *DeviceInfo) ProtoReflect() protoreflect.Message
func (*DeviceInfo) Reset ¶
func (x *DeviceInfo) Reset()
func (*DeviceInfo) String ¶
func (x *DeviceInfo) String() string
type DeviceInfo_DeviceType ¶
type DeviceInfo_DeviceType int32
An enumeration describing an API access portal and exposure mechanism.
const ( // The device type isn't specified. DeviceInfo_DEVICE_TYPE_UNSPECIFIED DeviceInfo_DeviceType = 0 // A desktop web browser, such as, Chrome, Firefox, Safari, or Internet // Explorer) DeviceInfo_WEB DeviceInfo_DeviceType = 1 // A mobile device web browser, such as a phone or tablet with a Chrome // browser. DeviceInfo_MOBILE_WEB DeviceInfo_DeviceType = 2 // An Android device native application. DeviceInfo_ANDROID DeviceInfo_DeviceType = 3 // An iOS device native application. DeviceInfo_IOS DeviceInfo_DeviceType = 4 // A bot, as opposed to a device operated by human beings, such as a web // crawler. DeviceInfo_BOT DeviceInfo_DeviceType = 5 // Other devices types. DeviceInfo_OTHER DeviceInfo_DeviceType = 6 )
func (DeviceInfo_DeviceType) Descriptor ¶
func (DeviceInfo_DeviceType) Descriptor() protoreflect.EnumDescriptor
func (DeviceInfo_DeviceType) Enum ¶
func (x DeviceInfo_DeviceType) Enum() *DeviceInfo_DeviceType
func (DeviceInfo_DeviceType) EnumDescriptor
deprecated
func (DeviceInfo_DeviceType) EnumDescriptor() ([]byte, []int)
Deprecated: Use DeviceInfo_DeviceType.Descriptor instead.
func (DeviceInfo_DeviceType) Number ¶
func (x DeviceInfo_DeviceType) Number() protoreflect.EnumNumber
func (DeviceInfo_DeviceType) String ¶
func (x DeviceInfo_DeviceType) String() string
func (DeviceInfo_DeviceType) Type ¶
func (DeviceInfo_DeviceType) Type() protoreflect.EnumType
type EducationFilter ¶
type EducationFilter struct { // The school name. For example "MIT", "University of California, Berkeley". School string `protobuf:"bytes,1,opt,name=school,proto3" json:"school,omitempty"` // The field of study. This is to search against value provided in // [Degree.fields_of_study][google.cloud.talent.v4beta1.Degree.fields_of_study]. // For example "Computer Science", "Mathematics". FieldOfStudy string `protobuf:"bytes,2,opt,name=field_of_study,json=fieldOfStudy,proto3" json:"field_of_study,omitempty"` // Education degree in ISCED code. Each value in degree covers a specific // level of education, without any expansion to upper nor lower levels of // education degree. DegreeType DegreeType `` /* 136-byte string literal not displayed */ // Whether to apply negation to the filter so profiles matching the filter // is excluded. Negated bool `protobuf:"varint,6,opt,name=negated,proto3" json:"negated,omitempty"` // contains filtered or unexported fields }
Education filter of the search.
func (*EducationFilter) Descriptor
deprecated
func (*EducationFilter) Descriptor() ([]byte, []int)
Deprecated: Use EducationFilter.ProtoReflect.Descriptor instead.
func (*EducationFilter) GetDegreeType ¶
func (x *EducationFilter) GetDegreeType() DegreeType
func (*EducationFilter) GetFieldOfStudy ¶
func (x *EducationFilter) GetFieldOfStudy() string
func (*EducationFilter) GetNegated ¶
func (x *EducationFilter) GetNegated() bool
func (*EducationFilter) GetSchool ¶
func (x *EducationFilter) GetSchool() string
func (*EducationFilter) ProtoMessage ¶
func (*EducationFilter) ProtoMessage()
func (*EducationFilter) ProtoReflect ¶
func (x *EducationFilter) ProtoReflect() protoreflect.Message
func (*EducationFilter) Reset ¶
func (x *EducationFilter) Reset()
func (*EducationFilter) String ¶
func (x *EducationFilter) String() string
type EducationRecord ¶
type EducationRecord struct { // The start date of the education. StartDate *date.Date `protobuf:"bytes,1,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"` // The end date of the education. EndDate *date.Date `protobuf:"bytes,2,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"` // The expected graduation date if currently pursuing a degree. ExpectedGraduationDate *date.Date `` /* 129-byte string literal not displayed */ // The name of the school or institution. // // For example, "Stanford University", "UC Berkeley", and so on. // // Number of characters allowed is 250. SchoolName string `protobuf:"bytes,4,opt,name=school_name,json=schoolName,proto3" json:"school_name,omitempty"` // The physical address of the education institution. Address *Address `protobuf:"bytes,5,opt,name=address,proto3" json:"address,omitempty"` // The degree information. It can be one of // [degree_description][google.cloud.talent.v4beta1.EducationRecord.degree_description] or // [structured_degree][google.cloud.talent.v4beta1.EducationRecord.structured_degree]. // // Types that are assignable to Degree: // *EducationRecord_DegreeDescription // *EducationRecord_StructuredDegree Degree isEducationRecord_Degree `protobuf_oneof:"degree"` // The description of the education. // // Number of characters allowed is 100,000. Description string `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"` // If this education is current. IsCurrent *wrapperspb.BoolValue `protobuf:"bytes,9,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty"` // Output only. The school name snippet shows how the [school_name][google.cloud.talent.v4beta1.EducationRecord.school_name] is related to a // search query in search result. It's empty if the [school_name][google.cloud.talent.v4beta1.EducationRecord.school_name] isn't // related to the search query. SchoolNameSnippet string `protobuf:"bytes,10,opt,name=school_name_snippet,json=schoolNameSnippet,proto3" json:"school_name_snippet,omitempty"` // Output only. The job description snippet shows how the [Degree][google.cloud.talent.v4beta1.Degree] is related to a search // query in search result. It's empty if the [Degree][google.cloud.talent.v4beta1.Degree] isn't related to the // search query. DegreeSnippet string `protobuf:"bytes,11,opt,name=degree_snippet,json=degreeSnippet,proto3" json:"degree_snippet,omitempty"` // contains filtered or unexported fields }
Resource that represents an education record of a candidate.
func (*EducationRecord) Descriptor
deprecated
func (*EducationRecord) Descriptor() ([]byte, []int)
Deprecated: Use EducationRecord.ProtoReflect.Descriptor instead.
func (*EducationRecord) GetAddress ¶
func (x *EducationRecord) GetAddress() *Address
func (*EducationRecord) GetDegree ¶
func (m *EducationRecord) GetDegree() isEducationRecord_Degree
func (*EducationRecord) GetDegreeDescription ¶
func (x *EducationRecord) GetDegreeDescription() string
func (*EducationRecord) GetDegreeSnippet ¶
func (x *EducationRecord) GetDegreeSnippet() string
func (*EducationRecord) GetDescription ¶
func (x *EducationRecord) GetDescription() string
func (*EducationRecord) GetEndDate ¶
func (x *EducationRecord) GetEndDate() *date.Date
func (*EducationRecord) GetExpectedGraduationDate ¶
func (x *EducationRecord) GetExpectedGraduationDate() *date.Date
func (*EducationRecord) GetIsCurrent ¶
func (x *EducationRecord) GetIsCurrent() *wrapperspb.BoolValue
func (*EducationRecord) GetSchoolName ¶
func (x *EducationRecord) GetSchoolName() string
func (*EducationRecord) GetSchoolNameSnippet ¶
func (x *EducationRecord) GetSchoolNameSnippet() string
func (*EducationRecord) GetStartDate ¶
func (x *EducationRecord) GetStartDate() *date.Date
func (*EducationRecord) GetStructuredDegree ¶
func (x *EducationRecord) GetStructuredDegree() *Degree
func (*EducationRecord) ProtoMessage ¶
func (*EducationRecord) ProtoMessage()
func (*EducationRecord) ProtoReflect ¶
func (x *EducationRecord) ProtoReflect() protoreflect.Message
func (*EducationRecord) Reset ¶
func (x *EducationRecord) Reset()
func (*EducationRecord) String ¶
func (x *EducationRecord) String() string
type EducationRecord_DegreeDescription ¶
type EducationRecord_DegreeDescription struct { // The full description of the degree. // // For example, "Master of Science in Computer Science", "B.S in Math". // // Number of characters allowed is 100. DegreeDescription string `protobuf:"bytes,6,opt,name=degree_description,json=degreeDescription,proto3,oneof"` }
type EducationRecord_StructuredDegree ¶
type EducationRecord_StructuredDegree struct { // The structured notation of the degree. StructuredDegree *Degree `protobuf:"bytes,7,opt,name=structured_degree,json=structuredDegree,proto3,oneof"` }
type Email ¶
type Email struct { // The usage of the email address. For example, SCHOOL, WORK, PERSONAL. Usage ContactInfoUsage `protobuf:"varint,1,opt,name=usage,proto3,enum=google.cloud.talent.v4beta1.ContactInfoUsage" json:"usage,omitempty"` // Email address. // // Number of characters allowed is 4,000. EmailAddress string `protobuf:"bytes,2,opt,name=email_address,json=emailAddress,proto3" json:"email_address,omitempty"` // contains filtered or unexported fields }
Resource that represents a person's email address.
func (*Email) Descriptor
deprecated
func (*Email) GetEmailAddress ¶
func (*Email) GetUsage ¶
func (x *Email) GetUsage() ContactInfoUsage
func (*Email) ProtoMessage ¶
func (*Email) ProtoMessage()
func (*Email) ProtoReflect ¶
func (x *Email) ProtoReflect() protoreflect.Message
type EmployerFilter ¶
type EmployerFilter struct { // Required. The name of the employer, for example "Google", "Alphabet". Employer string `protobuf:"bytes,1,opt,name=employer,proto3" json:"employer,omitempty"` // Define set of [EmploymentRecord][google.cloud.talent.v4beta1.EmploymentRecord]s to search against. // // Defaults to [EmployerFilterMode.ALL_EMPLOYMENT_RECORDS][google.cloud.talent.v4beta1.EmployerFilter.EmployerFilterMode.ALL_EMPLOYMENT_RECORDS]. Mode EmployerFilter_EmployerFilterMode `` /* 129-byte string literal not displayed */ // Whether to apply negation to the filter so profiles matching the filter // is excluded. Negated bool `protobuf:"varint,3,opt,name=negated,proto3" json:"negated,omitempty"` // contains filtered or unexported fields }
Employer filter of the search.
func (*EmployerFilter) Descriptor
deprecated
func (*EmployerFilter) Descriptor() ([]byte, []int)
Deprecated: Use EmployerFilter.ProtoReflect.Descriptor instead.
func (*EmployerFilter) GetEmployer ¶
func (x *EmployerFilter) GetEmployer() string
func (*EmployerFilter) GetMode ¶
func (x *EmployerFilter) GetMode() EmployerFilter_EmployerFilterMode
func (*EmployerFilter) GetNegated ¶
func (x *EmployerFilter) GetNegated() bool
func (*EmployerFilter) ProtoMessage ¶
func (*EmployerFilter) ProtoMessage()
func (*EmployerFilter) ProtoReflect ¶
func (x *EmployerFilter) ProtoReflect() protoreflect.Message
func (*EmployerFilter) Reset ¶
func (x *EmployerFilter) Reset()
func (*EmployerFilter) String ¶
func (x *EmployerFilter) String() string
type EmployerFilter_EmployerFilterMode ¶
type EmployerFilter_EmployerFilterMode int32
Enum indicating which set of [Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records] to search against.
const ( // Default value. EmployerFilter_EMPLOYER_FILTER_MODE_UNSPECIFIED EmployerFilter_EmployerFilterMode = 0 // Apply to all employers in [Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records]. EmployerFilter_ALL_EMPLOYMENT_RECORDS EmployerFilter_EmployerFilterMode = 1 // Apply only to current employer in [Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records]. EmployerFilter_CURRENT_EMPLOYMENT_RECORDS_ONLY EmployerFilter_EmployerFilterMode = 2 // Apply only to past (not current) employers in // [Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records]. EmployerFilter_PAST_EMPLOYMENT_RECORDS_ONLY EmployerFilter_EmployerFilterMode = 3 )
func (EmployerFilter_EmployerFilterMode) Descriptor ¶
func (EmployerFilter_EmployerFilterMode) Descriptor() protoreflect.EnumDescriptor
func (EmployerFilter_EmployerFilterMode) Enum ¶
func (x EmployerFilter_EmployerFilterMode) Enum() *EmployerFilter_EmployerFilterMode
func (EmployerFilter_EmployerFilterMode) EnumDescriptor
deprecated
func (EmployerFilter_EmployerFilterMode) EnumDescriptor() ([]byte, []int)
Deprecated: Use EmployerFilter_EmployerFilterMode.Descriptor instead.
func (EmployerFilter_EmployerFilterMode) Number ¶
func (x EmployerFilter_EmployerFilterMode) Number() protoreflect.EnumNumber
func (EmployerFilter_EmployerFilterMode) String ¶
func (x EmployerFilter_EmployerFilterMode) String() string
func (EmployerFilter_EmployerFilterMode) Type ¶
func (EmployerFilter_EmployerFilterMode) Type() protoreflect.EnumType
type EmploymentRecord ¶
type EmploymentRecord struct { // Start date of the employment. StartDate *date.Date `protobuf:"bytes,1,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"` // End date of the employment. EndDate *date.Date `protobuf:"bytes,2,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"` // The name of the employer company/organization. // // For example, "Google", "Alphabet", and so on. // // Number of characters allowed is 250. EmployerName string `protobuf:"bytes,3,opt,name=employer_name,json=employerName,proto3" json:"employer_name,omitempty"` // The division name of the employment. // // For example, division, department, client, and so on. // // Number of characters allowed is 100. DivisionName string `protobuf:"bytes,4,opt,name=division_name,json=divisionName,proto3" json:"division_name,omitempty"` // The physical address of the employer. Address *Address `protobuf:"bytes,5,opt,name=address,proto3" json:"address,omitempty"` // The job title of the employment. // // For example, "Software Engineer", "Data Scientist", and so on. // // Number of characters allowed is 250. JobTitle string `protobuf:"bytes,6,opt,name=job_title,json=jobTitle,proto3" json:"job_title,omitempty"` // The description of job content. // // Number of characters allowed is 100,000. JobDescription string `protobuf:"bytes,7,opt,name=job_description,json=jobDescription,proto3" json:"job_description,omitempty"` // If the jobs is a supervisor position. IsSupervisor *wrapperspb.BoolValue `protobuf:"bytes,8,opt,name=is_supervisor,json=isSupervisor,proto3" json:"is_supervisor,omitempty"` // If this employment is self-employed. IsSelfEmployed *wrapperspb.BoolValue `protobuf:"bytes,9,opt,name=is_self_employed,json=isSelfEmployed,proto3" json:"is_self_employed,omitempty"` // If this employment is current. IsCurrent *wrapperspb.BoolValue `protobuf:"bytes,10,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty"` // Output only. The job title snippet shows how the [job_title][google.cloud.talent.v4beta1.EmploymentRecord.job_title] is related // to a search query. It's empty if the [job_title][google.cloud.talent.v4beta1.EmploymentRecord.job_title] isn't related to the // search query. JobTitleSnippet string `protobuf:"bytes,11,opt,name=job_title_snippet,json=jobTitleSnippet,proto3" json:"job_title_snippet,omitempty"` // Output only. The job description snippet shows how the [job_description][google.cloud.talent.v4beta1.EmploymentRecord.job_description] // is related to a search query. It's empty if the [job_description][google.cloud.talent.v4beta1.EmploymentRecord.job_description] isn't // related to the search query. JobDescriptionSnippet string `` /* 127-byte string literal not displayed */ // Output only. The employer name snippet shows how the [employer_name][google.cloud.talent.v4beta1.EmploymentRecord.employer_name] is // related to a search query. It's empty if the [employer_name][google.cloud.talent.v4beta1.EmploymentRecord.employer_name] isn't // related to the search query. EmployerNameSnippet string `protobuf:"bytes,13,opt,name=employer_name_snippet,json=employerNameSnippet,proto3" json:"employer_name_snippet,omitempty"` // contains filtered or unexported fields }
Resource that represents an employment record of a candidate.
func (*EmploymentRecord) Descriptor
deprecated
func (*EmploymentRecord) Descriptor() ([]byte, []int)
Deprecated: Use EmploymentRecord.ProtoReflect.Descriptor instead.
func (*EmploymentRecord) GetAddress ¶
func (x *EmploymentRecord) GetAddress() *Address
func (*EmploymentRecord) GetDivisionName ¶
func (x *EmploymentRecord) GetDivisionName() string
func (*EmploymentRecord) GetEmployerName ¶
func (x *EmploymentRecord) GetEmployerName() string
func (*EmploymentRecord) GetEmployerNameSnippet ¶
func (x *EmploymentRecord) GetEmployerNameSnippet() string
func (*EmploymentRecord) GetEndDate ¶
func (x *EmploymentRecord) GetEndDate() *date.Date
func (*EmploymentRecord) GetIsCurrent ¶
func (x *EmploymentRecord) GetIsCurrent() *wrapperspb.BoolValue
func (*EmploymentRecord) GetIsSelfEmployed ¶
func (x *EmploymentRecord) GetIsSelfEmployed() *wrapperspb.BoolValue
func (*EmploymentRecord) GetIsSupervisor ¶
func (x *EmploymentRecord) GetIsSupervisor() *wrapperspb.BoolValue
func (*EmploymentRecord) GetJobDescription ¶
func (x *EmploymentRecord) GetJobDescription() string
func (*EmploymentRecord) GetJobDescriptionSnippet ¶
func (x *EmploymentRecord) GetJobDescriptionSnippet() string
func (*EmploymentRecord) GetJobTitle ¶
func (x *EmploymentRecord) GetJobTitle() string
func (*EmploymentRecord) GetJobTitleSnippet ¶
func (x *EmploymentRecord) GetJobTitleSnippet() string
func (*EmploymentRecord) GetStartDate ¶
func (x *EmploymentRecord) GetStartDate() *date.Date
func (*EmploymentRecord) ProtoMessage ¶
func (*EmploymentRecord) ProtoMessage()
func (*EmploymentRecord) ProtoReflect ¶
func (x *EmploymentRecord) ProtoReflect() protoreflect.Message
func (*EmploymentRecord) Reset ¶
func (x *EmploymentRecord) Reset()
func (*EmploymentRecord) String ¶
func (x *EmploymentRecord) String() string
type EmploymentType ¶
type EmploymentType int32
An enum that represents the employment type of a job.
const ( // The default value if the employment type isn't specified. EmploymentType_EMPLOYMENT_TYPE_UNSPECIFIED EmploymentType = 0 // The job requires working a number of hours that constitute full // time employment, typically 40 or more hours per week. EmploymentType_FULL_TIME EmploymentType = 1 // The job entails working fewer hours than a full time job, // typically less than 40 hours a week. EmploymentType_PART_TIME EmploymentType = 2 // The job is offered as a contracted, as opposed to a salaried employee, // position. EmploymentType_CONTRACTOR EmploymentType = 3 // The job is offered as a contracted position with the understanding // that it's converted into a full-time position at the end of the // contract. Jobs of this type are also returned by a search for // [EmploymentType.CONTRACTOR][google.cloud.talent.v4beta1.EmploymentType.CONTRACTOR] jobs. EmploymentType_CONTRACT_TO_HIRE EmploymentType = 4 // The job is offered as a temporary employment opportunity, usually // a short-term engagement. EmploymentType_TEMPORARY EmploymentType = 5 // The job is a fixed-term opportunity for students or entry-level job // seekers to obtain on-the-job training, typically offered as a summer // position. EmploymentType_INTERN EmploymentType = 6 // The is an opportunity for an individual to volunteer, where there's no // expectation of compensation for the provided services. EmploymentType_VOLUNTEER EmploymentType = 7 // The job requires an employee to work on an as-needed basis with a // flexible schedule. EmploymentType_PER_DIEM EmploymentType = 8 // The job involves employing people in remote areas and flying them // temporarily to the work site instead of relocating employees and their // families permanently. EmploymentType_FLY_IN_FLY_OUT EmploymentType = 9 // The job does not fit any of the other listed types. EmploymentType_OTHER_EMPLOYMENT_TYPE EmploymentType = 10 )
func (EmploymentType) Descriptor ¶
func (EmploymentType) Descriptor() protoreflect.EnumDescriptor
func (EmploymentType) Enum ¶
func (x EmploymentType) Enum() *EmploymentType
func (EmploymentType) EnumDescriptor
deprecated
func (EmploymentType) EnumDescriptor() ([]byte, []int)
Deprecated: Use EmploymentType.Descriptor instead.
func (EmploymentType) Number ¶
func (x EmploymentType) Number() protoreflect.EnumNumber
func (EmploymentType) String ¶
func (x EmploymentType) String() string
func (EmploymentType) Type ¶
func (EmploymentType) Type() protoreflect.EnumType
type EventServiceClient ¶
type EventServiceClient interface { // Report events issued when end user interacts with customer's application // that uses Cloud Talent Solution. You may inspect the created events in // [self service // tools](https://console.cloud.google.com/talent-solution/overview). // [Learn // more](https://cloud.google.com/talent-solution/docs/management-tools) // about self service tools. CreateClientEvent(ctx context.Context, in *CreateClientEventRequest, opts ...grpc.CallOption) (*ClientEvent, error) }
EventServiceClient is the client API for EventService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewEventServiceClient ¶
func NewEventServiceClient(cc grpc.ClientConnInterface) EventServiceClient
type EventServiceServer ¶
type EventServiceServer interface { // Report events issued when end user interacts with customer's application // that uses Cloud Talent Solution. You may inspect the created events in // [self service // tools](https://console.cloud.google.com/talent-solution/overview). // [Learn // more](https://cloud.google.com/talent-solution/docs/management-tools) // about self service tools. CreateClientEvent(context.Context, *CreateClientEventRequest) (*ClientEvent, error) }
EventServiceServer is the server API for EventService service.
type GetApplicationRequest ¶
type GetApplicationRequest struct { // Required. The resource name of the application to be retrieved. // // The format is // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}". // For example, "projects/foo/tenants/bar/profiles/baz/applications/qux". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request for getting a application by name.
func (*GetApplicationRequest) Descriptor
deprecated
func (*GetApplicationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetApplicationRequest.ProtoReflect.Descriptor instead.
func (*GetApplicationRequest) GetName ¶
func (x *GetApplicationRequest) GetName() string
func (*GetApplicationRequest) ProtoMessage ¶
func (*GetApplicationRequest) ProtoMessage()
func (*GetApplicationRequest) ProtoReflect ¶
func (x *GetApplicationRequest) ProtoReflect() protoreflect.Message
func (*GetApplicationRequest) Reset ¶
func (x *GetApplicationRequest) Reset()
func (*GetApplicationRequest) String ¶
func (x *GetApplicationRequest) String() string
type GetCompanyRequest ¶
type GetCompanyRequest struct { // Required. The resource name of the company to be retrieved. // // The format is // "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for // example, "projects/api-test-project/tenants/foo/companies/bar". // // If tenant id is unspecified, the default tenant is used, for // example, "projects/api-test-project/companies/bar". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request for getting a company by name.
func (*GetCompanyRequest) Descriptor
deprecated
func (*GetCompanyRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCompanyRequest.ProtoReflect.Descriptor instead.
func (*GetCompanyRequest) GetName ¶
func (x *GetCompanyRequest) GetName() string
func (*GetCompanyRequest) ProtoMessage ¶
func (*GetCompanyRequest) ProtoMessage()
func (*GetCompanyRequest) ProtoReflect ¶
func (x *GetCompanyRequest) ProtoReflect() protoreflect.Message
func (*GetCompanyRequest) Reset ¶
func (x *GetCompanyRequest) Reset()
func (*GetCompanyRequest) String ¶
func (x *GetCompanyRequest) String() string
type GetJobRequest ¶
type GetJobRequest struct { // Required. The resource name of the job to retrieve. // // The format is // "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For // example, "projects/foo/tenants/bar/jobs/baz". // // If tenant id is unspecified, the default tenant is used. For // example, "projects/foo/jobs/bar". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Get job request.
func (*GetJobRequest) Descriptor
deprecated
func (*GetJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetJobRequest.ProtoReflect.Descriptor instead.
func (*GetJobRequest) GetName ¶
func (x *GetJobRequest) GetName() string
func (*GetJobRequest) ProtoMessage ¶
func (*GetJobRequest) ProtoMessage()
func (*GetJobRequest) ProtoReflect ¶
func (x *GetJobRequest) ProtoReflect() protoreflect.Message
func (*GetJobRequest) Reset ¶
func (x *GetJobRequest) Reset()
func (*GetJobRequest) String ¶
func (x *GetJobRequest) String() string
type GetProfileRequest ¶
type GetProfileRequest struct { // Required. Resource name of the profile to get. // // The format is // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}". For // example, "projects/foo/tenants/bar/profiles/baz". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Get profile request.
func (*GetProfileRequest) Descriptor
deprecated
func (*GetProfileRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetProfileRequest.ProtoReflect.Descriptor instead.
func (*GetProfileRequest) GetName ¶
func (x *GetProfileRequest) GetName() string
func (*GetProfileRequest) ProtoMessage ¶
func (*GetProfileRequest) ProtoMessage()
func (*GetProfileRequest) ProtoReflect ¶
func (x *GetProfileRequest) ProtoReflect() protoreflect.Message
func (*GetProfileRequest) Reset ¶
func (x *GetProfileRequest) Reset()
func (*GetProfileRequest) String ¶
func (x *GetProfileRequest) String() string
type GetTenantRequest ¶
type GetTenantRequest struct { // Required. The resource name of the tenant to be retrieved. // // The format is "projects/{project_id}/tenants/{tenant_id}", for example, // "projects/foo/tenants/bar". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request for getting a tenant by name.
func (*GetTenantRequest) Descriptor
deprecated
func (*GetTenantRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTenantRequest.ProtoReflect.Descriptor instead.
func (*GetTenantRequest) GetName ¶
func (x *GetTenantRequest) GetName() string
func (*GetTenantRequest) ProtoMessage ¶
func (*GetTenantRequest) ProtoMessage()
func (*GetTenantRequest) ProtoReflect ¶
func (x *GetTenantRequest) ProtoReflect() protoreflect.Message
func (*GetTenantRequest) Reset ¶
func (x *GetTenantRequest) Reset()
func (*GetTenantRequest) String ¶
func (x *GetTenantRequest) String() string
type HistogramQuery ¶
type HistogramQuery struct { // An expression specifies a histogram request against matching resources // (for example, jobs, profiles) for searches. // // See [SearchJobsRequest.histogram_queries][google.cloud.talent.v4beta1.SearchJobsRequest.histogram_queries] and // [SearchProfilesRequest.histogram_queries][google.cloud.talent.v4beta1.SearchProfilesRequest.histogram_queries] for details about syntax. HistogramQuery string `protobuf:"bytes,1,opt,name=histogram_query,json=histogramQuery,proto3" json:"histogram_query,omitempty"` // contains filtered or unexported fields }
The histogram request.
func (*HistogramQuery) Descriptor
deprecated
func (*HistogramQuery) Descriptor() ([]byte, []int)
Deprecated: Use HistogramQuery.ProtoReflect.Descriptor instead.
func (*HistogramQuery) GetHistogramQuery ¶
func (x *HistogramQuery) GetHistogramQuery() string
func (*HistogramQuery) ProtoMessage ¶
func (*HistogramQuery) ProtoMessage()
func (*HistogramQuery) ProtoReflect ¶
func (x *HistogramQuery) ProtoReflect() protoreflect.Message
func (*HistogramQuery) Reset ¶
func (x *HistogramQuery) Reset()
func (*HistogramQuery) String ¶
func (x *HistogramQuery) String() string
type HistogramQueryResult ¶
type HistogramQueryResult struct { // Requested histogram expression. HistogramQuery string `protobuf:"bytes,1,opt,name=histogram_query,json=histogramQuery,proto3" json:"histogram_query,omitempty"` // A map from the values of the facet associated with distinct values to the // number of matching entries with corresponding value. // // The key format is: // // * (for string histogram) string values stored in the field. // * (for named numeric bucket) name specified in `bucket()` function, like // for `bucket(0, MAX, "non-negative")`, the key will be `non-negative`. // * (for anonymous numeric bucket) range formatted as `<low>-<high>`, for // example, `0-1000`, `MIN-0`, and `0-MAX`. Histogram map[string]int64 `` /* 160-byte string literal not displayed */ // contains filtered or unexported fields }
Histogram result that matches HistogramQuery[google.cloud.talent.v4beta1.HistogramQuery] specified in searches.
func (*HistogramQueryResult) Descriptor
deprecated
func (*HistogramQueryResult) Descriptor() ([]byte, []int)
Deprecated: Use HistogramQueryResult.ProtoReflect.Descriptor instead.
func (*HistogramQueryResult) GetHistogram ¶
func (x *HistogramQueryResult) GetHistogram() map[string]int64
func (*HistogramQueryResult) GetHistogramQuery ¶
func (x *HistogramQueryResult) GetHistogramQuery() string
func (*HistogramQueryResult) ProtoMessage ¶
func (*HistogramQueryResult) ProtoMessage()
func (*HistogramQueryResult) ProtoReflect ¶
func (x *HistogramQueryResult) ProtoReflect() protoreflect.Message
func (*HistogramQueryResult) Reset ¶
func (x *HistogramQueryResult) Reset()
func (*HistogramQueryResult) String ¶
func (x *HistogramQueryResult) String() string
type HtmlSanitization ¶
type HtmlSanitization int32
Option for HTML content sanitization on user input fields, for example, job description. By setting this option, user can determine whether and how sanitization is performed on these fields.
const ( // Default value. HtmlSanitization_HTML_SANITIZATION_UNSPECIFIED HtmlSanitization = 0 // Disables sanitization on HTML input. HtmlSanitization_HTML_SANITIZATION_DISABLED HtmlSanitization = 1 // Sanitizes HTML input, only accepts bold, italic, ordered list, and // unordered list markup tags. HtmlSanitization_SIMPLE_FORMATTING_ONLY HtmlSanitization = 2 )
func (HtmlSanitization) Descriptor ¶
func (HtmlSanitization) Descriptor() protoreflect.EnumDescriptor
func (HtmlSanitization) Enum ¶
func (x HtmlSanitization) Enum() *HtmlSanitization
func (HtmlSanitization) EnumDescriptor
deprecated
func (HtmlSanitization) EnumDescriptor() ([]byte, []int)
Deprecated: Use HtmlSanitization.Descriptor instead.
func (HtmlSanitization) Number ¶
func (x HtmlSanitization) Number() protoreflect.EnumNumber
func (HtmlSanitization) String ¶
func (x HtmlSanitization) String() string
func (HtmlSanitization) Type ¶
func (HtmlSanitization) Type() protoreflect.EnumType
type Interview ¶
type Interview struct { // The rating on this interview. Rating *Rating `protobuf:"bytes,6,opt,name=rating,proto3" json:"rating,omitempty"` // Required. The overall decision resulting from this interview (positive, negative, // nuetral). Outcome Outcome `protobuf:"varint,7,opt,name=outcome,proto3,enum=google.cloud.talent.v4beta1.Outcome" json:"outcome,omitempty"` // contains filtered or unexported fields }
Details of an interview.
func (*Interview) Descriptor
deprecated
func (*Interview) GetOutcome ¶
func (*Interview) ProtoMessage ¶
func (*Interview) ProtoMessage()
func (*Interview) ProtoReflect ¶
func (x *Interview) ProtoReflect() protoreflect.Message
type Job ¶
type Job struct { // Required during job update. // // The resource name for the job. This is generated by the service when a // job is created. // // The format is // "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For // example, "projects/foo/tenants/bar/jobs/baz". // // If tenant id is unspecified, the default tenant is used. For // example, "projects/foo/jobs/bar". // // Use of this field in job queries and API calls is preferred over the use of // [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id] since this value is unique. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The resource name of the company listing the job. // // The format is // "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". For // example, "projects/foo/tenants/bar/companies/baz". // // If tenant id is unspecified, the default tenant is used. For // example, "projects/foo/companies/bar". Company string `protobuf:"bytes,2,opt,name=company,proto3" json:"company,omitempty"` // Required. The requisition ID, also referred to as the posting ID, is assigned by the // client to identify a job. This field is intended to be used by clients // for client identification and tracking of postings. A job isn't allowed // to be created if there is another job with the same [company][google.cloud.talent.v4beta1.Job.name], // [language_code][google.cloud.talent.v4beta1.Job.language_code] and [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id]. // // The maximum number of allowed characters is 255. RequisitionId string `protobuf:"bytes,3,opt,name=requisition_id,json=requisitionId,proto3" json:"requisition_id,omitempty"` // Required. The title of the job, such as "Software Engineer" // // The maximum number of allowed characters is 500. Title string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"` // Required. The description of the job, which typically includes a multi-paragraph // description of the company and related information. Separate fields are // provided on the job object for [responsibilities][google.cloud.talent.v4beta1.Job.responsibilities], // [qualifications][google.cloud.talent.v4beta1.Job.qualifications], and other job characteristics. Use of // these separate job fields is recommended. // // This field accepts and sanitizes HTML input, and also accepts // bold, italic, ordered list, and unordered list markup tags. // // The maximum number of allowed characters is 100,000. Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` // Strongly recommended for the best service experience. // // Location(s) where the employer is looking to hire for this job posting. // // Specifying the full street address(es) of the hiring location enables // better API results, especially job searches by commute time. // // At most 50 locations are allowed for best search performance. If a job has // more locations, it is suggested to split it into multiple jobs with unique // [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id]s (e.g. 'ReqA' becomes 'ReqA-1', 'ReqA-2', and so on.) as // multiple jobs with the same [company][google.cloud.talent.v4beta1.Job.company], [language_code][google.cloud.talent.v4beta1.Job.language_code] and // [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id] are not allowed. If the original [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id] must // be preserved, a custom field should be used for storage. It is also // suggested to group the locations that close to each other in the same job // for better search experience. // // The maximum number of allowed characters is 500. Addresses []string `protobuf:"bytes,6,rep,name=addresses,proto3" json:"addresses,omitempty"` // Job application information. ApplicationInfo *Job_ApplicationInfo `protobuf:"bytes,7,opt,name=application_info,json=applicationInfo,proto3" json:"application_info,omitempty"` // The benefits included with the job. JobBenefits []JobBenefit `` /* 146-byte string literal not displayed */ // Job compensation information (a.k.a. "pay rate") i.e., the compensation // that will paid to the employee. CompensationInfo *CompensationInfo `protobuf:"bytes,9,opt,name=compensation_info,json=compensationInfo,proto3" json:"compensation_info,omitempty"` // A map of fields to hold both filterable and non-filterable custom job // attributes that are not covered by the provided structured fields. // // The keys of the map are strings up to 64 bytes and must match the // pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or // KEY_1_LIKE_THIS. // // At most 100 filterable and at most 100 unfilterable keys are supported. // For filterable `string_values`, across all keys at most 200 values are // allowed, with each string no more than 255 characters. For unfilterable // `string_values`, the maximum total size of `string_values` across all keys // is 50KB. CustomAttributes map[string]*CustomAttribute `` /* 198-byte string literal not displayed */ // The desired education degrees for the job, such as Bachelors, Masters. DegreeTypes []DegreeType `` /* 147-byte string literal not displayed */ // The department or functional area within the company with the open // position. // // The maximum number of allowed characters is 255. Department string `protobuf:"bytes,12,opt,name=department,proto3" json:"department,omitempty"` // The employment type(s) of a job, for example, // [full time][google.cloud.talent.v4beta1.EmploymentType.FULL_TIME] or // [part time][google.cloud.talent.v4beta1.EmploymentType.PART_TIME]. EmploymentTypes []EmploymentType `` /* 163-byte string literal not displayed */ // A description of bonus, commission, and other compensation // incentives associated with the job not including salary or pay. // // The maximum number of allowed characters is 10,000. Incentives string `protobuf:"bytes,14,opt,name=incentives,proto3" json:"incentives,omitempty"` // The language of the posting. This field is distinct from // any requirements for fluency that are associated with the job. // // Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn". // For more information, see // [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47){: // class="external" target="_blank" }. // // If this field is unspecified and [Job.description][google.cloud.talent.v4beta1.Job.description] is present, detected // language code based on [Job.description][google.cloud.talent.v4beta1.Job.description] is assigned, otherwise // defaults to 'en_US'. LanguageCode string `protobuf:"bytes,15,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // The experience level associated with the job, such as "Entry Level". JobLevel JobLevel `` /* 129-byte string literal not displayed */ // A promotion value of the job, as determined by the client. // The value determines the sort order of the jobs returned when searching for // jobs using the featured jobs search call, with higher promotional values // being returned first and ties being resolved by relevance sort. Only the // jobs with a promotionValue >0 are returned in a FEATURED_JOB_SEARCH. // // Default value is 0, and negative values are treated as 0. PromotionValue int32 `protobuf:"varint,17,opt,name=promotion_value,json=promotionValue,proto3" json:"promotion_value,omitempty"` // A description of the qualifications required to perform the // job. The use of this field is recommended // as an alternative to using the more general [description][google.cloud.talent.v4beta1.Job.description] field. // // This field accepts and sanitizes HTML input, and also accepts // bold, italic, ordered list, and unordered list markup tags. // // The maximum number of allowed characters is 10,000. Qualifications string `protobuf:"bytes,18,opt,name=qualifications,proto3" json:"qualifications,omitempty"` // A description of job responsibilities. The use of this field is // recommended as an alternative to using the more general [description][google.cloud.talent.v4beta1.Job.description] // field. // // This field accepts and sanitizes HTML input, and also accepts // bold, italic, ordered list, and unordered list markup tags. // // The maximum number of allowed characters is 10,000. Responsibilities string `protobuf:"bytes,19,opt,name=responsibilities,proto3" json:"responsibilities,omitempty"` // The job [PostingRegion][google.cloud.talent.v4beta1.PostingRegion] (for example, state, country) throughout // which the job is available. If this field is set, a [LocationFilter][google.cloud.talent.v4beta1.LocationFilter] // in a search query within the job region finds this job posting if an // exact location match isn't specified. If this field is set to // [PostingRegion.NATION][google.cloud.talent.v4beta1.PostingRegion.NATION] or [PostingRegion.ADMINISTRATIVE_AREA][google.cloud.talent.v4beta1.PostingRegion.ADMINISTRATIVE_AREA], // setting job [Job.addresses][google.cloud.talent.v4beta1.Job.addresses] to the same location level as this field // is strongly recommended. PostingRegion PostingRegion `` /* 149-byte string literal not displayed */ // Deprecated. The job is only visible to the owner. // // The visibility of the job. // // Defaults to [Visibility.ACCOUNT_ONLY][google.cloud.talent.v4beta1.Visibility.ACCOUNT_ONLY] if not specified. // // Deprecated: Do not use. Visibility Visibility `protobuf:"varint,21,opt,name=visibility,proto3,enum=google.cloud.talent.v4beta1.Visibility" json:"visibility,omitempty"` // The start timestamp of the job in UTC time zone. Typically this field // is used for contracting engagements. Invalid timestamps are ignored. JobStartTime *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=job_start_time,json=jobStartTime,proto3" json:"job_start_time,omitempty"` // The end timestamp of the job. Typically this field is used for contracting // engagements. Invalid timestamps are ignored. JobEndTime *timestamppb.Timestamp `protobuf:"bytes,23,opt,name=job_end_time,json=jobEndTime,proto3" json:"job_end_time,omitempty"` // The timestamp this job posting was most recently published. The default // value is the time the request arrives at the server. Invalid timestamps are // ignored. PostingPublishTime *timestamppb.Timestamp `protobuf:"bytes,24,opt,name=posting_publish_time,json=postingPublishTime,proto3" json:"posting_publish_time,omitempty"` // Strongly recommended for the best service experience. // // The expiration timestamp of the job. After this timestamp, the // job is marked as expired, and it no longer appears in search results. The // expired job can't be listed by the [ListJobs][google.cloud.talent.v4beta1.JobService.ListJobs] API, // but it can be retrieved with the [GetJob][google.cloud.talent.v4beta1.JobService.GetJob] API or // updated with the [UpdateJob][google.cloud.talent.v4beta1.JobService.UpdateJob] API or deleted with // the [DeleteJob][google.cloud.talent.v4beta1.JobService.DeleteJob] API. An expired job can // be updated and opened again by using a future expiration timestamp. // Updating an expired job fails if there is another existing open job with // same [company][google.cloud.talent.v4beta1.Job.company], [language_code][google.cloud.talent.v4beta1.Job.language_code] and [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id]. // // The expired jobs are retained in our system for 90 days. However, the // overall expired job count cannot exceed 3 times the maximum number of // open jobs over previous 7 days. If this threshold is exceeded, // expired jobs are cleaned out in order of earliest expire time. // Expired jobs are no longer accessible after they are cleaned // out. // // Invalid timestamps are ignored, and treated as expire time not provided. // // If the timestamp is before the instant request is made, the job // is treated as expired immediately on creation. This kind of job can // not be updated. And when creating a job with past timestamp, the // [posting_publish_time][google.cloud.talent.v4beta1.Job.posting_publish_time] must be set before // [posting_expire_time][google.cloud.talent.v4beta1.Job.posting_expire_time]. The purpose of this feature is // to allow other objects, such as [Application][google.cloud.talent.v4beta1.Application], to refer a job // that didn't exist in the system prior to becoming expired. If you // want to modify a job that was expired on creation, // delete it and create a new one. // // If this value isn't provided at the time of job creation or is invalid, // the job posting expires after 30 days from the job's creation time. For // example, if the job was created on 2017/01/01 13:00AM UTC with an // unspecified expiration date, the job expires after 2017/01/31 13:00AM UTC. // // If this value isn't provided on job update, it depends on the field masks // set by [UpdateJobRequest.update_mask][google.cloud.talent.v4beta1.UpdateJobRequest.update_mask]. If the field masks include // [job_end_time][google.cloud.talent.v4beta1.Job.job_end_time], or the masks are empty meaning that every field is // updated, the job posting expires after 30 days from the job's last // update time. Otherwise the expiration date isn't updated. PostingExpireTime *timestamppb.Timestamp `protobuf:"bytes,25,opt,name=posting_expire_time,json=postingExpireTime,proto3" json:"posting_expire_time,omitempty"` // Output only. The timestamp when this job posting was created. PostingCreateTime *timestamppb.Timestamp `protobuf:"bytes,26,opt,name=posting_create_time,json=postingCreateTime,proto3" json:"posting_create_time,omitempty"` // Output only. The timestamp when this job posting was last updated. PostingUpdateTime *timestamppb.Timestamp `protobuf:"bytes,27,opt,name=posting_update_time,json=postingUpdateTime,proto3" json:"posting_update_time,omitempty"` // Output only. Display name of the company listing the job. CompanyDisplayName string `protobuf:"bytes,28,opt,name=company_display_name,json=companyDisplayName,proto3" json:"company_display_name,omitempty"` // Output only. Derived details about the job posting. DerivedInfo *Job_DerivedInfo `protobuf:"bytes,29,opt,name=derived_info,json=derivedInfo,proto3" json:"derived_info,omitempty"` // Options for job processing. ProcessingOptions *Job_ProcessingOptions `protobuf:"bytes,30,opt,name=processing_options,json=processingOptions,proto3" json:"processing_options,omitempty"` // contains filtered or unexported fields }
A Job resource represents a job posting (also referred to as a "job listing" or "job requisition"). A job belongs to a Company[google.cloud.talent.v4beta1.Company], which is the hiring entity responsible for the job.
func (*Job) Descriptor
deprecated
func (*Job) GetAddresses ¶
func (*Job) GetApplicationInfo ¶
func (x *Job) GetApplicationInfo() *Job_ApplicationInfo
func (*Job) GetCompany ¶
func (*Job) GetCompanyDisplayName ¶
func (*Job) GetCompensationInfo ¶
func (x *Job) GetCompensationInfo() *CompensationInfo
func (*Job) GetCustomAttributes ¶
func (x *Job) GetCustomAttributes() map[string]*CustomAttribute
func (*Job) GetDegreeTypes ¶
func (x *Job) GetDegreeTypes() []DegreeType
func (*Job) GetDepartment ¶
func (*Job) GetDerivedInfo ¶
func (x *Job) GetDerivedInfo() *Job_DerivedInfo
func (*Job) GetDescription ¶
func (*Job) GetEmploymentTypes ¶
func (x *Job) GetEmploymentTypes() []EmploymentType
func (*Job) GetIncentives ¶
func (*Job) GetJobBenefits ¶
func (x *Job) GetJobBenefits() []JobBenefit
func (*Job) GetJobEndTime ¶
func (x *Job) GetJobEndTime() *timestamppb.Timestamp
func (*Job) GetJobLevel ¶
func (*Job) GetJobStartTime ¶
func (x *Job) GetJobStartTime() *timestamppb.Timestamp
func (*Job) GetLanguageCode ¶
func (*Job) GetPostingCreateTime ¶
func (x *Job) GetPostingCreateTime() *timestamppb.Timestamp
func (*Job) GetPostingExpireTime ¶
func (x *Job) GetPostingExpireTime() *timestamppb.Timestamp
func (*Job) GetPostingPublishTime ¶
func (x *Job) GetPostingPublishTime() *timestamppb.Timestamp
func (*Job) GetPostingRegion ¶
func (x *Job) GetPostingRegion() PostingRegion
func (*Job) GetPostingUpdateTime ¶
func (x *Job) GetPostingUpdateTime() *timestamppb.Timestamp
func (*Job) GetProcessingOptions ¶
func (x *Job) GetProcessingOptions() *Job_ProcessingOptions
func (*Job) GetPromotionValue ¶
func (*Job) GetQualifications ¶
func (*Job) GetRequisitionId ¶
func (*Job) GetResponsibilities ¶
func (*Job) GetVisibility
deprecated
func (x *Job) GetVisibility() Visibility
Deprecated: Do not use.
func (*Job) ProtoMessage ¶
func (*Job) ProtoMessage()
func (*Job) ProtoReflect ¶
func (x *Job) ProtoReflect() protoreflect.Message
type JobBenefit ¶
type JobBenefit int32
An enum that represents employee benefits included with the job.
const ( // Default value if the type isn't specified. JobBenefit_JOB_BENEFIT_UNSPECIFIED JobBenefit = 0 // The job includes access to programs that support child care, such // as daycare. JobBenefit_CHILD_CARE JobBenefit = 1 // The job includes dental services covered by a dental // insurance plan. JobBenefit_DENTAL JobBenefit = 2 // The job offers specific benefits to domestic partners. JobBenefit_DOMESTIC_PARTNER JobBenefit = 3 // The job allows for a flexible work schedule. JobBenefit_FLEXIBLE_HOURS JobBenefit = 4 // The job includes health services covered by a medical insurance plan. JobBenefit_MEDICAL JobBenefit = 5 // The job includes a life insurance plan provided by the employer or // available for purchase by the employee. JobBenefit_LIFE_INSURANCE JobBenefit = 6 // The job allows for a leave of absence to a parent to care for a newborn // child. JobBenefit_PARENTAL_LEAVE JobBenefit = 7 // The job includes a workplace retirement plan provided by the // employer or available for purchase by the employee. JobBenefit_RETIREMENT_PLAN JobBenefit = 8 // The job allows for paid time off due to illness. JobBenefit_SICK_DAYS JobBenefit = 9 // The job includes paid time off for vacation. JobBenefit_VACATION JobBenefit = 10 // The job includes vision services covered by a vision // insurance plan. JobBenefit_VISION JobBenefit = 11 )
func (JobBenefit) Descriptor ¶
func (JobBenefit) Descriptor() protoreflect.EnumDescriptor
func (JobBenefit) Enum ¶
func (x JobBenefit) Enum() *JobBenefit
func (JobBenefit) EnumDescriptor
deprecated
func (JobBenefit) EnumDescriptor() ([]byte, []int)
Deprecated: Use JobBenefit.Descriptor instead.
func (JobBenefit) Number ¶
func (x JobBenefit) Number() protoreflect.EnumNumber
func (JobBenefit) String ¶
func (x JobBenefit) String() string
func (JobBenefit) Type ¶
func (JobBenefit) Type() protoreflect.EnumType
type JobCategory ¶
type JobCategory int32
An enum that represents the categorization or primary focus of specific role. This value is different than the "industry" associated with a role, which is related to the categorization of the company listing the job.
const ( // The default value if the category isn't specified. JobCategory_JOB_CATEGORY_UNSPECIFIED JobCategory = 0 // An accounting and finance job, such as an Accountant. JobCategory_ACCOUNTING_AND_FINANCE JobCategory = 1 // An administrative and office job, such as an Administrative Assistant. JobCategory_ADMINISTRATIVE_AND_OFFICE JobCategory = 2 // An advertising and marketing job, such as Marketing Manager. JobCategory_ADVERTISING_AND_MARKETING JobCategory = 3 // An animal care job, such as Veterinarian. JobCategory_ANIMAL_CARE JobCategory = 4 // An art, fashion, or design job, such as Designer. JobCategory_ART_FASHION_AND_DESIGN JobCategory = 5 // A business operations job, such as Business Operations Manager. JobCategory_BUSINESS_OPERATIONS JobCategory = 6 // A cleaning and facilities job, such as Custodial Staff. JobCategory_CLEANING_AND_FACILITIES JobCategory = 7 // A computer and IT job, such as Systems Administrator. JobCategory_COMPUTER_AND_IT JobCategory = 8 // A construction job, such as General Laborer. JobCategory_CONSTRUCTION JobCategory = 9 // A customer service job, such s Cashier. JobCategory_CUSTOMER_SERVICE JobCategory = 10 // An education job, such as School Teacher. JobCategory_EDUCATION JobCategory = 11 // An entertainment and travel job, such as Flight Attendant. JobCategory_ENTERTAINMENT_AND_TRAVEL JobCategory = 12 // A farming or outdoor job, such as Park Ranger. JobCategory_FARMING_AND_OUTDOORS JobCategory = 13 // A healthcare job, such as Registered Nurse. JobCategory_HEALTHCARE JobCategory = 14 // A human resources job, such as Human Resources Director. JobCategory_HUMAN_RESOURCES JobCategory = 15 // An installation, maintenance, or repair job, such as Electrician. JobCategory_INSTALLATION_MAINTENANCE_AND_REPAIR JobCategory = 16 // A legal job, such as Law Clerk. JobCategory_LEGAL JobCategory = 17 // A management job, often used in conjunction with another category, // such as Store Manager. JobCategory_MANAGEMENT JobCategory = 18 // A manufacturing or warehouse job, such as Assembly Technician. JobCategory_MANUFACTURING_AND_WAREHOUSE JobCategory = 19 // A media, communications, or writing job, such as Media Relations. JobCategory_MEDIA_COMMUNICATIONS_AND_WRITING JobCategory = 20 // An oil, gas or mining job, such as Offshore Driller. JobCategory_OIL_GAS_AND_MINING JobCategory = 21 // A personal care and services job, such as Hair Stylist. JobCategory_PERSONAL_CARE_AND_SERVICES JobCategory = 22 // A protective services job, such as Security Guard. JobCategory_PROTECTIVE_SERVICES JobCategory = 23 // A real estate job, such as Buyer's Agent. JobCategory_REAL_ESTATE JobCategory = 24 // A restaurant and hospitality job, such as Restaurant Server. JobCategory_RESTAURANT_AND_HOSPITALITY JobCategory = 25 // A sales and/or retail job, such Sales Associate. JobCategory_SALES_AND_RETAIL JobCategory = 26 // A science and engineering job, such as Lab Technician. JobCategory_SCIENCE_AND_ENGINEERING JobCategory = 27 // A social services or non-profit job, such as Case Worker. JobCategory_SOCIAL_SERVICES_AND_NON_PROFIT JobCategory = 28 // A sports, fitness, or recreation job, such as Personal Trainer. JobCategory_SPORTS_FITNESS_AND_RECREATION JobCategory = 29 // A transportation or logistics job, such as Truck Driver. JobCategory_TRANSPORTATION_AND_LOGISTICS JobCategory = 30 )
func (JobCategory) Descriptor ¶
func (JobCategory) Descriptor() protoreflect.EnumDescriptor
func (JobCategory) Enum ¶
func (x JobCategory) Enum() *JobCategory
func (JobCategory) EnumDescriptor
deprecated
func (JobCategory) EnumDescriptor() ([]byte, []int)
Deprecated: Use JobCategory.Descriptor instead.
func (JobCategory) Number ¶
func (x JobCategory) Number() protoreflect.EnumNumber
func (JobCategory) String ¶
func (x JobCategory) String() string
func (JobCategory) Type ¶
func (JobCategory) Type() protoreflect.EnumType
type JobEvent ¶
type JobEvent struct { // Required. The type of the event (see [JobEventType][google.cloud.talent.v4beta1.JobEvent.JobEventType]). Type JobEvent_JobEventType `protobuf:"varint,1,opt,name=type,proto3,enum=google.cloud.talent.v4beta1.JobEvent_JobEventType" json:"type,omitempty"` // Required. The [job name(s)][google.cloud.talent.v4beta1.Job.name] associated with this event. // For example, if this is an [impression][google.cloud.talent.v4beta1.JobEvent.JobEventType.IMPRESSION] event, // this field contains the identifiers of all jobs shown to the job seeker. // If this was a [view][google.cloud.talent.v4beta1.JobEvent.JobEventType.VIEW] event, this field contains the // identifier of the viewed job. // // The format is // "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}", for // example, "projects/foo/tenants/bar/jobs/baz". Jobs []string `protobuf:"bytes,2,rep,name=jobs,proto3" json:"jobs,omitempty"` // The [profile name][google.cloud.talent.v4beta1.Profile.name] associated with this client event. // // The format is // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", // for example, "projects/foo/tenants/bar/profiles/baz". Profile string `protobuf:"bytes,3,opt,name=profile,proto3" json:"profile,omitempty"` // contains filtered or unexported fields }
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
func (*JobEvent) Descriptor
deprecated
func (*JobEvent) GetProfile ¶
func (*JobEvent) GetType ¶
func (x *JobEvent) GetType() JobEvent_JobEventType
func (*JobEvent) ProtoMessage ¶
func (*JobEvent) ProtoMessage()
func (*JobEvent) ProtoReflect ¶
func (x *JobEvent) ProtoReflect() protoreflect.Message
type JobEvent_JobEventType ¶
type JobEvent_JobEventType int32
An enumeration of an event attributed to the behavior of the end user, such as a job seeker.
const ( // The event is unspecified by other provided values. JobEvent_JOB_EVENT_TYPE_UNSPECIFIED JobEvent_JobEventType = 0 // The job seeker or other entity interacting with the service has // had a job rendered in their view, such as in a list of search results in // a compressed or clipped format. This event is typically associated with // the viewing of a jobs list on a single page by a job seeker. JobEvent_IMPRESSION JobEvent_JobEventType = 1 // The job seeker, or other entity interacting with the service, has // viewed the details of a job, including the full description. This // event doesn't apply to the viewing a snippet of a job appearing as a // part of the job search results. Viewing a snippet is associated with an // [impression][google.cloud.talent.v4beta1.JobEvent.JobEventType.IMPRESSION]). JobEvent_VIEW JobEvent_JobEventType = 2 // The job seeker or other entity interacting with the service // performed an action to view a job and was redirected to a different // website for job. JobEvent_VIEW_REDIRECT JobEvent_JobEventType = 3 // The job seeker or other entity interacting with the service // began the process or demonstrated the intention of applying for a job. JobEvent_APPLICATION_START JobEvent_JobEventType = 4 // The job seeker or other entity interacting with the service // submitted an application for a job. JobEvent_APPLICATION_FINISH JobEvent_JobEventType = 5 // The job seeker or other entity interacting with the service // submitted an application for a job with a single click without // entering information. If a job seeker performs this action, send only // this event to the service. Do not also send // [JobEventType.APPLICATION_START][google.cloud.talent.v4beta1.JobEvent.JobEventType.APPLICATION_START] or [JobEventType.APPLICATION_FINISH][google.cloud.talent.v4beta1.JobEvent.JobEventType.APPLICATION_FINISH] // events. JobEvent_APPLICATION_QUICK_SUBMISSION JobEvent_JobEventType = 6 // The job seeker or other entity interacting with the service // performed an action to apply to a job and was redirected to a different // website to complete the application. JobEvent_APPLICATION_REDIRECT JobEvent_JobEventType = 7 // The job seeker or other entity interacting with the service began the // process or demonstrated the intention of applying for a job from the // search results page without viewing the details of the job posting. // If sending this event, JobEventType.VIEW event shouldn't be sent. JobEvent_APPLICATION_START_FROM_SEARCH JobEvent_JobEventType = 8 // The job seeker, or other entity interacting with the service, performs an // action with a single click from the search results page to apply to a job // (without viewing the details of the job posting), and is redirected // to a different website to complete the application. If a candidate // performs this action, send only this event to the service. Do not also // send [JobEventType.APPLICATION_START][google.cloud.talent.v4beta1.JobEvent.JobEventType.APPLICATION_START], // [JobEventType.APPLICATION_FINISH][google.cloud.talent.v4beta1.JobEvent.JobEventType.APPLICATION_FINISH] or [JobEventType.VIEW][google.cloud.talent.v4beta1.JobEvent.JobEventType.VIEW] events. JobEvent_APPLICATION_REDIRECT_FROM_SEARCH JobEvent_JobEventType = 9 // This event should be used when a company submits an application // on behalf of a job seeker. This event is intended for use by staffing // agencies attempting to place candidates. JobEvent_APPLICATION_COMPANY_SUBMIT JobEvent_JobEventType = 10 // The job seeker or other entity interacting with the service demonstrated // an interest in a job by bookmarking or saving it. JobEvent_BOOKMARK JobEvent_JobEventType = 11 // The job seeker or other entity interacting with the service was // sent a notification, such as an email alert or device notification, // containing one or more jobs listings generated by the service. JobEvent_NOTIFICATION JobEvent_JobEventType = 12 // The job seeker or other entity interacting with the service was // employed by the hiring entity (employer). Send this event // only if the job seeker was hired through an application that was // initiated by a search conducted through the Cloud Talent Solution // service. JobEvent_HIRED JobEvent_JobEventType = 13 // A recruiter or staffing agency submitted an application on behalf of the // candidate after interacting with the service to identify a suitable job // posting. JobEvent_SENT_CV JobEvent_JobEventType = 14 // The entity interacting with the service (for example, the job seeker), // was granted an initial interview by the hiring entity (employer). This // event should only be sent if the job seeker was granted an interview as // part of an application that was initiated by a search conducted through / // recommendation provided by the Cloud Talent Solution service. JobEvent_INTERVIEW_GRANTED JobEvent_JobEventType = 15 )
func (JobEvent_JobEventType) Descriptor ¶
func (JobEvent_JobEventType) Descriptor() protoreflect.EnumDescriptor
func (JobEvent_JobEventType) Enum ¶
func (x JobEvent_JobEventType) Enum() *JobEvent_JobEventType
func (JobEvent_JobEventType) EnumDescriptor
deprecated
func (JobEvent_JobEventType) EnumDescriptor() ([]byte, []int)
Deprecated: Use JobEvent_JobEventType.Descriptor instead.
func (JobEvent_JobEventType) Number ¶
func (x JobEvent_JobEventType) Number() protoreflect.EnumNumber
func (JobEvent_JobEventType) String ¶
func (x JobEvent_JobEventType) String() string
func (JobEvent_JobEventType) Type ¶
func (JobEvent_JobEventType) Type() protoreflect.EnumType
type JobLevel ¶
type JobLevel int32
An enum that represents the required experience level required for the job.
const ( // The default value if the level isn't specified. JobLevel_JOB_LEVEL_UNSPECIFIED JobLevel = 0 // Entry-level individual contributors, typically with less than 2 years of // experience in a similar role. Includes interns. JobLevel_ENTRY_LEVEL JobLevel = 1 // Experienced individual contributors, typically with 2+ years of // experience in a similar role. JobLevel_EXPERIENCED JobLevel = 2 // Entry- to mid-level managers responsible for managing a team of people. JobLevel_MANAGER JobLevel = 3 // Senior-level managers responsible for managing teams of managers. JobLevel_DIRECTOR JobLevel = 4 // Executive-level managers and above, including C-level positions. JobLevel_EXECUTIVE JobLevel = 5 )
func (JobLevel) Descriptor ¶
func (JobLevel) Descriptor() protoreflect.EnumDescriptor
func (JobLevel) EnumDescriptor
deprecated
func (JobLevel) Number ¶
func (x JobLevel) Number() protoreflect.EnumNumber
func (JobLevel) Type ¶
func (JobLevel) Type() protoreflect.EnumType
type JobOperationResult ¶
type JobOperationResult struct { // List of job mutation results from a batch mutate operation. It can change // until operation status is FINISHED, FAILED or CANCELLED. JobResults []*JobOperationResult_JobResult `protobuf:"bytes,1,rep,name=job_results,json=jobResults,proto3" json:"job_results,omitempty"` // contains filtered or unexported fields }
The result of [JobService.BatchCreateJobs][google.cloud.talent.v4beta1.JobService.BatchCreateJobs] or [JobService.BatchUpdateJobs][google.cloud.talent.v4beta1.JobService.BatchUpdateJobs] APIs. It's used to replace [google.longrunning.Operation.response][google.longrunning.Operation.response] in case of success.
func (*JobOperationResult) Descriptor
deprecated
func (*JobOperationResult) Descriptor() ([]byte, []int)
Deprecated: Use JobOperationResult.ProtoReflect.Descriptor instead.
func (*JobOperationResult) GetJobResults ¶
func (x *JobOperationResult) GetJobResults() []*JobOperationResult_JobResult
func (*JobOperationResult) ProtoMessage ¶
func (*JobOperationResult) ProtoMessage()
func (*JobOperationResult) ProtoReflect ¶
func (x *JobOperationResult) ProtoReflect() protoreflect.Message
func (*JobOperationResult) Reset ¶
func (x *JobOperationResult) Reset()
func (*JobOperationResult) String ¶
func (x *JobOperationResult) String() string
type JobOperationResult_JobResult ¶
type JobOperationResult_JobResult struct { // Here [Job][google.cloud.talent.v4beta1.Job] only contains basic information including [name][google.cloud.talent.v4beta1.Job.name], // [company][google.cloud.talent.v4beta1.Job.company], [language_code][google.cloud.talent.v4beta1.Job.language_code] // and [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id], use getJob method to retrieve // detailed information of the created/updated job. Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` // The status of the job processed. This field is populated if the // processing of the [job][google.cloud.talent.v4beta1.JobOperationResult.JobResult.job] fails. Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
Mutation result of a job.
func (*JobOperationResult_JobResult) Descriptor
deprecated
func (*JobOperationResult_JobResult) Descriptor() ([]byte, []int)
Deprecated: Use JobOperationResult_JobResult.ProtoReflect.Descriptor instead.
func (*JobOperationResult_JobResult) GetJob ¶
func (x *JobOperationResult_JobResult) GetJob() *Job
func (*JobOperationResult_JobResult) GetStatus ¶
func (x *JobOperationResult_JobResult) GetStatus() *status.Status
func (*JobOperationResult_JobResult) ProtoMessage ¶
func (*JobOperationResult_JobResult) ProtoMessage()
func (*JobOperationResult_JobResult) ProtoReflect ¶
func (x *JobOperationResult_JobResult) ProtoReflect() protoreflect.Message
func (*JobOperationResult_JobResult) Reset ¶
func (x *JobOperationResult_JobResult) Reset()
func (*JobOperationResult_JobResult) String ¶
func (x *JobOperationResult_JobResult) String() string
type JobQuery ¶
type JobQuery struct { // The query string that matches against the job title, description, and // location fields. // // The maximum number of allowed characters is 255. Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` // The language code of [query][google.cloud.talent.v4beta1.JobQuery.query]. For example, "en-US". This field helps to // better interpret the query. // // If a value isn't specified, the query language code is automatically // detected, which may not be accurate. // // Language code should be in BCP-47 format, such as "en-US" or "sr-Latn". // For more information, see // [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47). QueryLanguageCode string `protobuf:"bytes,14,opt,name=query_language_code,json=queryLanguageCode,proto3" json:"query_language_code,omitempty"` // This filter specifies the company entities to search against. // // If a value isn't specified, jobs are searched for against all // companies. // // If multiple values are specified, jobs are searched against the // companies specified. // // The format is // "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". For // example, "projects/foo/tenants/bar/companies/baz". // // If tenant id is unspecified, the default tenant is used. For // example, "projects/foo/companies/bar". // // At most 20 company filters are allowed. Companies []string `protobuf:"bytes,2,rep,name=companies,proto3" json:"companies,omitempty"` // The location filter specifies geo-regions containing the jobs to // search against. See [LocationFilter][google.cloud.talent.v4beta1.LocationFilter] for more information. // // If a location value isn't specified, jobs fitting the other search // criteria are retrieved regardless of where they're located. // // If multiple values are specified, jobs are retrieved from any of the // specified locations. If different values are specified for the // [LocationFilter.distance_in_miles][google.cloud.talent.v4beta1.LocationFilter.distance_in_miles] parameter, the maximum provided // distance is used for all locations. // // At most 5 location filters are allowed. LocationFilters []*LocationFilter `protobuf:"bytes,3,rep,name=location_filters,json=locationFilters,proto3" json:"location_filters,omitempty"` // The category filter specifies the categories of jobs to search against. // See [JobCategory][google.cloud.talent.v4beta1.JobCategory] for more information. // // If a value isn't specified, jobs from any category are searched against. // // If multiple values are specified, jobs from any of the specified // categories are searched against. JobCategories []JobCategory `` /* 153-byte string literal not displayed */ // Allows filtering jobs by commute time with different travel methods (for // example, driving or public transit). // // Note: This only works when you specify a [CommuteMethod][google.cloud.talent.v4beta1.CommuteMethod]. In this case, // [location_filters][google.cloud.talent.v4beta1.JobQuery.location_filters] is ignored. // // Currently we don't support sorting by commute time. CommuteFilter *CommuteFilter `protobuf:"bytes,5,opt,name=commute_filter,json=commuteFilter,proto3" json:"commute_filter,omitempty"` // This filter specifies the exact company [Company.display_name][google.cloud.talent.v4beta1.Company.display_name] // of the jobs to search against. // // If a value isn't specified, jobs within the search results are // associated with any company. // // If multiple values are specified, jobs within the search results may be // associated with any of the specified companies. // // At most 20 company display name filters are allowed. CompanyDisplayNames []string `protobuf:"bytes,6,rep,name=company_display_names,json=companyDisplayNames,proto3" json:"company_display_names,omitempty"` // This search filter is applied only to // [Job.compensation_info][google.cloud.talent.v4beta1.Job.compensation_info]. For example, if the filter is specified // as "Hourly job with per-hour compensation > $15", only jobs meeting // these criteria are searched. If a filter isn't defined, all open jobs // are searched. CompensationFilter *CompensationFilter `protobuf:"bytes,7,opt,name=compensation_filter,json=compensationFilter,proto3" json:"compensation_filter,omitempty"` // This filter specifies a structured syntax to match against the // [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] marked as `filterable`. // // The syntax for this expression is a subset of SQL syntax. // // Supported operators are: `=`, `!=`, `<`, `<=`, `>`, and `>=` where the // left of the operator is a custom field key and the right of the operator // is a number or a quoted string. You must escape backslash (\\) and // quote (\") characters. // // Supported functions are `LOWER([field_name])` to // perform a case insensitive match and `EMPTY([field_name])` to filter on the // existence of a key. // // Boolean expressions (AND/OR/NOT) are supported up to 3 levels of // nesting (for example, "((A AND B AND C) OR NOT D) AND E"), a maximum of 100 // comparisons or functions are allowed in the expression. The expression // must be < 6000 bytes in length. // // Sample Query: // `(LOWER(driving_license)="class \"a\"" OR EMPTY(driving_license)) AND // driving_years > 10` CustomAttributeFilter string `` /* 126-byte string literal not displayed */ // This flag controls the spell-check feature. If false, the // service attempts to correct a misspelled query, // for example, "enginee" is corrected to "engineer". // // Defaults to false: a spell check is performed. DisableSpellCheck bool `protobuf:"varint,9,opt,name=disable_spell_check,json=disableSpellCheck,proto3" json:"disable_spell_check,omitempty"` // The employment type filter specifies the employment type of jobs to // search against, such as [EmploymentType.FULL_TIME][google.cloud.talent.v4beta1.EmploymentType.FULL_TIME]. // // If a value isn't specified, jobs in the search results includes any // employment type. // // If multiple values are specified, jobs in the search results include // any of the specified employment types. EmploymentTypes []EmploymentType `` /* 163-byte string literal not displayed */ // This filter specifies the locale of jobs to search against, // for example, "en-US". // // If a value isn't specified, the search results can contain jobs in any // locale. // // // Language codes should be in BCP-47 format, such as "en-US" or "sr-Latn". // For more information, see // [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47). // // At most 10 language code filters are allowed. LanguageCodes []string `protobuf:"bytes,11,rep,name=language_codes,json=languageCodes,proto3" json:"language_codes,omitempty"` // Jobs published within a range specified by this filter are searched // against. PublishTimeRange *TimestampRange `protobuf:"bytes,12,opt,name=publish_time_range,json=publishTimeRange,proto3" json:"publish_time_range,omitempty"` // This filter specifies a list of job names to be excluded during search. // // At most 400 excluded job names are allowed. ExcludedJobs []string `protobuf:"bytes,13,rep,name=excluded_jobs,json=excludedJobs,proto3" json:"excluded_jobs,omitempty"` // contains filtered or unexported fields }
The query required to perform a search query.
func (*JobQuery) Descriptor
deprecated
func (*JobQuery) GetCommuteFilter ¶
func (x *JobQuery) GetCommuteFilter() *CommuteFilter
func (*JobQuery) GetCompanies ¶
func (*JobQuery) GetCompanyDisplayNames ¶
func (*JobQuery) GetCompensationFilter ¶
func (x *JobQuery) GetCompensationFilter() *CompensationFilter
func (*JobQuery) GetCustomAttributeFilter ¶
func (*JobQuery) GetDisableSpellCheck ¶
func (*JobQuery) GetEmploymentTypes ¶
func (x *JobQuery) GetEmploymentTypes() []EmploymentType
func (*JobQuery) GetExcludedJobs ¶
func (*JobQuery) GetJobCategories ¶
func (x *JobQuery) GetJobCategories() []JobCategory
func (*JobQuery) GetLanguageCodes ¶
func (*JobQuery) GetLocationFilters ¶
func (x *JobQuery) GetLocationFilters() []*LocationFilter
func (*JobQuery) GetPublishTimeRange ¶
func (x *JobQuery) GetPublishTimeRange() *TimestampRange
func (*JobQuery) GetQueryLanguageCode ¶
func (*JobQuery) ProtoMessage ¶
func (*JobQuery) ProtoMessage()
func (*JobQuery) ProtoReflect ¶
func (x *JobQuery) ProtoReflect() protoreflect.Message
type JobServiceClient ¶
type JobServiceClient interface { // Creates a new job. // // Typically, the job becomes searchable within 10 seconds, but it may take // up to 5 minutes. CreateJob(ctx context.Context, in *CreateJobRequest, opts ...grpc.CallOption) (*Job, error) // Begins executing a batch create jobs operation. BatchCreateJobs(ctx context.Context, in *BatchCreateJobsRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Retrieves the specified job, whose status is OPEN or recently EXPIRED // within the last 90 days. GetJob(ctx context.Context, in *GetJobRequest, opts ...grpc.CallOption) (*Job, error) // Updates specified job. // // Typically, updated contents become visible in search results within 10 // seconds, but it may take up to 5 minutes. UpdateJob(ctx context.Context, in *UpdateJobRequest, opts ...grpc.CallOption) (*Job, error) // Begins executing a batch update jobs operation. BatchUpdateJobs(ctx context.Context, in *BatchUpdateJobsRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Deletes the specified job. // // Typically, the job becomes unsearchable within 10 seconds, but it may take // up to 5 minutes. DeleteJob(ctx context.Context, in *DeleteJobRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Deletes a list of [Job][google.cloud.talent.v4beta1.Job]s by filter. BatchDeleteJobs(ctx context.Context, in *BatchDeleteJobsRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Lists jobs by filter. ListJobs(ctx context.Context, in *ListJobsRequest, opts ...grpc.CallOption) (*ListJobsResponse, error) // Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest]. // // This call constrains the [visibility][google.cloud.talent.v4beta1.Job.visibility] of jobs // present in the database, and only returns jobs that the caller has // permission to search against. SearchJobs(ctx context.Context, in *SearchJobsRequest, opts ...grpc.CallOption) (*SearchJobsResponse, error) // Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest]. // // This API call is intended for the use case of targeting passive job // seekers (for example, job seekers who have signed up to receive email // alerts about potential job opportunities), and has different algorithmic // adjustments that are targeted to passive job seekers. // // This call constrains the [visibility][google.cloud.talent.v4beta1.Job.visibility] of jobs // present in the database, and only returns jobs the caller has // permission to search against. SearchJobsForAlert(ctx context.Context, in *SearchJobsRequest, opts ...grpc.CallOption) (*SearchJobsResponse, error) }
JobServiceClient is the client API for JobService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewJobServiceClient ¶
func NewJobServiceClient(cc grpc.ClientConnInterface) JobServiceClient
type JobServiceServer ¶
type JobServiceServer interface { // Creates a new job. // // Typically, the job becomes searchable within 10 seconds, but it may take // up to 5 minutes. CreateJob(context.Context, *CreateJobRequest) (*Job, error) // Begins executing a batch create jobs operation. BatchCreateJobs(context.Context, *BatchCreateJobsRequest) (*longrunning.Operation, error) // Retrieves the specified job, whose status is OPEN or recently EXPIRED // within the last 90 days. GetJob(context.Context, *GetJobRequest) (*Job, error) // Updates specified job. // // Typically, updated contents become visible in search results within 10 // seconds, but it may take up to 5 minutes. UpdateJob(context.Context, *UpdateJobRequest) (*Job, error) // Begins executing a batch update jobs operation. BatchUpdateJobs(context.Context, *BatchUpdateJobsRequest) (*longrunning.Operation, error) // Deletes the specified job. // // Typically, the job becomes unsearchable within 10 seconds, but it may take // up to 5 minutes. DeleteJob(context.Context, *DeleteJobRequest) (*emptypb.Empty, error) // Deletes a list of [Job][google.cloud.talent.v4beta1.Job]s by filter. BatchDeleteJobs(context.Context, *BatchDeleteJobsRequest) (*emptypb.Empty, error) // Lists jobs by filter. ListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error) // Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest]. // // This call constrains the [visibility][google.cloud.talent.v4beta1.Job.visibility] of jobs // present in the database, and only returns jobs that the caller has // permission to search against. SearchJobs(context.Context, *SearchJobsRequest) (*SearchJobsResponse, error) // Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest]. // // This API call is intended for the use case of targeting passive job // seekers (for example, job seekers who have signed up to receive email // alerts about potential job opportunities), and has different algorithmic // adjustments that are targeted to passive job seekers. // // This call constrains the [visibility][google.cloud.talent.v4beta1.Job.visibility] of jobs // present in the database, and only returns jobs the caller has // permission to search against. SearchJobsForAlert(context.Context, *SearchJobsRequest) (*SearchJobsResponse, error) }
JobServiceServer is the server API for JobService service.
type JobTitleFilter ¶
type JobTitleFilter struct { // Required. The job title. For example, "Software engineer", or "Product manager". JobTitle string `protobuf:"bytes,1,opt,name=job_title,json=jobTitle,proto3" json:"job_title,omitempty"` // Whether to apply negation to the filter so profiles matching the filter // are excluded. Negated bool `protobuf:"varint,2,opt,name=negated,proto3" json:"negated,omitempty"` // contains filtered or unexported fields }
Job title of the search.
func (*JobTitleFilter) Descriptor
deprecated
func (*JobTitleFilter) Descriptor() ([]byte, []int)
Deprecated: Use JobTitleFilter.ProtoReflect.Descriptor instead.
func (*JobTitleFilter) GetJobTitle ¶
func (x *JobTitleFilter) GetJobTitle() string
func (*JobTitleFilter) GetNegated ¶
func (x *JobTitleFilter) GetNegated() bool
func (*JobTitleFilter) ProtoMessage ¶
func (*JobTitleFilter) ProtoMessage()
func (*JobTitleFilter) ProtoReflect ¶
func (x *JobTitleFilter) ProtoReflect() protoreflect.Message
func (*JobTitleFilter) Reset ¶
func (x *JobTitleFilter) Reset()
func (*JobTitleFilter) String ¶
func (x *JobTitleFilter) String() string
type JobView ¶
type JobView int32
An enum that specifies the job attributes that are returned in the [MatchingJob.job][google.cloud.talent.v4beta1.SearchJobsResponse.MatchingJob.job] or [ListJobsResponse.jobs][google.cloud.talent.v4beta1.ListJobsResponse.jobs] fields.
const ( // Default value. JobView_JOB_VIEW_UNSPECIFIED JobView = 0 // A ID only view of job, with following attributes: // [Job.name][google.cloud.talent.v4beta1.Job.name], [Job.requisition_id][google.cloud.talent.v4beta1.Job.requisition_id], [Job.language_code][google.cloud.talent.v4beta1.Job.language_code]. JobView_JOB_VIEW_ID_ONLY JobView = 1 // A minimal view of the job, with the following attributes: // [Job.name][google.cloud.talent.v4beta1.Job.name], [Job.requisition_id][google.cloud.talent.v4beta1.Job.requisition_id], [Job.title][google.cloud.talent.v4beta1.Job.title], // [Job.company][google.cloud.talent.v4beta1.Job.company], [Job.DerivedInfo.locations][google.cloud.talent.v4beta1.Job.DerivedInfo.locations], [Job.language_code][google.cloud.talent.v4beta1.Job.language_code]. JobView_JOB_VIEW_MINIMAL JobView = 2 // A small view of the job, with the following attributes in the search // results: [Job.name][google.cloud.talent.v4beta1.Job.name], [Job.requisition_id][google.cloud.talent.v4beta1.Job.requisition_id], [Job.title][google.cloud.talent.v4beta1.Job.title], // [Job.company][google.cloud.talent.v4beta1.Job.company], [Job.DerivedInfo.locations][google.cloud.talent.v4beta1.Job.DerivedInfo.locations], [Job.visibility][google.cloud.talent.v4beta1.Job.visibility], // [Job.language_code][google.cloud.talent.v4beta1.Job.language_code], [Job.description][google.cloud.talent.v4beta1.Job.description]. JobView_JOB_VIEW_SMALL JobView = 3 // All available attributes are included in the search results. JobView_JOB_VIEW_FULL JobView = 4 )
func (JobView) Descriptor ¶
func (JobView) Descriptor() protoreflect.EnumDescriptor
func (JobView) EnumDescriptor
deprecated
func (JobView) Number ¶
func (x JobView) Number() protoreflect.EnumNumber
func (JobView) Type ¶
func (JobView) Type() protoreflect.EnumType
type Job_ApplicationInfo ¶
type Job_ApplicationInfo struct { // Use this field to specify email address(es) to which resumes or // applications can be sent. // // The maximum number of allowed characters for each entry is 255. Emails []string `protobuf:"bytes,1,rep,name=emails,proto3" json:"emails,omitempty"` // Use this field to provide instructions, such as "Mail your application // to ...", that a candidate can follow to apply for the job. // // This field accepts and sanitizes HTML input, and also accepts // bold, italic, ordered list, and unordered list markup tags. // // The maximum number of allowed characters is 3,000. Instruction string `protobuf:"bytes,2,opt,name=instruction,proto3" json:"instruction,omitempty"` // Use this URI field to direct an applicant to a website, for example to // link to an online application form. // // The maximum number of allowed characters for each entry is 2,000. Uris []string `protobuf:"bytes,3,rep,name=uris,proto3" json:"uris,omitempty"` // contains filtered or unexported fields }
Application related details of a job posting.
func (*Job_ApplicationInfo) Descriptor
deprecated
func (*Job_ApplicationInfo) Descriptor() ([]byte, []int)
Deprecated: Use Job_ApplicationInfo.ProtoReflect.Descriptor instead.
func (*Job_ApplicationInfo) GetEmails ¶
func (x *Job_ApplicationInfo) GetEmails() []string
func (*Job_ApplicationInfo) GetInstruction ¶
func (x *Job_ApplicationInfo) GetInstruction() string
func (*Job_ApplicationInfo) GetUris ¶
func (x *Job_ApplicationInfo) GetUris() []string
func (*Job_ApplicationInfo) ProtoMessage ¶
func (*Job_ApplicationInfo) ProtoMessage()
func (*Job_ApplicationInfo) ProtoReflect ¶
func (x *Job_ApplicationInfo) ProtoReflect() protoreflect.Message
func (*Job_ApplicationInfo) Reset ¶
func (x *Job_ApplicationInfo) Reset()
func (*Job_ApplicationInfo) String ¶
func (x *Job_ApplicationInfo) String() string
type Job_DerivedInfo ¶
type Job_DerivedInfo struct { // Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses]. // // [locations][google.cloud.talent.v4beta1.Job.DerivedInfo.locations] are exactly matched to [Job.addresses][google.cloud.talent.v4beta1.Job.addresses] in the same // order. Locations []*Location `protobuf:"bytes,1,rep,name=locations,proto3" json:"locations,omitempty"` // Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description]. JobCategories []JobCategory `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
Derived details about the job posting.
func (*Job_DerivedInfo) Descriptor
deprecated
func (*Job_DerivedInfo) Descriptor() ([]byte, []int)
Deprecated: Use Job_DerivedInfo.ProtoReflect.Descriptor instead.
func (*Job_DerivedInfo) GetJobCategories ¶
func (x *Job_DerivedInfo) GetJobCategories() []JobCategory
func (*Job_DerivedInfo) GetLocations ¶
func (x *Job_DerivedInfo) GetLocations() []*Location
func (*Job_DerivedInfo) ProtoMessage ¶
func (*Job_DerivedInfo) ProtoMessage()
func (*Job_DerivedInfo) ProtoReflect ¶
func (x *Job_DerivedInfo) ProtoReflect() protoreflect.Message
func (*Job_DerivedInfo) Reset ¶
func (x *Job_DerivedInfo) Reset()
func (*Job_DerivedInfo) String ¶
func (x *Job_DerivedInfo) String() string
type Job_ProcessingOptions ¶
type Job_ProcessingOptions struct { // If set to `true`, the service does not attempt to resolve a // more precise address for the job. DisableStreetAddressResolution bool `` /* 156-byte string literal not displayed */ // Option for job HTML content sanitization. Applied fields are: // // * description // * applicationInfo.instruction // * incentives // * qualifications // * responsibilities // // HTML tags in these fields may be stripped if sanitiazation isn't // disabled. // // Defaults to [HtmlSanitization.SIMPLE_FORMATTING_ONLY][google.cloud.talent.v4beta1.HtmlSanitization.SIMPLE_FORMATTING_ONLY]. HtmlSanitization HtmlSanitization `` /* 160-byte string literal not displayed */ // contains filtered or unexported fields }
Options for job processing.
func (*Job_ProcessingOptions) Descriptor
deprecated
func (*Job_ProcessingOptions) Descriptor() ([]byte, []int)
Deprecated: Use Job_ProcessingOptions.ProtoReflect.Descriptor instead.
func (*Job_ProcessingOptions) GetDisableStreetAddressResolution ¶
func (x *Job_ProcessingOptions) GetDisableStreetAddressResolution() bool
func (*Job_ProcessingOptions) GetHtmlSanitization ¶
func (x *Job_ProcessingOptions) GetHtmlSanitization() HtmlSanitization
func (*Job_ProcessingOptions) ProtoMessage ¶
func (*Job_ProcessingOptions) ProtoMessage()
func (*Job_ProcessingOptions) ProtoReflect ¶
func (x *Job_ProcessingOptions) ProtoReflect() protoreflect.Message
func (*Job_ProcessingOptions) Reset ¶
func (x *Job_ProcessingOptions) Reset()
func (*Job_ProcessingOptions) String ¶
func (x *Job_ProcessingOptions) String() string
type ListApplicationsRequest ¶
type ListApplicationsRequest struct { // Required. Resource name of the profile under which the application is created. // // The format is // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for // example, "projects/foo/tenants/bar/profiles/baz". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The starting indicator from which to return results. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // The maximum number of applications to be returned, at most 100. // Default is 100 if a non-positive number is provided. PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
List applications for which the client has ACL visibility.
func (*ListApplicationsRequest) Descriptor
deprecated
func (*ListApplicationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListApplicationsRequest.ProtoReflect.Descriptor instead.
func (*ListApplicationsRequest) GetPageSize ¶
func (x *ListApplicationsRequest) GetPageSize() int32
func (*ListApplicationsRequest) GetPageToken ¶
func (x *ListApplicationsRequest) GetPageToken() string
func (*ListApplicationsRequest) GetParent ¶
func (x *ListApplicationsRequest) GetParent() string
func (*ListApplicationsRequest) ProtoMessage ¶
func (*ListApplicationsRequest) ProtoMessage()
func (*ListApplicationsRequest) ProtoReflect ¶
func (x *ListApplicationsRequest) ProtoReflect() protoreflect.Message
func (*ListApplicationsRequest) Reset ¶
func (x *ListApplicationsRequest) Reset()
func (*ListApplicationsRequest) String ¶
func (x *ListApplicationsRequest) String() string
type ListApplicationsResponse ¶
type ListApplicationsResponse struct { // Applications for the current client. Applications []*Application `protobuf:"bytes,1,rep,name=applications,proto3" json:"applications,omitempty"` // A token to retrieve the next page of results. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Additional information for the API invocation, such as the request // tracking id. Metadata *ResponseMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
The List applications response object.
func (*ListApplicationsResponse) Descriptor
deprecated
func (*ListApplicationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListApplicationsResponse.ProtoReflect.Descriptor instead.
func (*ListApplicationsResponse) GetApplications ¶
func (x *ListApplicationsResponse) GetApplications() []*Application
func (*ListApplicationsResponse) GetMetadata ¶
func (x *ListApplicationsResponse) GetMetadata() *ResponseMetadata
func (*ListApplicationsResponse) GetNextPageToken ¶
func (x *ListApplicationsResponse) GetNextPageToken() string
func (*ListApplicationsResponse) ProtoMessage ¶
func (*ListApplicationsResponse) ProtoMessage()
func (*ListApplicationsResponse) ProtoReflect ¶
func (x *ListApplicationsResponse) ProtoReflect() protoreflect.Message
func (*ListApplicationsResponse) Reset ¶
func (x *ListApplicationsResponse) Reset()
func (*ListApplicationsResponse) String ¶
func (x *ListApplicationsResponse) String() string
type ListCompaniesRequest ¶
type ListCompaniesRequest struct { // Required. Resource name of the tenant under which the company is created. // // The format is "projects/{project_id}/tenants/{tenant_id}", for example, // "projects/foo/tenant/bar". // // If tenant id is unspecified, the default tenant will be used, for // example, "projects/foo". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The starting indicator from which to return results. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // The maximum number of companies to be returned, at most 100. // Default is 100 if a non-positive number is provided. PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Set to true if the companies requested must have open jobs. // // Defaults to false. // // If true, at most [page_size][google.cloud.talent.v4beta1.ListCompaniesRequest.page_size] of companies are fetched, among which // only those with open jobs are returned. RequireOpenJobs bool `protobuf:"varint,4,opt,name=require_open_jobs,json=requireOpenJobs,proto3" json:"require_open_jobs,omitempty"` // contains filtered or unexported fields }
List companies for which the client has ACL visibility.
func (*ListCompaniesRequest) Descriptor
deprecated
func (*ListCompaniesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListCompaniesRequest.ProtoReflect.Descriptor instead.
func (*ListCompaniesRequest) GetPageSize ¶
func (x *ListCompaniesRequest) GetPageSize() int32
func (*ListCompaniesRequest) GetPageToken ¶
func (x *ListCompaniesRequest) GetPageToken() string
func (*ListCompaniesRequest) GetParent ¶
func (x *ListCompaniesRequest) GetParent() string
func (*ListCompaniesRequest) GetRequireOpenJobs ¶
func (x *ListCompaniesRequest) GetRequireOpenJobs() bool
func (*ListCompaniesRequest) ProtoMessage ¶
func (*ListCompaniesRequest) ProtoMessage()
func (*ListCompaniesRequest) ProtoReflect ¶
func (x *ListCompaniesRequest) ProtoReflect() protoreflect.Message
func (*ListCompaniesRequest) Reset ¶
func (x *ListCompaniesRequest) Reset()
func (*ListCompaniesRequest) String ¶
func (x *ListCompaniesRequest) String() string
type ListCompaniesResponse ¶
type ListCompaniesResponse struct { // Companies for the current client. Companies []*Company `protobuf:"bytes,1,rep,name=companies,proto3" json:"companies,omitempty"` // A token to retrieve the next page of results. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Additional information for the API invocation, such as the request // tracking id. Metadata *ResponseMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
The List companies response object.
func (*ListCompaniesResponse) Descriptor
deprecated
func (*ListCompaniesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListCompaniesResponse.ProtoReflect.Descriptor instead.
func (*ListCompaniesResponse) GetCompanies ¶
func (x *ListCompaniesResponse) GetCompanies() []*Company
func (*ListCompaniesResponse) GetMetadata ¶
func (x *ListCompaniesResponse) GetMetadata() *ResponseMetadata
func (*ListCompaniesResponse) GetNextPageToken ¶
func (x *ListCompaniesResponse) GetNextPageToken() string
func (*ListCompaniesResponse) ProtoMessage ¶
func (*ListCompaniesResponse) ProtoMessage()
func (*ListCompaniesResponse) ProtoReflect ¶
func (x *ListCompaniesResponse) ProtoReflect() protoreflect.Message
func (*ListCompaniesResponse) Reset ¶
func (x *ListCompaniesResponse) Reset()
func (*ListCompaniesResponse) String ¶
func (x *ListCompaniesResponse) String() string
type ListJobsRequest ¶
type ListJobsRequest struct { // Required. The resource name of the tenant under which the job is created. // // The format is "projects/{project_id}/tenants/{tenant_id}". For example, // "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant // is created. For example, "projects/foo". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The filter string specifies the jobs to be enumerated. // // Supported operator: =, AND // // The fields eligible for filtering are: // // * `companyName` (Required) // * `requisitionId` // * `status` Available values: OPEN, EXPIRED, ALL. Defaults to // OPEN if no value is specified. // // Sample Query: // // * companyName = "projects/foo/tenants/bar/companies/baz" // * companyName = "projects/foo/tenants/bar/companies/baz" AND // requisitionId = "req-1" // * companyName = "projects/foo/tenants/bar/companies/baz" AND // status = "EXPIRED" Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` // The starting point of a query result. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // The maximum number of jobs to be returned per page of results. // // If [job_view][google.cloud.talent.v4beta1.ListJobsRequest.job_view] is set to [JobView.JOB_VIEW_ID_ONLY][google.cloud.talent.v4beta1.JobView.JOB_VIEW_ID_ONLY], the maximum allowed // page size is 1000. Otherwise, the maximum allowed page size is 100. // // Default is 100 if empty or a number < 1 is specified. PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The desired job attributes returned for jobs in the // search response. Defaults to [JobView.JOB_VIEW_FULL][google.cloud.talent.v4beta1.JobView.JOB_VIEW_FULL] if no value is // specified. JobView JobView `protobuf:"varint,5,opt,name=job_view,json=jobView,proto3,enum=google.cloud.talent.v4beta1.JobView" json:"job_view,omitempty"` // contains filtered or unexported fields }
List jobs request.
func (*ListJobsRequest) Descriptor
deprecated
func (*ListJobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListJobsRequest.ProtoReflect.Descriptor instead.
func (*ListJobsRequest) GetFilter ¶
func (x *ListJobsRequest) GetFilter() string
func (*ListJobsRequest) GetJobView ¶
func (x *ListJobsRequest) GetJobView() JobView
func (*ListJobsRequest) GetPageSize ¶
func (x *ListJobsRequest) GetPageSize() int32
func (*ListJobsRequest) GetPageToken ¶
func (x *ListJobsRequest) GetPageToken() string
func (*ListJobsRequest) GetParent ¶
func (x *ListJobsRequest) GetParent() string
func (*ListJobsRequest) ProtoMessage ¶
func (*ListJobsRequest) ProtoMessage()
func (*ListJobsRequest) ProtoReflect ¶
func (x *ListJobsRequest) ProtoReflect() protoreflect.Message
func (*ListJobsRequest) Reset ¶
func (x *ListJobsRequest) Reset()
func (*ListJobsRequest) String ¶
func (x *ListJobsRequest) String() string
type ListJobsResponse ¶
type ListJobsResponse struct { // The Jobs for a given company. // // The maximum number of items returned is based on the limit field // provided in the request. Jobs []*Job `protobuf:"bytes,1,rep,name=jobs,proto3" json:"jobs,omitempty"` // A token to retrieve the next page of results. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Additional information for the API invocation, such as the request // tracking id. Metadata *ResponseMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
List jobs response.
func (*ListJobsResponse) Descriptor
deprecated
func (*ListJobsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListJobsResponse.ProtoReflect.Descriptor instead.
func (*ListJobsResponse) GetJobs ¶
func (x *ListJobsResponse) GetJobs() []*Job
func (*ListJobsResponse) GetMetadata ¶
func (x *ListJobsResponse) GetMetadata() *ResponseMetadata
func (*ListJobsResponse) GetNextPageToken ¶
func (x *ListJobsResponse) GetNextPageToken() string
func (*ListJobsResponse) ProtoMessage ¶
func (*ListJobsResponse) ProtoMessage()
func (*ListJobsResponse) ProtoReflect ¶
func (x *ListJobsResponse) ProtoReflect() protoreflect.Message
func (*ListJobsResponse) Reset ¶
func (x *ListJobsResponse) Reset()
func (*ListJobsResponse) String ¶
func (x *ListJobsResponse) String() string
type ListProfilesRequest ¶
type ListProfilesRequest struct { // Required. The resource name of the tenant under which the profile is created. // // The format is "projects/{project_id}/tenants/{tenant_id}". For example, // "projects/foo/tenants/bar". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The filter string specifies the profiles to be enumerated. // // Supported operator: =, AND // // The field(s) eligible for filtering are: // // * `externalId` // * `groupId` // // externalId and groupId cannot be specified at the same time. If both // externalId and groupId are provided, the API will return a bad request // error. // // Sample Query: // // * externalId = "externalId-1" // * groupId = "groupId-1" Filter string `protobuf:"bytes,5,opt,name=filter,proto3" json:"filter,omitempty"` // The token that specifies the current offset (that is, starting result). // // Please set the value to [ListProfilesResponse.next_page_token][google.cloud.talent.v4beta1.ListProfilesResponse.next_page_token] to // continue the list. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // The maximum number of profiles to be returned, at most 100. // // Default is 100 unless a positive number smaller than 100 is specified. PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A field mask to specify the profile fields to be listed in response. // All fields are listed if it is unset. // // Valid values are: // // * name ReadMask *fieldmaskpb.FieldMask `protobuf:"bytes,4,opt,name=read_mask,json=readMask,proto3" json:"read_mask,omitempty"` // contains filtered or unexported fields }
List profiles request.
func (*ListProfilesRequest) Descriptor
deprecated
func (*ListProfilesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListProfilesRequest.ProtoReflect.Descriptor instead.
func (*ListProfilesRequest) GetFilter ¶
func (x *ListProfilesRequest) GetFilter() string
func (*ListProfilesRequest) GetPageSize ¶
func (x *ListProfilesRequest) GetPageSize() int32
func (*ListProfilesRequest) GetPageToken ¶
func (x *ListProfilesRequest) GetPageToken() string
func (*ListProfilesRequest) GetParent ¶
func (x *ListProfilesRequest) GetParent() string
func (*ListProfilesRequest) GetReadMask ¶
func (x *ListProfilesRequest) GetReadMask() *fieldmaskpb.FieldMask
func (*ListProfilesRequest) ProtoMessage ¶
func (*ListProfilesRequest) ProtoMessage()
func (*ListProfilesRequest) ProtoReflect ¶
func (x *ListProfilesRequest) ProtoReflect() protoreflect.Message
func (*ListProfilesRequest) Reset ¶
func (x *ListProfilesRequest) Reset()
func (*ListProfilesRequest) String ¶
func (x *ListProfilesRequest) String() string
type ListProfilesResponse ¶
type ListProfilesResponse struct { // Profiles for the specific tenant. Profiles []*Profile `protobuf:"bytes,1,rep,name=profiles,proto3" json:"profiles,omitempty"` // A token to retrieve the next page of results. This is empty if there are no // more results. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
The List profiles response object.
func (*ListProfilesResponse) Descriptor
deprecated
func (*ListProfilesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListProfilesResponse.ProtoReflect.Descriptor instead.
func (*ListProfilesResponse) GetNextPageToken ¶
func (x *ListProfilesResponse) GetNextPageToken() string
func (*ListProfilesResponse) GetProfiles ¶
func (x *ListProfilesResponse) GetProfiles() []*Profile
func (*ListProfilesResponse) ProtoMessage ¶
func (*ListProfilesResponse) ProtoMessage()
func (*ListProfilesResponse) ProtoReflect ¶
func (x *ListProfilesResponse) ProtoReflect() protoreflect.Message
func (*ListProfilesResponse) Reset ¶
func (x *ListProfilesResponse) Reset()
func (*ListProfilesResponse) String ¶
func (x *ListProfilesResponse) String() string
type ListTenantsRequest ¶
type ListTenantsRequest struct { // Required. Resource name of the project under which the tenant is created. // // The format is "projects/{project_id}", for example, // "projects/foo". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The starting indicator from which to return results. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // The maximum number of tenants to be returned, at most 100. // Default is 100 if a non-positive number is provided. PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
List tenants for which the client has ACL visibility.
func (*ListTenantsRequest) Descriptor
deprecated
func (*ListTenantsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTenantsRequest.ProtoReflect.Descriptor instead.
func (*ListTenantsRequest) GetPageSize ¶
func (x *ListTenantsRequest) GetPageSize() int32
func (*ListTenantsRequest) GetPageToken ¶
func (x *ListTenantsRequest) GetPageToken() string
func (*ListTenantsRequest) GetParent ¶
func (x *ListTenantsRequest) GetParent() string
func (*ListTenantsRequest) ProtoMessage ¶
func (*ListTenantsRequest) ProtoMessage()
func (*ListTenantsRequest) ProtoReflect ¶
func (x *ListTenantsRequest) ProtoReflect() protoreflect.Message
func (*ListTenantsRequest) Reset ¶
func (x *ListTenantsRequest) Reset()
func (*ListTenantsRequest) String ¶
func (x *ListTenantsRequest) String() string
type ListTenantsResponse ¶
type ListTenantsResponse struct { // Tenants for the current client. Tenants []*Tenant `protobuf:"bytes,1,rep,name=tenants,proto3" json:"tenants,omitempty"` // A token to retrieve the next page of results. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // Additional information for the API invocation, such as the request // tracking id. Metadata *ResponseMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
The List tenants response object.
func (*ListTenantsResponse) Descriptor
deprecated
func (*ListTenantsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTenantsResponse.ProtoReflect.Descriptor instead.
func (*ListTenantsResponse) GetMetadata ¶
func (x *ListTenantsResponse) GetMetadata() *ResponseMetadata
func (*ListTenantsResponse) GetNextPageToken ¶
func (x *ListTenantsResponse) GetNextPageToken() string
func (*ListTenantsResponse) GetTenants ¶
func (x *ListTenantsResponse) GetTenants() []*Tenant
func (*ListTenantsResponse) ProtoMessage ¶
func (*ListTenantsResponse) ProtoMessage()
func (*ListTenantsResponse) ProtoReflect ¶
func (x *ListTenantsResponse) ProtoReflect() protoreflect.Message
func (*ListTenantsResponse) Reset ¶
func (x *ListTenantsResponse) Reset()
func (*ListTenantsResponse) String ¶
func (x *ListTenantsResponse) String() string
type Location ¶
type Location struct { // The type of a location, which corresponds to the address lines field of // [google.type.PostalAddress][google.type.PostalAddress]. For example, "Downtown, Atlanta, GA, USA" // has a type of [LocationType.NEIGHBORHOOD][google.cloud.talent.v4beta1.Location.LocationType.NEIGHBORHOOD], and "Kansas City, KS, USA" // has a type of [LocationType.LOCALITY][google.cloud.talent.v4beta1.Location.LocationType.LOCALITY]. LocationType Location_LocationType `` /* 153-byte string literal not displayed */ // Postal address of the location that includes human readable information, // such as postal delivery and payments addresses. Given a postal address, // a postal service can deliver items to a premises, P.O. Box, or other // delivery location. PostalAddress *postaladdress.PostalAddress `protobuf:"bytes,2,opt,name=postal_address,json=postalAddress,proto3" json:"postal_address,omitempty"` // An object representing a latitude/longitude pair. LatLng *latlng.LatLng `protobuf:"bytes,3,opt,name=lat_lng,json=latLng,proto3" json:"lat_lng,omitempty"` // Radius in miles of the job location. This value is derived from the // location bounding box in which a circle with the specified radius // centered from [google.type.LatLng][google.type.LatLng] covers the area associated with the // job location. // For example, currently, "Mountain View, CA, USA" has a radius of // 6.17 miles. RadiusMiles float64 `protobuf:"fixed64,4,opt,name=radius_miles,json=radiusMiles,proto3" json:"radius_miles,omitempty"` // contains filtered or unexported fields }
A resource that represents a location with full geographic information.
func (*Location) Descriptor
deprecated
func (*Location) GetLocationType ¶
func (x *Location) GetLocationType() Location_LocationType
func (*Location) GetPostalAddress ¶
func (x *Location) GetPostalAddress() *postaladdress.PostalAddress
func (*Location) GetRadiusMiles ¶
func (*Location) ProtoMessage ¶
func (*Location) ProtoMessage()
func (*Location) ProtoReflect ¶
func (x *Location) ProtoReflect() protoreflect.Message
type LocationFilter ¶
type LocationFilter struct { // The address name, such as "Mountain View" or "Bay Area". Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // CLDR region code of the country/region of the address. This is used // to address ambiguity of the user-input location, for example, "Liverpool" // against "Liverpool, NY, US" or "Liverpool, UK". // // Set this field to bias location resolution toward a specific country // or territory. If this field is not set, application behavior is biased // toward the United States by default. // // See // https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html // for details. Example: "CH" for Switzerland. // Note that this filter is not applicable for Profile Search related queries. RegionCode string `protobuf:"bytes,2,opt,name=region_code,json=regionCode,proto3" json:"region_code,omitempty"` // The latitude and longitude of the geographic center to search from. This // field is ignored if `address` is provided. LatLng *latlng.LatLng `protobuf:"bytes,3,opt,name=lat_lng,json=latLng,proto3" json:"lat_lng,omitempty"` // The distance_in_miles is applied when the location being searched for is // identified as a city or smaller. This field is ignored if the location // being searched for is a state or larger. DistanceInMiles float64 `protobuf:"fixed64,4,opt,name=distance_in_miles,json=distanceInMiles,proto3" json:"distance_in_miles,omitempty"` // Allows the client to return jobs without a // set location, specifically, telecommuting jobs (telecommuting is considered // by the service as a special location. // [Job.posting_region][google.cloud.talent.v4beta1.Job.posting_region] indicates if a job permits telecommuting. // If this field is set to [TelecommutePreference.TELECOMMUTE_ALLOWED][google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference.TELECOMMUTE_ALLOWED], // telecommuting jobs are searched, and [address][google.cloud.talent.v4beta1.LocationFilter.address] and [lat_lng][google.cloud.talent.v4beta1.LocationFilter.lat_lng] are // ignored. If not set or set to // [TelecommutePreference.TELECOMMUTE_EXCLUDED][google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference.TELECOMMUTE_EXCLUDED], telecommute job are not // searched. // // This filter can be used by itself to search exclusively for telecommuting // jobs, or it can be combined with another location // filter to search for a combination of job locations, // such as "Mountain View" or "telecommuting" jobs. However, when used in // combination with other location filters, telecommuting jobs can be // treated as less relevant than other jobs in the search response. // // This field is only used for job search requests. TelecommutePreference LocationFilter_TelecommutePreference `` /* 195-byte string literal not displayed */ // Whether to apply negation to the filter so profiles matching the filter // are excluded. // // Currently only supported in profile search. Negated bool `protobuf:"varint,6,opt,name=negated,proto3" json:"negated,omitempty"` // contains filtered or unexported fields }
Geographic region of the search.
func (*LocationFilter) Descriptor
deprecated
func (*LocationFilter) Descriptor() ([]byte, []int)
Deprecated: Use LocationFilter.ProtoReflect.Descriptor instead.
func (*LocationFilter) GetAddress ¶
func (x *LocationFilter) GetAddress() string
func (*LocationFilter) GetDistanceInMiles ¶
func (x *LocationFilter) GetDistanceInMiles() float64
func (*LocationFilter) GetLatLng ¶
func (x *LocationFilter) GetLatLng() *latlng.LatLng
func (*LocationFilter) GetNegated ¶
func (x *LocationFilter) GetNegated() bool
func (*LocationFilter) GetRegionCode ¶
func (x *LocationFilter) GetRegionCode() string
func (*LocationFilter) GetTelecommutePreference ¶
func (x *LocationFilter) GetTelecommutePreference() LocationFilter_TelecommutePreference
func (*LocationFilter) ProtoMessage ¶
func (*LocationFilter) ProtoMessage()
func (*LocationFilter) ProtoReflect ¶
func (x *LocationFilter) ProtoReflect() protoreflect.Message
func (*LocationFilter) Reset ¶
func (x *LocationFilter) Reset()
func (*LocationFilter) String ¶
func (x *LocationFilter) String() string
type LocationFilter_TelecommutePreference ¶
type LocationFilter_TelecommutePreference int32
Specify whether to include telecommute jobs.
const ( // Default value if the telecommute preference isn't specified. LocationFilter_TELECOMMUTE_PREFERENCE_UNSPECIFIED LocationFilter_TelecommutePreference = 0 // Exclude telecommute jobs. LocationFilter_TELECOMMUTE_EXCLUDED LocationFilter_TelecommutePreference = 1 // Allow telecommute jobs. LocationFilter_TELECOMMUTE_ALLOWED LocationFilter_TelecommutePreference = 2 )
func (LocationFilter_TelecommutePreference) Descriptor ¶
func (LocationFilter_TelecommutePreference) Descriptor() protoreflect.EnumDescriptor
func (LocationFilter_TelecommutePreference) Enum ¶
func (x LocationFilter_TelecommutePreference) Enum() *LocationFilter_TelecommutePreference
func (LocationFilter_TelecommutePreference) EnumDescriptor
deprecated
func (LocationFilter_TelecommutePreference) EnumDescriptor() ([]byte, []int)
Deprecated: Use LocationFilter_TelecommutePreference.Descriptor instead.
func (LocationFilter_TelecommutePreference) Number ¶
func (x LocationFilter_TelecommutePreference) Number() protoreflect.EnumNumber
func (LocationFilter_TelecommutePreference) String ¶
func (x LocationFilter_TelecommutePreference) String() string
func (LocationFilter_TelecommutePreference) Type ¶
func (LocationFilter_TelecommutePreference) Type() protoreflect.EnumType
type Location_LocationType ¶
type Location_LocationType int32
An enum which represents the type of a location.
const ( // Default value if the type isn't specified. Location_LOCATION_TYPE_UNSPECIFIED Location_LocationType = 0 // A country level location. Location_COUNTRY Location_LocationType = 1 // A state or equivalent level location. Location_ADMINISTRATIVE_AREA Location_LocationType = 2 // A county or equivalent level location. Location_SUB_ADMINISTRATIVE_AREA Location_LocationType = 3 // A city or equivalent level location. Location_LOCALITY Location_LocationType = 4 // A postal code level location. Location_POSTAL_CODE Location_LocationType = 5 // A sublocality is a subdivision of a locality, for example a city borough, // ward, or arrondissement. Sublocalities are usually recognized by a local // political authority. For example, Manhattan and Brooklyn are recognized // as boroughs by the City of New York, and are therefore modeled as // sublocalities. Location_SUB_LOCALITY Location_LocationType = 6 // A district or equivalent level location. Location_SUB_LOCALITY_1 Location_LocationType = 7 // A smaller district or equivalent level display. Location_SUB_LOCALITY_2 Location_LocationType = 8 // A neighborhood level location. Location_NEIGHBORHOOD Location_LocationType = 9 // A street address level location. Location_STREET_ADDRESS Location_LocationType = 10 )
func (Location_LocationType) Descriptor ¶
func (Location_LocationType) Descriptor() protoreflect.EnumDescriptor
func (Location_LocationType) Enum ¶
func (x Location_LocationType) Enum() *Location_LocationType
func (Location_LocationType) EnumDescriptor
deprecated
func (Location_LocationType) EnumDescriptor() ([]byte, []int)
Deprecated: Use Location_LocationType.Descriptor instead.
func (Location_LocationType) Number ¶
func (x Location_LocationType) Number() protoreflect.EnumNumber
func (Location_LocationType) String ¶
func (x Location_LocationType) String() string
func (Location_LocationType) Type ¶
func (Location_LocationType) Type() protoreflect.EnumType
type Outcome ¶
type Outcome int32
The overall outcome /decision / result indicator.
const ( // Default value. Outcome_OUTCOME_UNSPECIFIED Outcome = 0 // A positive outcome / passing indicator (for example, candidate was // recommended for hiring or to be moved forward in the hiring process, // candidate passed a test). Outcome_POSITIVE Outcome = 1 // A neutral outcome / no clear indicator (for example, no strong // reccommendation either to move forward / not move forward, neutral score). Outcome_NEUTRAL Outcome = 2 // A negative outcome / failing indicator (for example, candidate was // recommended to NOT move forward in the hiring process, failed a test). Outcome_NEGATIVE Outcome = 3 // The assessment outcome is not available or otherwise unknown (for example, // candidate did not complete assessment). Outcome_OUTCOME_NOT_AVAILABLE Outcome = 4 )
func (Outcome) Descriptor ¶
func (Outcome) Descriptor() protoreflect.EnumDescriptor
func (Outcome) EnumDescriptor
deprecated
func (Outcome) Number ¶
func (x Outcome) Number() protoreflect.EnumNumber
func (Outcome) Type ¶
func (Outcome) Type() protoreflect.EnumType
type Patent ¶
type Patent struct { // Name of the patent. // // Number of characters allowed is 100. DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // A list of inventors' names. // // Number of characters allowed for each is 100. Inventors []string `protobuf:"bytes,2,rep,name=inventors,proto3" json:"inventors,omitempty"` // The status of the patent. // // Number of characters allowed is 100. PatentStatus string `protobuf:"bytes,3,opt,name=patent_status,json=patentStatus,proto3" json:"patent_status,omitempty"` // The date the last time the status of the patent was checked. PatentStatusDate *date.Date `protobuf:"bytes,4,opt,name=patent_status_date,json=patentStatusDate,proto3" json:"patent_status_date,omitempty"` // The date that the patent was filed. PatentFilingDate *date.Date `protobuf:"bytes,5,opt,name=patent_filing_date,json=patentFilingDate,proto3" json:"patent_filing_date,omitempty"` // The name of the patent office. // // Number of characters allowed is 100. PatentOffice string `protobuf:"bytes,6,opt,name=patent_office,json=patentOffice,proto3" json:"patent_office,omitempty"` // The number of the patent. // // Number of characters allowed is 100. PatentNumber string `protobuf:"bytes,7,opt,name=patent_number,json=patentNumber,proto3" json:"patent_number,omitempty"` // The description of the patent. // // Number of characters allowed is 100,000. PatentDescription string `protobuf:"bytes,8,opt,name=patent_description,json=patentDescription,proto3" json:"patent_description,omitempty"` // The skills used in this patent. SkillsUsed []*Skill `protobuf:"bytes,9,rep,name=skills_used,json=skillsUsed,proto3" json:"skills_used,omitempty"` // contains filtered or unexported fields }
Resource that represents the patent acquired by a candidate.
func (*Patent) Descriptor
deprecated
func (*Patent) GetDisplayName ¶
func (*Patent) GetInventors ¶
func (*Patent) GetPatentDescription ¶
func (*Patent) GetPatentFilingDate ¶
func (*Patent) GetPatentNumber ¶
func (*Patent) GetPatentOffice ¶
func (*Patent) GetPatentStatus ¶
func (*Patent) GetPatentStatusDate ¶
func (*Patent) GetSkillsUsed ¶
func (*Patent) ProtoMessage ¶
func (*Patent) ProtoMessage()
func (*Patent) ProtoReflect ¶
func (x *Patent) ProtoReflect() protoreflect.Message
type PersonName ¶
type PersonName struct { // The name of a person. It can be one of // [formatted_name][google.cloud.talent.v4beta1.PersonName.formatted_name] or // [structured_name][google.cloud.talent.v4beta1.PersonName.structured_name]. // // Types that are assignable to PersonName: // *PersonName_FormattedName // *PersonName_StructuredName PersonName isPersonName_PersonName `protobuf_oneof:"person_name"` // Preferred name for the person. This field is ignored if [structured_name][google.cloud.talent.v4beta1.PersonName.structured_name] // is provided. // // Number of characters allowed is 100. PreferredName string `protobuf:"bytes,3,opt,name=preferred_name,json=preferredName,proto3" json:"preferred_name,omitempty"` // contains filtered or unexported fields }
Resource that represents the name of a person.
func (*PersonName) Descriptor
deprecated
func (*PersonName) Descriptor() ([]byte, []int)
Deprecated: Use PersonName.ProtoReflect.Descriptor instead.
func (*PersonName) GetFormattedName ¶
func (x *PersonName) GetFormattedName() string
func (*PersonName) GetPersonName ¶
func (m *PersonName) GetPersonName() isPersonName_PersonName
func (*PersonName) GetPreferredName ¶
func (x *PersonName) GetPreferredName() string
func (*PersonName) GetStructuredName ¶
func (x *PersonName) GetStructuredName() *PersonName_PersonStructuredName
func (*PersonName) ProtoMessage ¶
func (*PersonName) ProtoMessage()
func (*PersonName) ProtoReflect ¶
func (x *PersonName) ProtoReflect() protoreflect.Message
func (*PersonName) Reset ¶
func (x *PersonName) Reset()
func (*PersonName) String ¶
func (x *PersonName) String() string
type PersonNameFilter ¶
type PersonNameFilter struct { // Required. The person name. For example, "John Smith". // // Can be any combination of [PersonName.structured_name.given_name][], // [PersonName.structured_name.middle_initial][], // [PersonName.structured_name.family_name][], and // [PersonName.formatted_name][google.cloud.talent.v4beta1.PersonName.formatted_name]. PersonName string `protobuf:"bytes,1,opt,name=person_name,json=personName,proto3" json:"person_name,omitempty"` // contains filtered or unexported fields }
Filter on person name.
func (*PersonNameFilter) Descriptor
deprecated
func (*PersonNameFilter) Descriptor() ([]byte, []int)
Deprecated: Use PersonNameFilter.ProtoReflect.Descriptor instead.
func (*PersonNameFilter) GetPersonName ¶
func (x *PersonNameFilter) GetPersonName() string
func (*PersonNameFilter) ProtoMessage ¶
func (*PersonNameFilter) ProtoMessage()
func (*PersonNameFilter) ProtoReflect ¶
func (x *PersonNameFilter) ProtoReflect() protoreflect.Message
func (*PersonNameFilter) Reset ¶
func (x *PersonNameFilter) Reset()
func (*PersonNameFilter) String ¶
func (x *PersonNameFilter) String() string
type PersonName_FormattedName ¶
type PersonName_FormattedName struct { // A string represents a person's full name. For example, "Dr. John Smith". // // Number of characters allowed is 100. FormattedName string `protobuf:"bytes,1,opt,name=formatted_name,json=formattedName,proto3,oneof"` }
type PersonName_PersonStructuredName ¶
type PersonName_PersonStructuredName struct { // Given/first name. // // It's derived from [formatted_name][google.cloud.talent.v4beta1.PersonName.formatted_name] if not provided. // // Number of characters allowed is 100. GivenName string `protobuf:"bytes,1,opt,name=given_name,json=givenName,proto3" json:"given_name,omitempty"` // Preferred given/first name or nickname. // // Number of characters allowed is 100. PreferredName string `protobuf:"bytes,6,opt,name=preferred_name,json=preferredName,proto3" json:"preferred_name,omitempty"` // Middle initial. // // It's derived from [formatted_name][google.cloud.talent.v4beta1.PersonName.formatted_name] if not provided. // // Number of characters allowed is 20. MiddleInitial string `protobuf:"bytes,2,opt,name=middle_initial,json=middleInitial,proto3" json:"middle_initial,omitempty"` // Family/last name. // // It's derived from [formatted_name][google.cloud.talent.v4beta1.PersonName.formatted_name] if not provided. // // Number of characters allowed is 100. FamilyName string `protobuf:"bytes,3,opt,name=family_name,json=familyName,proto3" json:"family_name,omitempty"` // Suffixes. // // Number of characters allowed is 20. Suffixes []string `protobuf:"bytes,4,rep,name=suffixes,proto3" json:"suffixes,omitempty"` // Prefixes. // // Number of characters allowed is 20. Prefixes []string `protobuf:"bytes,5,rep,name=prefixes,proto3" json:"prefixes,omitempty"` // contains filtered or unexported fields }
Resource that represents a person's structured name.
func (*PersonName_PersonStructuredName) Descriptor
deprecated
func (*PersonName_PersonStructuredName) Descriptor() ([]byte, []int)
Deprecated: Use PersonName_PersonStructuredName.ProtoReflect.Descriptor instead.
func (*PersonName_PersonStructuredName) GetFamilyName ¶
func (x *PersonName_PersonStructuredName) GetFamilyName() string
func (*PersonName_PersonStructuredName) GetGivenName ¶
func (x *PersonName_PersonStructuredName) GetGivenName() string
func (*PersonName_PersonStructuredName) GetMiddleInitial ¶
func (x *PersonName_PersonStructuredName) GetMiddleInitial() string
func (*PersonName_PersonStructuredName) GetPreferredName ¶
func (x *PersonName_PersonStructuredName) GetPreferredName() string
func (*PersonName_PersonStructuredName) GetPrefixes ¶
func (x *PersonName_PersonStructuredName) GetPrefixes() []string
func (*PersonName_PersonStructuredName) GetSuffixes ¶
func (x *PersonName_PersonStructuredName) GetSuffixes() []string
func (*PersonName_PersonStructuredName) ProtoMessage ¶
func (*PersonName_PersonStructuredName) ProtoMessage()
func (*PersonName_PersonStructuredName) ProtoReflect ¶
func (x *PersonName_PersonStructuredName) ProtoReflect() protoreflect.Message
func (*PersonName_PersonStructuredName) Reset ¶
func (x *PersonName_PersonStructuredName) Reset()
func (*PersonName_PersonStructuredName) String ¶
func (x *PersonName_PersonStructuredName) String() string
type PersonName_StructuredName ¶
type PersonName_StructuredName struct { // A person's name in a structured way (last name, first name, suffix, and // so on.) StructuredName *PersonName_PersonStructuredName `protobuf:"bytes,2,opt,name=structured_name,json=structuredName,proto3,oneof"` }
type PersonalUri ¶
type PersonalUri struct { // The personal URI. // // Number of characters allowed is 4,000. Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"` // contains filtered or unexported fields }
Resource that represents a valid URI for a personal use.
func (*PersonalUri) Descriptor
deprecated
func (*PersonalUri) Descriptor() ([]byte, []int)
Deprecated: Use PersonalUri.ProtoReflect.Descriptor instead.
func (*PersonalUri) GetUri ¶
func (x *PersonalUri) GetUri() string
func (*PersonalUri) ProtoMessage ¶
func (*PersonalUri) ProtoMessage()
func (*PersonalUri) ProtoReflect ¶
func (x *PersonalUri) ProtoReflect() protoreflect.Message
func (*PersonalUri) Reset ¶
func (x *PersonalUri) Reset()
func (*PersonalUri) String ¶
func (x *PersonalUri) String() string
type Phone ¶
type Phone struct { // The usage of the phone. For example, SCHOOL, WORK, PERSONAL. Usage ContactInfoUsage `protobuf:"varint,1,opt,name=usage,proto3,enum=google.cloud.talent.v4beta1.ContactInfoUsage" json:"usage,omitempty"` // The phone type. For example, LANDLINE, MOBILE, FAX. Type Phone_PhoneType `protobuf:"varint,2,opt,name=type,proto3,enum=google.cloud.talent.v4beta1.Phone_PhoneType" json:"type,omitempty"` // Phone number. // // Any phone formats are supported and only exact matches are performed on // searches. For example, if a phone number in profile is provided in the // format of "(xxx)xxx-xxxx", in profile searches the same phone format // has to be provided. // // Number of characters allowed is 20. Number string `protobuf:"bytes,3,opt,name=number,proto3" json:"number,omitempty"` // When this number is available. Any descriptive string is expected. // // Number of characters allowed is 100. WhenAvailable string `protobuf:"bytes,4,opt,name=when_available,json=whenAvailable,proto3" json:"when_available,omitempty"` // contains filtered or unexported fields }
Resource that represents a person's telephone number.
func (*Phone) Descriptor
deprecated
func (*Phone) GetType ¶
func (x *Phone) GetType() Phone_PhoneType
func (*Phone) GetUsage ¶
func (x *Phone) GetUsage() ContactInfoUsage
func (*Phone) GetWhenAvailable ¶
func (*Phone) ProtoMessage ¶
func (*Phone) ProtoMessage()
func (*Phone) ProtoReflect ¶
func (x *Phone) ProtoReflect() protoreflect.Message
type Phone_PhoneType ¶
type Phone_PhoneType int32
Enum that represents the type of the telephone.
const ( // Default value. Phone_PHONE_TYPE_UNSPECIFIED Phone_PhoneType = 0 // A landline. Phone_LANDLINE Phone_PhoneType = 1 // A mobile. Phone_MOBILE Phone_PhoneType = 2 // A fax. Phone_FAX Phone_PhoneType = 3 // A pager. Phone_PAGER Phone_PhoneType = 4 // A TTY (test telephone) or TDD (telecommunication device for the deaf). Phone_TTY_OR_TDD Phone_PhoneType = 5 // A voicemail. Phone_VOICEMAIL Phone_PhoneType = 6 // A virtual telephone number is a number that can be routed to another // number and managed by the user via Web, SMS, IVR, and so on. It is // associated with a particular person, and may be routed to either a MOBILE // or LANDLINE number. The [phone usage][google.cloud.talent.v4beta1.ContactInfoUsage] should // be set to PERSONAL for these phone types. Some more information can be // found here: https://en.wikipedia.org/wiki/Personal_Numbers Phone_VIRTUAL Phone_PhoneType = 7 // Voice over IP numbers. This includes TSoIP (Telephony Service over IP). Phone_VOIP Phone_PhoneType = 8 // In some regions (e.g. the USA), it is impossible to distinguish between // fixed-line and mobile numbers by looking at the phone number itself. Phone_MOBILE_OR_LANDLINE Phone_PhoneType = 9 )
func (Phone_PhoneType) Descriptor ¶
func (Phone_PhoneType) Descriptor() protoreflect.EnumDescriptor
func (Phone_PhoneType) Enum ¶
func (x Phone_PhoneType) Enum() *Phone_PhoneType
func (Phone_PhoneType) EnumDescriptor
deprecated
func (Phone_PhoneType) EnumDescriptor() ([]byte, []int)
Deprecated: Use Phone_PhoneType.Descriptor instead.
func (Phone_PhoneType) Number ¶
func (x Phone_PhoneType) Number() protoreflect.EnumNumber
func (Phone_PhoneType) String ¶
func (x Phone_PhoneType) String() string
func (Phone_PhoneType) Type ¶
func (Phone_PhoneType) Type() protoreflect.EnumType
type PostingRegion ¶
type PostingRegion int32
An enum that represents the job posting region. In most cases, job postings don't need to specify a region. If a region is given, jobs are eligible for searches in the specified region.
const ( // If the region is unspecified, the job is only returned if it // matches the [LocationFilter][google.cloud.talent.v4beta1.LocationFilter]. PostingRegion_POSTING_REGION_UNSPECIFIED PostingRegion = 0 // In addition to exact location matching, job posting is returned when the // [LocationFilter][google.cloud.talent.v4beta1.LocationFilter] in the search query is in the same administrative area // as the returned job posting. For example, if a `ADMINISTRATIVE_AREA` job // is posted in "CA, USA", it's returned if [LocationFilter][google.cloud.talent.v4beta1.LocationFilter] has // "Mountain View". // // Administrative area refers to top-level administrative subdivision of this // country. For example, US state, IT region, UK constituent nation and // JP prefecture. PostingRegion_ADMINISTRATIVE_AREA PostingRegion = 1 // In addition to exact location matching, job is returned when // [LocationFilter][google.cloud.talent.v4beta1.LocationFilter] in search query is in the same country as this job. // For example, if a `NATION_WIDE` job is posted in "USA", it's // returned if [LocationFilter][google.cloud.talent.v4beta1.LocationFilter] has 'Mountain View'. PostingRegion_NATION PostingRegion = 2 // Job allows employees to work remotely (telecommute). // If locations are provided with this value, the job is // considered as having a location, but telecommuting is allowed. PostingRegion_TELECOMMUTE PostingRegion = 3 )
func (PostingRegion) Descriptor ¶
func (PostingRegion) Descriptor() protoreflect.EnumDescriptor
func (PostingRegion) Enum ¶
func (x PostingRegion) Enum() *PostingRegion
func (PostingRegion) EnumDescriptor
deprecated
func (PostingRegion) EnumDescriptor() ([]byte, []int)
Deprecated: Use PostingRegion.Descriptor instead.
func (PostingRegion) Number ¶
func (x PostingRegion) Number() protoreflect.EnumNumber
func (PostingRegion) String ¶
func (x PostingRegion) String() string
func (PostingRegion) Type ¶
func (PostingRegion) Type() protoreflect.EnumType
type Profile ¶
type Profile struct { // Required during profile update. // // Resource name assigned to a profile by the API. // // The format is // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", // for example, "projects/foo/tenants/bar/profiles/baz". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Profile's id in client system, if available. This value is unique for each // profile inside a tenant. An error is thrown if another profile with the // same external_id is created. // // The maximum number of bytes allowed is 100. ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"` // The source description indicating where the profile is acquired. // // For example, if a candidate profile is acquired from a resume, the user can // input "resume" here to indicate the source. // // The maximum number of bytes allowed is 100. Source string `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"` // The URI set by clients that links to this profile's client-side copy. // // The maximum number of bytes allowed is 4000. Uri string `protobuf:"bytes,4,opt,name=uri,proto3" json:"uri,omitempty"` // The cluster id of the profile to associate with other profile(s) for the // same candidate. // // This field should be generated by the customer. If a value is not provided, // a random UUID is assigned to this field of the profile. // // This is used to link multiple profiles to the same candidate. For example, // a client has a candidate with two profiles, where one was created recently // and the other one was created 5 years ago. These two profiles may be very // different. The clients can create the first profile and get a generated // [group_id][google.cloud.talent.v4beta1.Profile.group_id], and assign it when the second profile is created, // indicating these two profiles are referring to the same candidate. GroupId string `protobuf:"bytes,5,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // Indicates the hirable status of the candidate. IsHirable *wrapperspb.BoolValue `protobuf:"bytes,6,opt,name=is_hirable,json=isHirable,proto3" json:"is_hirable,omitempty"` // The timestamp when the profile was first created at this source. CreateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // The timestamp when the profile was last updated at this source. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // The timestamp when the profile was last updated as a result of a direct or // indirect action by a candidate. // // These actions include: // // * Direct actions such as the candidate submitting a new resume as part of a // job application to the agency, using a self-service tool such as a website // to update their profile, and so on. // * Indirect actions by the candidate such as uploading a resume to a job // board that is collected by the agency through a feed, providing a resume to // a recruiter who then uploads it into the ATS, and so on. // * Updates made to the candidate's profile by the recruiter as a result of // interacting with the candidate (for example adding a skill or work // preference, and so on). Changes to [recruiting_notes][google.cloud.talent.v4beta1.Profile.recruiting_notes] are specifically // excluded from this action type. // // Note: [candidate_update_time][google.cloud.talent.v4beta1.Profile.candidate_update_time] must be greater than or equal to // [resume_update_time][google.cloud.talent.v4beta1.Profile.resume_update_time] or an error is thrown. CandidateUpdateTime *timestamppb.Timestamp `protobuf:"bytes,67,opt,name=candidate_update_time,json=candidateUpdateTime,proto3" json:"candidate_update_time,omitempty"` // The timestamp when the candidate's resume was added or updated on the // candidate's profile. Whether that resume was directly uploaded by a // candidate, pulled from a 3rd party job board feed, added by a recruiter, // and so on. // // If this field is updated, it's expected that [resume][google.cloud.talent.v4beta1.Profile.resume] is provided in // the create or update calls. ResumeUpdateTime *timestamppb.Timestamp `protobuf:"bytes,68,opt,name=resume_update_time,json=resumeUpdateTime,proto3" json:"resume_update_time,omitempty"` // The resume representing this profile. Resume *Resume `protobuf:"bytes,53,opt,name=resume,proto3" json:"resume,omitempty"` // The names of the candidate this profile references. // // Currently only one person name is supported. PersonNames []*PersonName `protobuf:"bytes,11,rep,name=person_names,json=personNames,proto3" json:"person_names,omitempty"` // The candidate's postal addresses. It's highly recommended to // input this information as accurately as possible to help improve search // quality. Here are some recommendations: // // * Provide [Address.usage][google.cloud.talent.v4beta1.Address.usage] if possible, especially if the address is // PERSONAL. During a search only personal addresses are considered. If there // is no such address, all addresses with unspecified usage are assumed to be // personal. // * Provide [Address.current][google.cloud.talent.v4beta1.Address.current] for the current address if possible. During // a search, only current addresses are considered. If there is no such // address, all addresses are assumed to be current. // // When displaying a candidate's addresses, it is sometimes desirable to limit // the number of addresses shown. In these cases we recommend that you display // the addresses in the following order of priority: // 1. [Address.usage][google.cloud.talent.v4beta1.Address.usage] is PERSONAL and [Address.current][google.cloud.talent.v4beta1.Address.current] is true. // 2. [Address.usage][google.cloud.talent.v4beta1.Address.usage] is PERSONAL and [Address.current][google.cloud.talent.v4beta1.Address.current] is false or not // set. // 3. [Address.usage][google.cloud.talent.v4beta1.Address.usage] is CONTACT_INFO_USAGE_UNSPECIFIED and // [Address.current][google.cloud.talent.v4beta1.Address.current] is true. // 4. [Address.usage][google.cloud.talent.v4beta1.Address.usage] is CONTACT_INFO_USAGE_UNSPECIFIED and // [Address.current][google.cloud.talent.v4beta1.Address.current] is false or not set. Addresses []*Address `protobuf:"bytes,12,rep,name=addresses,proto3" json:"addresses,omitempty"` // The candidate's email addresses. EmailAddresses []*Email `protobuf:"bytes,13,rep,name=email_addresses,json=emailAddresses,proto3" json:"email_addresses,omitempty"` // The candidate's phone number(s). PhoneNumbers []*Phone `protobuf:"bytes,14,rep,name=phone_numbers,json=phoneNumbers,proto3" json:"phone_numbers,omitempty"` // The candidate's personal URIs. PersonalUris []*PersonalUri `protobuf:"bytes,15,rep,name=personal_uris,json=personalUris,proto3" json:"personal_uris,omitempty"` // Available contact information besides [addresses][google.cloud.talent.v4beta1.Profile.addresses], [email_addresses][google.cloud.talent.v4beta1.Profile.email_addresses], // [phone_numbers][google.cloud.talent.v4beta1.Profile.phone_numbers] and [personal_uris][google.cloud.talent.v4beta1.Profile.personal_uris]. For example, Hang-out, Skype. AdditionalContactInfo []*AdditionalContactInfo `` /* 127-byte string literal not displayed */ // The employment history records of the candidate. It's highly recommended // to input this information as accurately as possible to help improve search // quality. Here are some recommendations: // // * Specify the start and end dates of the employment records. // * List different employment types separately, no matter how minor the // change is. // For example, only job title is changed from "software engineer" to "senior // software engineer". // * Provide [EmploymentRecord.is_current][google.cloud.talent.v4beta1.EmploymentRecord.is_current] for the current employment if // possible. If not, it's inferred from user inputs. // // The limitation for max number of employment records is 100. EmploymentRecords []*EmploymentRecord `protobuf:"bytes,17,rep,name=employment_records,json=employmentRecords,proto3" json:"employment_records,omitempty"` // The education history record of the candidate. It's highly recommended to // input this information as accurately as possible to help improve search // quality. Here are some recommendations: // // * Specify the start and end dates of the education records. // * List each education type separately, no matter how minor the change is. // For example, the profile contains the education experience from the same // school but different degrees. // * Provide [EducationRecord.is_current][google.cloud.talent.v4beta1.EducationRecord.is_current] for the current education if // possible. If not, it's inferred from user inputs. // // The limitation for max number of education records is 100. EducationRecords []*EducationRecord `protobuf:"bytes,18,rep,name=education_records,json=educationRecords,proto3" json:"education_records,omitempty"` // The skill set of the candidate. It's highly recommended to provide as // much information as possible to help improve the search quality. // // The limitation for max number of skills is 500. Skills []*Skill `protobuf:"bytes,19,rep,name=skills,proto3" json:"skills,omitempty"` // The individual or collaborative activities which the candidate has // participated in, for example, open-source projects, class assignments that // aren't listed in [employment_records][google.cloud.talent.v4beta1.Profile.employment_records]. // // The limitation for max number of activities is 50. Activities []*Activity `protobuf:"bytes,20,rep,name=activities,proto3" json:"activities,omitempty"` // The publications published by the candidate. // // The limitation for max number of publications is 50. Publications []*Publication `protobuf:"bytes,21,rep,name=publications,proto3" json:"publications,omitempty"` // The patents acquired by the candidate. Patents []*Patent `protobuf:"bytes,22,rep,name=patents,proto3" json:"patents,omitempty"` // The certifications acquired by the candidate. Certifications []*Certification `protobuf:"bytes,23,rep,name=certifications,proto3" json:"certifications,omitempty"` // Output only. The resource names of the candidate's applications. Applications []string `protobuf:"bytes,47,rep,name=applications,proto3" json:"applications,omitempty"` // Output only. The resource names of the candidate's assignments. Assignments []string `protobuf:"bytes,48,rep,name=assignments,proto3" json:"assignments,omitempty"` // A map of fields to hold both filterable and non-filterable custom profile // attributes that aren't covered by the provided structured fields. See // [CustomAttribute][google.cloud.talent.v4beta1.CustomAttribute] for more details. // // At most 100 filterable and at most 100 unfilterable keys are supported. If // limit is exceeded, an error is thrown. Custom attributes are `unfilterable` // by default. These are filterable when the `filterable` flag is set to // `true`. // // Numeric custom attributes: each key can only map to one numeric value, // otherwise an error is thrown. Client can also filter on numeric custom // attributes using '>', '<' or '=' operators. // // String custom attributes: each key can map up to 50 string values. For // filterable string value, each value has a byte size of no more than 256B. // For unfilterable string values, the maximum byte size of a single key is // 64B. An error is thrown for any request exceeding the limit. // The maximum total byte size is 10KB. CustomAttributes map[string]*CustomAttribute `` /* 198-byte string literal not displayed */ // Output only. Indicates if a summarized profile was created as part of the // profile creation API call. This flag does not indicate whether a profile is // searchable or not. Processed bool `protobuf:"varint,27,opt,name=processed,proto3" json:"processed,omitempty"` // Output only. Keyword snippet shows how the search result is related to a // search query. This is only returned in [SearchProfilesResponse][google.cloud.talent.v4beta1.SearchProfilesResponse]. KeywordSnippet string `protobuf:"bytes,28,opt,name=keyword_snippet,json=keywordSnippet,proto3" json:"keyword_snippet,omitempty"` // Output only. Candidate's availability signals. AvailabilitySignals []*AvailabilitySignal `protobuf:"bytes,70,rep,name=availability_signals,json=availabilitySignals,proto3" json:"availability_signals,omitempty"` // Output only. Derived locations of the profile, resolved from [Profile.addresses][google.cloud.talent.v4beta1.Profile.addresses]. // // [derived_addresses][google.cloud.talent.v4beta1.Profile.derived_addresses] are exactly matched to [Profile.addresses][google.cloud.talent.v4beta1.Profile.addresses] in the // same order. DerivedAddresses []*Location `protobuf:"bytes,64,rep,name=derived_addresses,json=derivedAddresses,proto3" json:"derived_addresses,omitempty"` // contains filtered or unexported fields }
A resource that represents the profile for a job candidate (also referred to as a "single-source profile").
func (*Profile) Descriptor
deprecated
func (*Profile) GetActivities ¶
func (*Profile) GetAdditionalContactInfo ¶
func (x *Profile) GetAdditionalContactInfo() []*AdditionalContactInfo
func (*Profile) GetAddresses ¶
func (*Profile) GetApplications ¶
func (*Profile) GetAssignments ¶
func (*Profile) GetAvailabilitySignals ¶
func (x *Profile) GetAvailabilitySignals() []*AvailabilitySignal
func (*Profile) GetCandidateUpdateTime ¶
func (x *Profile) GetCandidateUpdateTime() *timestamppb.Timestamp
func (*Profile) GetCertifications ¶
func (x *Profile) GetCertifications() []*Certification
func (*Profile) GetCreateTime ¶
func (x *Profile) GetCreateTime() *timestamppb.Timestamp
func (*Profile) GetCustomAttributes ¶
func (x *Profile) GetCustomAttributes() map[string]*CustomAttribute
func (*Profile) GetDerivedAddresses ¶
func (*Profile) GetEducationRecords ¶
func (x *Profile) GetEducationRecords() []*EducationRecord
func (*Profile) GetEmailAddresses ¶
func (*Profile) GetEmploymentRecords ¶
func (x *Profile) GetEmploymentRecords() []*EmploymentRecord
func (*Profile) GetExternalId ¶
func (*Profile) GetGroupId ¶
func (*Profile) GetIsHirable ¶
func (x *Profile) GetIsHirable() *wrapperspb.BoolValue
func (*Profile) GetKeywordSnippet ¶
func (*Profile) GetPatents ¶
func (*Profile) GetPersonNames ¶
func (x *Profile) GetPersonNames() []*PersonName
func (*Profile) GetPersonalUris ¶
func (x *Profile) GetPersonalUris() []*PersonalUri
func (*Profile) GetPhoneNumbers ¶
func (*Profile) GetProcessed ¶
func (*Profile) GetPublications ¶
func (x *Profile) GetPublications() []*Publication
func (*Profile) GetResumeUpdateTime ¶
func (x *Profile) GetResumeUpdateTime() *timestamppb.Timestamp
func (*Profile) GetUpdateTime ¶
func (x *Profile) GetUpdateTime() *timestamppb.Timestamp
func (*Profile) ProtoMessage ¶
func (*Profile) ProtoMessage()
func (*Profile) ProtoReflect ¶
func (x *Profile) ProtoReflect() protoreflect.Message
type ProfileEvent ¶
type ProfileEvent struct { // Required. Type of event. Type ProfileEvent_ProfileEventType `protobuf:"varint,1,opt,name=type,proto3,enum=google.cloud.talent.v4beta1.ProfileEvent_ProfileEventType" json:"type,omitempty"` // Required. The [profile name(s)][google.cloud.talent.v4beta1.Profile.name] associated with this client event. // // The format is // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", // for example, "projects/foo/tenants/bar/profiles/baz". Profiles []string `protobuf:"bytes,2,rep,name=profiles,proto3" json:"profiles,omitempty"` // The [job name(s)][google.cloud.talent.v4beta1.Job.name] associated with this client event. Leave it // empty if the event isn't associated with a job. // // The format is // "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}", for // example, "projects/foo/tenants/bar/jobs/baz". Jobs []string `protobuf:"bytes,6,rep,name=jobs,proto3" json:"jobs,omitempty"` // contains filtered or unexported fields }
An event issued when a profile searcher interacts with the application that implements Cloud Talent Solution.
func (*ProfileEvent) Descriptor
deprecated
func (*ProfileEvent) Descriptor() ([]byte, []int)
Deprecated: Use ProfileEvent.ProtoReflect.Descriptor instead.
func (*ProfileEvent) GetJobs ¶
func (x *ProfileEvent) GetJobs() []string
func (*ProfileEvent) GetProfiles ¶
func (x *ProfileEvent) GetProfiles() []string
func (*ProfileEvent) GetType ¶
func (x *ProfileEvent) GetType() ProfileEvent_ProfileEventType
func (*ProfileEvent) ProtoMessage ¶
func (*ProfileEvent) ProtoMessage()
func (*ProfileEvent) ProtoReflect ¶
func (x *ProfileEvent) ProtoReflect() protoreflect.Message
func (*ProfileEvent) Reset ¶
func (x *ProfileEvent) Reset()
func (*ProfileEvent) String ¶
func (x *ProfileEvent) String() string
type ProfileEvent_ProfileEventType ¶
type ProfileEvent_ProfileEventType int32
The enum represents types of client events for a candidate profile.
const ( // Default value. ProfileEvent_PROFILE_EVENT_TYPE_UNSPECIFIED ProfileEvent_ProfileEventType = 0 // Send this event when a [ProfileEvent.profiles][google.cloud.talent.v4beta1.ProfileEvent.profiles] was sent as a part of // a result set for a CTS API call and was rendered in the end user's UI // (that is, the [ProfileEvent.recruiter][google.cloud.talent.v4beta1.ProfileEvent.recruiter]). ProfileEvent_IMPRESSION ProfileEvent_ProfileEventType = 1 // The VIEW event records the action of a candidate's profile being // viewed by an end user. This is critical to tracking product metrics and // should be sent for every profile VIEW that happens in your system, // whether the event is associated with an API call (for example, a // recruiter making a request for a result set and clicking on a profile) // or not (a recruiter using the system to view profile details without // making a request). // // For a VIEW events associated with API calls, the // [ClientEvent.request_id][google.cloud.talent.v4beta1.ClientEvent.request_id] should be populated. If the VIEW is not // associated with an API call, [request_id][google.cloud.talent.v4beta1.ClientEvent.request_id] should // not be populated. // // This event requires a valid recruiter and one valid ID in profiles. ProfileEvent_VIEW ProfileEvent_ProfileEventType = 2 // The profile is bookmarked. ProfileEvent_BOOKMARK ProfileEvent_ProfileEventType = 3 )
func (ProfileEvent_ProfileEventType) Descriptor ¶
func (ProfileEvent_ProfileEventType) Descriptor() protoreflect.EnumDescriptor
func (ProfileEvent_ProfileEventType) Enum ¶
func (x ProfileEvent_ProfileEventType) Enum() *ProfileEvent_ProfileEventType
func (ProfileEvent_ProfileEventType) EnumDescriptor
deprecated
func (ProfileEvent_ProfileEventType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ProfileEvent_ProfileEventType.Descriptor instead.
func (ProfileEvent_ProfileEventType) Number ¶
func (x ProfileEvent_ProfileEventType) Number() protoreflect.EnumNumber
func (ProfileEvent_ProfileEventType) String ¶
func (x ProfileEvent_ProfileEventType) String() string
func (ProfileEvent_ProfileEventType) Type ¶
func (ProfileEvent_ProfileEventType) Type() protoreflect.EnumType
type ProfileQuery ¶
type ProfileQuery struct { // Keywords to match any text fields of profiles. // // For example, "software engineer in Palo Alto". Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` // The location filter specifies geo-regions containing the profiles to // search against. // // One of [LocationFilter.address][google.cloud.talent.v4beta1.LocationFilter.address] or [LocationFilter.lat_lng][google.cloud.talent.v4beta1.LocationFilter.lat_lng] must be // provided or an error is thrown. If both [LocationFilter.address][google.cloud.talent.v4beta1.LocationFilter.address] and // [LocationFilter.lat_lng][google.cloud.talent.v4beta1.LocationFilter.lat_lng] are provided, an error is thrown. // // The following logic is used to determine which locations in // the profile to filter against: // // 1. All of the profile's geocoded [Profile.addresses][google.cloud.talent.v4beta1.Profile.addresses] where // [Address.usage][google.cloud.talent.v4beta1.Address.usage] is PERSONAL and [Address.current][google.cloud.talent.v4beta1.Address.current] is true. // // 2. If the above set of locations is empty, all of the profile's geocoded // [Profile.addresses][google.cloud.talent.v4beta1.Profile.addresses] where [Address.usage][google.cloud.talent.v4beta1.Address.usage] is // CONTACT_INFO_USAGE_UNSPECIFIED and [Address.current][google.cloud.talent.v4beta1.Address.current] is true. // // 3. If the above set of locations is empty, all of the profile's geocoded // [Profile.addresses][google.cloud.talent.v4beta1.Profile.addresses] where [Address.usage][google.cloud.talent.v4beta1.Address.usage] is PERSONAL or // CONTACT_INFO_USAGE_UNSPECIFIED and [Address.current][google.cloud.talent.v4beta1.Address.current] is not set. // // This means that any profiles without any [Profile.addresses][google.cloud.talent.v4beta1.Profile.addresses] that match // any of the above criteria will not be included in a search with location // filter. Furthermore, any [Profile.addresses][google.cloud.talent.v4beta1.Profile.addresses] where [Address.usage][google.cloud.talent.v4beta1.Address.usage] is // WORK or SCHOOL or where [Address.current][google.cloud.talent.v4beta1.Address.current] is false are not considered for // location filter. // // If a location filter isn't specified, profiles fitting the other search // criteria are retrieved regardless of where they're located. // // If [LocationFilter.negated][google.cloud.talent.v4beta1.LocationFilter.negated] is specified, the result doesn't contain // profiles from that location. // // If [LocationFilter.address][google.cloud.talent.v4beta1.LocationFilter.address] is provided, the // [LocationType][google.cloud.talent.v4beta1.Location.LocationType], center // point (latitude and longitude), and radius are automatically detected by // the Google Maps Geocoding API and included as well. If // [LocationFilter.address][google.cloud.talent.v4beta1.LocationFilter.address] cannot be geocoded, the filter // falls back to keyword search. // // If the detected // [LocationType][google.cloud.talent.v4beta1.Location.LocationType] is // [LocationType.SUB_ADMINISTRATIVE_AREA][google.cloud.talent.v4beta1.Location.LocationType.SUB_ADMINISTRATIVE_AREA], // [LocationType.ADMINISTRATIVE_AREA][google.cloud.talent.v4beta1.Location.LocationType.ADMINISTRATIVE_AREA], // or // [LocationType.COUNTRY][google.cloud.talent.v4beta1.Location.LocationType.COUNTRY], // the filter is performed against the detected location name (using exact // text matching). Otherwise, the filter is performed against the detected // center point and a radius of detected location radius + // [LocationFilter.distance_in_miles][google.cloud.talent.v4beta1.LocationFilter.distance_in_miles]. // // If [LocationFilter.address][google.cloud.talent.v4beta1.LocationFilter.address] is provided, // [LocationFilter.distance_in_miles][google.cloud.talent.v4beta1.LocationFilter.distance_in_miles] is the additional radius on top of the // radius of the location geocoded from [LocationFilter.address][google.cloud.talent.v4beta1.LocationFilter.address]. If // [LocationFilter.lat_lng][google.cloud.talent.v4beta1.LocationFilter.lat_lng] is provided, // [LocationFilter.distance_in_miles][google.cloud.talent.v4beta1.LocationFilter.distance_in_miles] is the only radius that is used. // // [LocationFilter.distance_in_miles][google.cloud.talent.v4beta1.LocationFilter.distance_in_miles] is 10 by default. Note that the value // of [LocationFilter.distance_in_miles][google.cloud.talent.v4beta1.LocationFilter.distance_in_miles] is 0 if it is unset, so the server // does not differentiate [LocationFilter.distance_in_miles][google.cloud.talent.v4beta1.LocationFilter.distance_in_miles] that is // explicitly set to 0 and [LocationFilter.distance_in_miles][google.cloud.talent.v4beta1.LocationFilter.distance_in_miles] that is not // set. Which means that if [LocationFilter.distance_in_miles][google.cloud.talent.v4beta1.LocationFilter.distance_in_miles] is explicitly // set to 0, the server will use the default value of // [LocationFilter.distance_in_miles][google.cloud.talent.v4beta1.LocationFilter.distance_in_miles] which is 10. To work around this and // effectively set [LocationFilter.distance_in_miles][google.cloud.talent.v4beta1.LocationFilter.distance_in_miles] to 0, we recommend // setting [LocationFilter.distance_in_miles][google.cloud.talent.v4beta1.LocationFilter.distance_in_miles] to a very small decimal number // (such as 0.00001). // // If [LocationFilter.distance_in_miles][google.cloud.talent.v4beta1.LocationFilter.distance_in_miles] is negative, an error is thrown. LocationFilters []*LocationFilter `protobuf:"bytes,2,rep,name=location_filters,json=locationFilters,proto3" json:"location_filters,omitempty"` // Job title filter specifies job titles of profiles to match on. // // If a job title isn't specified, profiles with any titles are retrieved. // // If multiple values are specified, profiles are retrieved with any of the // specified job titles. // // If [JobTitleFilter.negated][google.cloud.talent.v4beta1.JobTitleFilter.negated] is specified, the result won't contain // profiles with the job titles. // // For example, search for profiles with a job title "Product Manager". JobTitleFilters []*JobTitleFilter `protobuf:"bytes,3,rep,name=job_title_filters,json=jobTitleFilters,proto3" json:"job_title_filters,omitempty"` // Employer filter specifies employers of profiles to match on. // // If an employer filter isn't specified, profiles with any employers are // retrieved. // // If multiple employer filters are specified, profiles with any matching // employers are retrieved. // // If [EmployerFilter.negated][google.cloud.talent.v4beta1.EmployerFilter.negated] is specified, the result won't contain // profiles that match the employers. // // For example, search for profiles that have working experience at "Google // LLC". EmployerFilters []*EmployerFilter `protobuf:"bytes,4,rep,name=employer_filters,json=employerFilters,proto3" json:"employer_filters,omitempty"` // Education filter specifies education of profiles to match on. // // If an education filter isn't specified, profiles with any education are // retrieved. // // If multiple education filters are specified, profiles that match any // education filters are retrieved. // // If [EducationFilter.negated][google.cloud.talent.v4beta1.EducationFilter.negated] is specified, the result won't contain // profiles that match the educations. // // For example, search for profiles with a master degree. EducationFilters []*EducationFilter `protobuf:"bytes,5,rep,name=education_filters,json=educationFilters,proto3" json:"education_filters,omitempty"` // Skill filter specifies skill of profiles to match on. // // If a skill filter isn't specified, profiles with any skills are retrieved. // // If multiple skill filters are specified, profiles that match any skill // filters are retrieved. // // If [SkillFilter.negated][google.cloud.talent.v4beta1.SkillFilter.negated] is specified, the result won't contain profiles // that match the skills. // // For example, search for profiles that have "Java" and "Python" in skill // list. SkillFilters []*SkillFilter `protobuf:"bytes,6,rep,name=skill_filters,json=skillFilters,proto3" json:"skill_filters,omitempty"` // Work experience filter specifies the total working experience of profiles // to match on. // // If a work experience filter isn't specified, profiles with any // professional experience are retrieved. // // If multiple work experience filters are specified, profiles that match any // work experience filters are retrieved. // // For example, search for profiles with 10 years of work experience. WorkExperienceFilter []*WorkExperienceFilter `protobuf:"bytes,7,rep,name=work_experience_filter,json=workExperienceFilter,proto3" json:"work_experience_filter,omitempty"` // Time filter specifies the create/update timestamp of the profiles to match // on. // // For example, search for profiles created since "2018-1-1". TimeFilters []*TimeFilter `protobuf:"bytes,8,rep,name=time_filters,json=timeFilters,proto3" json:"time_filters,omitempty"` // The hirable filter specifies the profile's hirable status to match on. HirableFilter *wrapperspb.BoolValue `protobuf:"bytes,9,opt,name=hirable_filter,json=hirableFilter,proto3" json:"hirable_filter,omitempty"` // The application date filters specify application date ranges to match on. ApplicationDateFilters []*ApplicationDateFilter `` /* 130-byte string literal not displayed */ // The application outcome notes filters specify the notes for the outcome of // the job application. ApplicationOutcomeNotesFilters []*ApplicationOutcomeNotesFilter `` /* 156-byte string literal not displayed */ // The application job filters specify the job applied for in the application. ApplicationJobFilters []*ApplicationJobFilter `` /* 127-byte string literal not displayed */ // This filter specifies a structured syntax to match against the // [Profile.custom_attributes][google.cloud.talent.v4beta1.Profile.custom_attributes] that are marked as `filterable`. // // The syntax for this expression is a subset of Google SQL syntax. // // String custom attributes: supported operators are =, != where the left of // the operator is a custom field key and the right of the operator is a // string (surrounded by quotes) value. // // Numeric custom attributes: Supported operators are '>', '<' or '=' // operators where the left of the operator is a custom field key and the // right of the operator is a numeric value. // // Supported functions are LOWER(<field_name>) to // perform case insensitive match and EMPTY(<field_name>) to filter on the // existence of a key. // // Boolean expressions (AND/OR/NOT) are supported up to 3 levels of // nesting (for example "((A AND B AND C) OR NOT D) AND E"), and there can be // a maximum of 50 comparisons/functions in the expression. The expression // must be < 2000 characters in length. // // Sample Query: // (key1 = "TEST" OR LOWER(key1)="test" OR NOT EMPTY(key1)) CustomAttributeFilter string `` /* 127-byte string literal not displayed */ // Deprecated. Use availability_filters instead. // // The candidate availability filter which filters based on availability // signals. // // Signal 1: Number of days since most recent job application. See // [Availability.JobApplicationAvailabilitySignal][google.cloud.talent.v4beta1.Availability.JobApplicationAvailabilitySignal] for the details of this // signal. // // Signal 2: Number of days since last profile update. See // [Availability.ProfileUpdateAvailabilitySignal][google.cloud.talent.v4beta1.Availability.ProfileUpdateAvailabilitySignal] // for the details of this signal. // // The candidate availability filter helps a recruiter understand if a // specific candidate is likely to be actively seeking new job opportunities // based on an aggregated set of signals. Specifically, the intent is NOT to // indicate the candidate's potential qualification / interest / close ability // for a specific job. // // Deprecated: Do not use. CandidateAvailabilityFilter *CandidateAvailabilityFilter `` /* 145-byte string literal not displayed */ // The availability filter which filters based on // [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals]. // // The availability filter helps a recruiter understand if a // specific candidate is likely to be actively seeking new job opportunities // based on an aggregated set of signals. Specifically, the intent is NOT to // indicate the candidate's potential qualification / interest / close ability // for a specific job. // // There can be at most one [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter] per // [signal_type][google.cloud.talent.v4beta1.AvailabilityFilter.signal_type]. If there are multiple // [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter] for a [signal_type][google.cloud.talent.v4beta1.AvailabilityFilter.signal_type], // an error is thrown. AvailabilityFilters []*AvailabilityFilter `protobuf:"bytes,18,rep,name=availability_filters,json=availabilityFilters,proto3" json:"availability_filters,omitempty"` // Person name filter specifies person name of profiles to match on. // // If multiple person name filters are specified, profiles that match any // person name filters are retrieved. // // For example, search for profiles of candidates with name "John Smith". PersonNameFilters []*PersonNameFilter `protobuf:"bytes,17,rep,name=person_name_filters,json=personNameFilters,proto3" json:"person_name_filters,omitempty"` // contains filtered or unexported fields }
Filters to apply when performing the search query.
func (*ProfileQuery) Descriptor
deprecated
func (*ProfileQuery) Descriptor() ([]byte, []int)
Deprecated: Use ProfileQuery.ProtoReflect.Descriptor instead.
func (*ProfileQuery) GetApplicationDateFilters ¶
func (x *ProfileQuery) GetApplicationDateFilters() []*ApplicationDateFilter
func (*ProfileQuery) GetApplicationJobFilters ¶
func (x *ProfileQuery) GetApplicationJobFilters() []*ApplicationJobFilter
func (*ProfileQuery) GetApplicationOutcomeNotesFilters ¶
func (x *ProfileQuery) GetApplicationOutcomeNotesFilters() []*ApplicationOutcomeNotesFilter
func (*ProfileQuery) GetAvailabilityFilters ¶
func (x *ProfileQuery) GetAvailabilityFilters() []*AvailabilityFilter
func (*ProfileQuery) GetCandidateAvailabilityFilter
deprecated
func (x *ProfileQuery) GetCandidateAvailabilityFilter() *CandidateAvailabilityFilter
Deprecated: Do not use.
func (*ProfileQuery) GetCustomAttributeFilter ¶
func (x *ProfileQuery) GetCustomAttributeFilter() string
func (*ProfileQuery) GetEducationFilters ¶
func (x *ProfileQuery) GetEducationFilters() []*EducationFilter
func (*ProfileQuery) GetEmployerFilters ¶
func (x *ProfileQuery) GetEmployerFilters() []*EmployerFilter
func (*ProfileQuery) GetHirableFilter ¶
func (x *ProfileQuery) GetHirableFilter() *wrapperspb.BoolValue
func (*ProfileQuery) GetJobTitleFilters ¶
func (x *ProfileQuery) GetJobTitleFilters() []*JobTitleFilter
func (*ProfileQuery) GetLocationFilters ¶
func (x *ProfileQuery) GetLocationFilters() []*LocationFilter
func (*ProfileQuery) GetPersonNameFilters ¶
func (x *ProfileQuery) GetPersonNameFilters() []*PersonNameFilter
func (*ProfileQuery) GetQuery ¶
func (x *ProfileQuery) GetQuery() string
func (*ProfileQuery) GetSkillFilters ¶
func (x *ProfileQuery) GetSkillFilters() []*SkillFilter
func (*ProfileQuery) GetTimeFilters ¶
func (x *ProfileQuery) GetTimeFilters() []*TimeFilter
func (*ProfileQuery) GetWorkExperienceFilter ¶
func (x *ProfileQuery) GetWorkExperienceFilter() []*WorkExperienceFilter
func (*ProfileQuery) ProtoMessage ¶
func (*ProfileQuery) ProtoMessage()
func (*ProfileQuery) ProtoReflect ¶
func (x *ProfileQuery) ProtoReflect() protoreflect.Message
func (*ProfileQuery) Reset ¶
func (x *ProfileQuery) Reset()
func (*ProfileQuery) String ¶
func (x *ProfileQuery) String() string
type ProfileServiceClient ¶
type ProfileServiceClient interface { // Lists profiles by filter. The order is unspecified. ListProfiles(ctx context.Context, in *ListProfilesRequest, opts ...grpc.CallOption) (*ListProfilesResponse, error) // Creates and returns a new profile. CreateProfile(ctx context.Context, in *CreateProfileRequest, opts ...grpc.CallOption) (*Profile, error) // Gets the specified profile. GetProfile(ctx context.Context, in *GetProfileRequest, opts ...grpc.CallOption) (*Profile, error) // Updates the specified profile and returns the updated result. UpdateProfile(ctx context.Context, in *UpdateProfileRequest, opts ...grpc.CallOption) (*Profile, error) // Deletes the specified profile. // Prerequisite: The profile has no associated applications or assignments // associated. DeleteProfile(ctx context.Context, in *DeleteProfileRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Searches for profiles within a tenant. // // For example, search by raw queries "software engineer in Mountain View" or // search by structured filters (location filter, education filter, etc.). // // See [SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest] for more information. SearchProfiles(ctx context.Context, in *SearchProfilesRequest, opts ...grpc.CallOption) (*SearchProfilesResponse, error) }
ProfileServiceClient is the client API for ProfileService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewProfileServiceClient ¶
func NewProfileServiceClient(cc grpc.ClientConnInterface) ProfileServiceClient
type ProfileServiceServer ¶
type ProfileServiceServer interface { // Lists profiles by filter. The order is unspecified. ListProfiles(context.Context, *ListProfilesRequest) (*ListProfilesResponse, error) // Creates and returns a new profile. CreateProfile(context.Context, *CreateProfileRequest) (*Profile, error) // Gets the specified profile. GetProfile(context.Context, *GetProfileRequest) (*Profile, error) // Updates the specified profile and returns the updated result. UpdateProfile(context.Context, *UpdateProfileRequest) (*Profile, error) // Deletes the specified profile. // Prerequisite: The profile has no associated applications or assignments // associated. DeleteProfile(context.Context, *DeleteProfileRequest) (*emptypb.Empty, error) // Searches for profiles within a tenant. // // For example, search by raw queries "software engineer in Mountain View" or // search by structured filters (location filter, education filter, etc.). // // See [SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest] for more information. SearchProfiles(context.Context, *SearchProfilesRequest) (*SearchProfilesResponse, error) }
ProfileServiceServer is the server API for ProfileService service.
type Publication ¶
type Publication struct { // A list of author names. // // Number of characters allowed is 100. Authors []string `protobuf:"bytes,1,rep,name=authors,proto3" json:"authors,omitempty"` // The title of the publication. // // Number of characters allowed is 100. Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` // The description of the publication. // // Number of characters allowed is 100,000. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // The journal name of the publication. // // Number of characters allowed is 100. Journal string `protobuf:"bytes,4,opt,name=journal,proto3" json:"journal,omitempty"` // Volume number. // // Number of characters allowed is 100. Volume string `protobuf:"bytes,5,opt,name=volume,proto3" json:"volume,omitempty"` // The publisher of the journal. // // Number of characters allowed is 100. Publisher string `protobuf:"bytes,6,opt,name=publisher,proto3" json:"publisher,omitempty"` // The publication date. PublicationDate *date.Date `protobuf:"bytes,7,opt,name=publication_date,json=publicationDate,proto3" json:"publication_date,omitempty"` // The publication type. // // Number of characters allowed is 100. PublicationType string `protobuf:"bytes,8,opt,name=publication_type,json=publicationType,proto3" json:"publication_type,omitempty"` // ISBN number. // // Number of characters allowed is 100. Isbn string `protobuf:"bytes,9,opt,name=isbn,proto3" json:"isbn,omitempty"` // contains filtered or unexported fields }
Resource that represents a publication resource of a candidate.
func (*Publication) Descriptor
deprecated
func (*Publication) Descriptor() ([]byte, []int)
Deprecated: Use Publication.ProtoReflect.Descriptor instead.
func (*Publication) GetAuthors ¶
func (x *Publication) GetAuthors() []string
func (*Publication) GetDescription ¶
func (x *Publication) GetDescription() string
func (*Publication) GetIsbn ¶
func (x *Publication) GetIsbn() string
func (*Publication) GetJournal ¶
func (x *Publication) GetJournal() string
func (*Publication) GetPublicationDate ¶
func (x *Publication) GetPublicationDate() *date.Date
func (*Publication) GetPublicationType ¶
func (x *Publication) GetPublicationType() string
func (*Publication) GetPublisher ¶
func (x *Publication) GetPublisher() string
func (*Publication) GetTitle ¶
func (x *Publication) GetTitle() string
func (*Publication) GetVolume ¶
func (x *Publication) GetVolume() string
func (*Publication) ProtoMessage ¶
func (*Publication) ProtoMessage()
func (*Publication) ProtoReflect ¶
func (x *Publication) ProtoReflect() protoreflect.Message
func (*Publication) Reset ¶
func (x *Publication) Reset()
func (*Publication) String ¶
func (x *Publication) String() string
type Rating ¶
type Rating struct { // Overall score. Overall float64 `protobuf:"fixed64,1,opt,name=overall,proto3" json:"overall,omitempty"` // The minimum value for the score. Min float64 `protobuf:"fixed64,2,opt,name=min,proto3" json:"min,omitempty"` // The maximum value for the score. Max float64 `protobuf:"fixed64,3,opt,name=max,proto3" json:"max,omitempty"` // The steps within the score (for example, interval = 1 max = 5 // min = 1 indicates that the score can be 1, 2, 3, 4, or 5) Interval float64 `protobuf:"fixed64,4,opt,name=interval,proto3" json:"interval,omitempty"` // contains filtered or unexported fields }
The details of the score received for an assessment or interview.
func (*Rating) Descriptor
deprecated
func (*Rating) GetInterval ¶
func (*Rating) GetOverall ¶
func (*Rating) ProtoMessage ¶
func (*Rating) ProtoMessage()
func (*Rating) ProtoReflect ¶
func (x *Rating) ProtoReflect() protoreflect.Message
type RequestMetadata ¶
type RequestMetadata struct { // Required if [allow_missing_ids][google.cloud.talent.v4beta1.RequestMetadata.allow_missing_ids] is unset or `false`. // // The client-defined scope or source of the service call, which typically // is the domain on // which the service has been implemented and is currently being run. // // For example, if the service is being run by client <em>Foo, Inc.</em>, on // job board www.foo.com and career site www.bar.com, then this field is // set to "foo.com" for use on the job board, and "bar.com" for use on the // career site. // // Note that any improvements to the model for a particular tenant site rely // on this field being set correctly to a unique domain. // // The maximum number of allowed characters is 255. Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"` // Required if [allow_missing_ids][google.cloud.talent.v4beta1.RequestMetadata.allow_missing_ids] is unset or `false`. // // A unique session identification string. A session is defined as the // duration of an end user's interaction with the service over a certain // period. // Obfuscate this field for privacy concerns before // providing it to the service. // // Note that any improvements to the model for a particular tenant site rely // on this field being set correctly to a unique session ID. // // The maximum number of allowed characters is 255. SessionId string `protobuf:"bytes,2,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"` // Required if [allow_missing_ids][google.cloud.talent.v4beta1.RequestMetadata.allow_missing_ids] is unset or `false`. // // A unique user identification string, as determined by the client. // To have the strongest positive impact on search quality // make sure the client-level is unique. // Obfuscate this field for privacy concerns before // providing it to the service. // // Note that any improvements to the model for a particular tenant site rely // on this field being set correctly to a unique user ID. // // The maximum number of allowed characters is 255. UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // Only set when any of [domain][google.cloud.talent.v4beta1.RequestMetadata.domain], [session_id][google.cloud.talent.v4beta1.RequestMetadata.session_id] and [user_id][google.cloud.talent.v4beta1.RequestMetadata.user_id] isn't // available for some reason. It is highly recommended not to set this field // and provide accurate [domain][google.cloud.talent.v4beta1.RequestMetadata.domain], [session_id][google.cloud.talent.v4beta1.RequestMetadata.session_id] and [user_id][google.cloud.talent.v4beta1.RequestMetadata.user_id] for the // best service experience. AllowMissingIds bool `protobuf:"varint,4,opt,name=allow_missing_ids,json=allowMissingIds,proto3" json:"allow_missing_ids,omitempty"` // The type of device used by the job seeker at the time of the call to the // service. DeviceInfo *DeviceInfo `protobuf:"bytes,5,opt,name=device_info,json=deviceInfo,proto3" json:"device_info,omitempty"` // contains filtered or unexported fields }
Meta information related to the job searcher or entity conducting the job search. This information is used to improve the performance of the service.
func (*RequestMetadata) Descriptor
deprecated
func (*RequestMetadata) Descriptor() ([]byte, []int)
Deprecated: Use RequestMetadata.ProtoReflect.Descriptor instead.
func (*RequestMetadata) GetAllowMissingIds ¶
func (x *RequestMetadata) GetAllowMissingIds() bool
func (*RequestMetadata) GetDeviceInfo ¶
func (x *RequestMetadata) GetDeviceInfo() *DeviceInfo
func (*RequestMetadata) GetDomain ¶
func (x *RequestMetadata) GetDomain() string
func (*RequestMetadata) GetSessionId ¶
func (x *RequestMetadata) GetSessionId() string
func (*RequestMetadata) GetUserId ¶
func (x *RequestMetadata) GetUserId() string
func (*RequestMetadata) ProtoMessage ¶
func (*RequestMetadata) ProtoMessage()
func (*RequestMetadata) ProtoReflect ¶
func (x *RequestMetadata) ProtoReflect() protoreflect.Message
func (*RequestMetadata) Reset ¶
func (x *RequestMetadata) Reset()
func (*RequestMetadata) String ¶
func (x *RequestMetadata) String() string
type ResponseMetadata ¶
type ResponseMetadata struct { // A unique id associated with this call. // This id is logged for tracking purposes. RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
Additional information returned to client, such as debugging information.
func (*ResponseMetadata) Descriptor
deprecated
func (*ResponseMetadata) Descriptor() ([]byte, []int)
Deprecated: Use ResponseMetadata.ProtoReflect.Descriptor instead.
func (*ResponseMetadata) GetRequestId ¶
func (x *ResponseMetadata) GetRequestId() string
func (*ResponseMetadata) ProtoMessage ¶
func (*ResponseMetadata) ProtoMessage()
func (*ResponseMetadata) ProtoReflect ¶
func (x *ResponseMetadata) ProtoReflect() protoreflect.Message
func (*ResponseMetadata) Reset ¶
func (x *ResponseMetadata) Reset()
func (*ResponseMetadata) String ¶
func (x *ResponseMetadata) String() string
type Resume ¶
type Resume struct { // Users can create a profile with only this field field, if [resume_type][google.cloud.talent.v4beta1.Resume.resume_type] // is [HRXML][google.cloud.talent.v4beta1.Resume.ResumeType.HRXML]. For example, the API parses this field and // creates a profile // with all structured fields populated. [EmploymentRecord][google.cloud.talent.v4beta1.EmploymentRecord], // [EducationRecord][google.cloud.talent.v4beta1.EducationRecord], and so on. An error is thrown if this field cannot be // parsed. // // Note that the use of the functionality offered by this field to extract // data from resumes is an Alpha feature and as such is not covered by any // SLA. StructuredResume string `protobuf:"bytes,1,opt,name=structured_resume,json=structuredResume,proto3" json:"structured_resume,omitempty"` // The format of [structured_resume][google.cloud.talent.v4beta1.Resume.structured_resume]. ResumeType Resume_ResumeType `` /* 143-byte string literal not displayed */ // contains filtered or unexported fields }
Resource that represents a resume.
func (*Resume) Descriptor
deprecated
func (*Resume) GetResumeType ¶
func (x *Resume) GetResumeType() Resume_ResumeType
func (*Resume) GetStructuredResume ¶
func (*Resume) ProtoMessage ¶
func (*Resume) ProtoMessage()
func (*Resume) ProtoReflect ¶
func (x *Resume) ProtoReflect() protoreflect.Message
type Resume_ResumeType ¶
type Resume_ResumeType int32
The format of a structured resume.
const ( // Default value. Resume_RESUME_TYPE_UNSPECIFIED Resume_ResumeType = 0 // The profile contents in HR-XML format. // See https://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more // information about Human Resources XML. Resume_HRXML Resume_ResumeType = 1 // Resume type not specified. Resume_OTHER_RESUME_TYPE Resume_ResumeType = 2 )
func (Resume_ResumeType) Descriptor ¶
func (Resume_ResumeType) Descriptor() protoreflect.EnumDescriptor
func (Resume_ResumeType) Enum ¶
func (x Resume_ResumeType) Enum() *Resume_ResumeType
func (Resume_ResumeType) EnumDescriptor
deprecated
func (Resume_ResumeType) EnumDescriptor() ([]byte, []int)
Deprecated: Use Resume_ResumeType.Descriptor instead.
func (Resume_ResumeType) Number ¶
func (x Resume_ResumeType) Number() protoreflect.EnumNumber
func (Resume_ResumeType) String ¶
func (x Resume_ResumeType) String() string
func (Resume_ResumeType) Type ¶
func (Resume_ResumeType) Type() protoreflect.EnumType
type SearchJobsRequest ¶
type SearchJobsRequest struct { // Required. The resource name of the tenant to search within. // // The format is "projects/{project_id}/tenants/{tenant_id}". For example, // "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant // is created. For example, "projects/foo". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Mode of a search. // // Defaults to [SearchMode.JOB_SEARCH][google.cloud.talent.v4beta1.SearchJobsRequest.SearchMode.JOB_SEARCH]. SearchMode SearchJobsRequest_SearchMode `` /* 154-byte string literal not displayed */ // Required. The meta information collected about the job searcher, used to improve the // search quality of the service. The identifiers (such as `user_id`) are // provided by users, and must be unique and consistent. RequestMetadata *RequestMetadata `protobuf:"bytes,3,opt,name=request_metadata,json=requestMetadata,proto3" json:"request_metadata,omitempty"` // Query used to search against jobs, such as keyword, location filters, etc. JobQuery *JobQuery `protobuf:"bytes,4,opt,name=job_query,json=jobQuery,proto3" json:"job_query,omitempty"` // Controls whether to broaden the search when it produces sparse results. // Broadened queries append results to the end of the matching results // list. // // Defaults to false. EnableBroadening bool `protobuf:"varint,5,opt,name=enable_broadening,json=enableBroadening,proto3" json:"enable_broadening,omitempty"` // Controls if the search job request requires the return of a precise // count of the first 300 results. Setting this to `true` ensures // consistency in the number of results per page. Best practice is to set this // value to true if a client allows users to jump directly to a // non-sequential search results page. // // Enabling this flag may adversely impact performance. // // Defaults to false. RequirePreciseResultSize bool `` /* 138-byte string literal not displayed */ // An expression specifies a histogram request against matching jobs. // // Expression syntax is an aggregation function call with histogram facets and // other options. // // Available aggregation function calls are: // * `count(string_histogram_facet)`: Count the number of matching entities, // for each distinct attribute value. // * `count(numeric_histogram_facet, list of buckets)`: Count the number of // matching entities within each bucket. // // Data types: // // * Histogram facet: facet names with format [a-zA-Z][a-zA-Z0-9_]+. // * String: string like "any string with backslash escape for quote(\")." // * Number: whole number and floating point number like 10, -1 and -0.01. // * List: list of elements with comma(,) separator surrounded by square // brackets, for example, [1, 2, 3] and ["one", "two", "three"]. // // Built-in constants: // // * MIN (minimum number similar to java Double.MIN_VALUE) // * MAX (maximum number similar to java Double.MAX_VALUE) // // Built-in functions: // // * bucket(start, end[, label]): bucket built-in function creates a bucket // with range of [start, end). Note that the end is exclusive, for example, // bucket(1, MAX, "positive number") or bucket(1, 10). // // Job histogram facets: // // * company_display_name: histogram by [Job.company_display_name][google.cloud.talent.v4beta1.Job.company_display_name]. // * employment_type: histogram by [Job.employment_types][google.cloud.talent.v4beta1.Job.employment_types], for example, // "FULL_TIME", "PART_TIME". // * company_size: histogram by [CompanySize][google.cloud.talent.v4beta1.CompanySize], for example, "SMALL", // "MEDIUM", "BIG". // * publish_time_in_month: histogram by the [Job.posting_publish_time][google.cloud.talent.v4beta1.Job.posting_publish_time] // in months. // Must specify list of numeric buckets in spec. // * publish_time_in_year: histogram by the [Job.posting_publish_time][google.cloud.talent.v4beta1.Job.posting_publish_time] // in years. // Must specify list of numeric buckets in spec. // * degree_types: histogram by the [Job.degree_types][google.cloud.talent.v4beta1.Job.degree_types], for example, // "Bachelors", "Masters". // * job_level: histogram by the [Job.job_level][google.cloud.talent.v4beta1.Job.job_level], for example, "Entry // Level". // * country: histogram by the country code of jobs, for example, "US", "FR". // * admin1: histogram by the admin1 code of jobs, which is a global // placeholder referring to the state, province, or the particular term a // country uses to define the geographic structure below the country level, // for example, "CA", "IL". // * city: histogram by a combination of the "city name, admin1 code". For // example, "Mountain View, CA", "New York, NY". // * admin1_country: histogram by a combination of the "admin1 code, country", // for example, "CA, US", "IL, US". // * city_coordinate: histogram by the city center's GPS coordinates (latitude // and longitude), for example, 37.4038522,-122.0987765. Since the // coordinates of a city center can change, customers may need to refresh // them periodically. // * locale: histogram by the [Job.language_code][google.cloud.talent.v4beta1.Job.language_code], for example, "en-US", // "fr-FR". // * language: histogram by the language subtag of the [Job.language_code][google.cloud.talent.v4beta1.Job.language_code], // for example, "en", "fr". // * category: histogram by the [JobCategory][google.cloud.talent.v4beta1.JobCategory], for example, // "COMPUTER_AND_IT", "HEALTHCARE". // * base_compensation_unit: histogram by the // [CompensationInfo.CompensationUnit][google.cloud.talent.v4beta1.CompensationInfo.CompensationUnit] of base // salary, for example, "WEEKLY", "MONTHLY". // * base_compensation: histogram by the base salary. Must specify list of // numeric buckets to group results by. // * annualized_base_compensation: histogram by the base annualized salary. // Must specify list of numeric buckets to group results by. // * annualized_total_compensation: histogram by the total annualized salary. // Must specify list of numeric buckets to group results by. // * string_custom_attribute: histogram by string [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes]. // Values can be accessed via square bracket notations like // string_custom_attribute["key1"]. // * numeric_custom_attribute: histogram by numeric [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes]. // Values can be accessed via square bracket notations like // numeric_custom_attribute["key1"]. Must specify list of numeric buckets to // group results by. // // Example expressions: // // * `count(admin1)` // * `count(base_compensation, [bucket(1000, 10000), bucket(10000, 100000), // bucket(100000, MAX)])` // * `count(string_custom_attribute["some-string-custom-attribute"])` // * `count(numeric_custom_attribute["some-numeric-custom-attribute"], // [bucket(MIN, 0, "negative"), bucket(0, MAX, "non-negative"])` HistogramQueries []*HistogramQuery `protobuf:"bytes,7,rep,name=histogram_queries,json=histogramQueries,proto3" json:"histogram_queries,omitempty"` // The desired job attributes returned for jobs in the search response. // Defaults to [JobView.JOB_VIEW_SMALL][google.cloud.talent.v4beta1.JobView.JOB_VIEW_SMALL] if no value is specified. JobView JobView `protobuf:"varint,8,opt,name=job_view,json=jobView,proto3,enum=google.cloud.talent.v4beta1.JobView" json:"job_view,omitempty"` // An integer that specifies the current offset (that is, starting result // location, amongst the jobs deemed by the API as relevant) in search // results. This field is only considered if [page_token][google.cloud.talent.v4beta1.SearchJobsRequest.page_token] is unset. // // The maximum allowed value is 5000. Otherwise an error is thrown. // // For example, 0 means to return results starting from the first matching // job, and 10 means to return from the 11th job. This can be used for // pagination, (for example, pageSize = 10 and offset = 10 means to return // from the second page). Offset int32 `protobuf:"varint,9,opt,name=offset,proto3" json:"offset,omitempty"` // A limit on the number of jobs returned in the search results. // Increasing this value above the default value of 10 can increase search // response time. The value can be between 1 and 100. PageSize int32 `protobuf:"varint,10,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The token specifying the current offset within // search results. See [SearchJobsResponse.next_page_token][google.cloud.talent.v4beta1.SearchJobsResponse.next_page_token] for // an explanation of how to obtain the next set of query results. PageToken string `protobuf:"bytes,11,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // The criteria determining how search results are sorted. Default is // `"relevance desc"`. // // Supported options are: // // * `"relevance desc"`: By relevance descending, as determined by the API // algorithms. Relevance thresholding of query results is only available // with this ordering. // * `"posting_publish_time desc"`: By [Job.posting_publish_time][google.cloud.talent.v4beta1.Job.posting_publish_time] // descending. // * `"posting_update_time desc"`: By [Job.posting_update_time][google.cloud.talent.v4beta1.Job.posting_update_time] // descending. // * `"title"`: By [Job.title][google.cloud.talent.v4beta1.Job.title] ascending. // * `"title desc"`: By [Job.title][google.cloud.talent.v4beta1.Job.title] descending. // * `"annualized_base_compensation"`: By job's // [CompensationInfo.annualized_base_compensation_range][google.cloud.talent.v4beta1.CompensationInfo.annualized_base_compensation_range] ascending. Jobs // whose annualized base compensation is unspecified are put at the end of // search results. // * `"annualized_base_compensation desc"`: By job's // [CompensationInfo.annualized_base_compensation_range][google.cloud.talent.v4beta1.CompensationInfo.annualized_base_compensation_range] descending. Jobs // whose annualized base compensation is unspecified are put at the end of // search results. // * `"annualized_total_compensation"`: By job's // [CompensationInfo.annualized_total_compensation_range][google.cloud.talent.v4beta1.CompensationInfo.annualized_total_compensation_range] ascending. Jobs // whose annualized base compensation is unspecified are put at the end of // search results. // * `"annualized_total_compensation desc"`: By job's // [CompensationInfo.annualized_total_compensation_range][google.cloud.talent.v4beta1.CompensationInfo.annualized_total_compensation_range] descending. Jobs // whose annualized base compensation is unspecified are put at the end of // search results. // * `"custom_ranking desc"`: By the relevance score adjusted to the // [SearchJobsRequest.CustomRankingInfo.ranking_expression][google.cloud.talent.v4beta1.SearchJobsRequest.CustomRankingInfo.ranking_expression] with weight // factor assigned by // [SearchJobsRequest.CustomRankingInfo.importance_level][google.cloud.talent.v4beta1.SearchJobsRequest.CustomRankingInfo.importance_level] in descending // order. // * Location sorting: Use the special syntax to order jobs by distance:<br> // `"distance_from('Hawaii')"`: Order by distance from Hawaii.<br> // `"distance_from(19.89, 155.5)"`: Order by distance from a coordinate.<br> // `"distance_from('Hawaii'), distance_from('Puerto Rico')"`: Order by // multiple locations. See details below.<br> // `"distance_from('Hawaii'), distance_from(19.89, 155.5)"`: Order by // multiple locations. See details below.<br> // The string can have a maximum of 256 characters. When multiple distance // centers are provided, a job that is close to any of the distance centers // would have a high rank. When a job has multiple locations, the job // location closest to one of the distance centers will be used. Jobs that // don't have locations will be ranked at the bottom. Distance is calculated // with a precision of 11.3 meters (37.4 feet). Diversification strategy is // still applied unless explicitly disabled in // [diversification_level][google.cloud.talent.v4beta1.SearchJobsRequest.diversification_level]. OrderBy string `protobuf:"bytes,12,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // Controls whether highly similar jobs are returned next to each other in // the search results. Jobs are identified as highly similar based on // their titles, job categories, and locations. Highly similar results are // clustered so that only one representative job of the cluster is // displayed to the job seeker higher up in the results, with the other jobs // being displayed lower down in the results. // // Defaults to [DiversificationLevel.SIMPLE][google.cloud.talent.v4beta1.SearchJobsRequest.DiversificationLevel.SIMPLE] if no value // is specified. DiversificationLevel SearchJobsRequest_DiversificationLevel `` /* 195-byte string literal not displayed */ // Controls over how job documents get ranked on top of existing relevance // score (determined by API algorithm). CustomRankingInfo *SearchJobsRequest_CustomRankingInfo `protobuf:"bytes,14,opt,name=custom_ranking_info,json=customRankingInfo,proto3" json:"custom_ranking_info,omitempty"` // Controls whether to disable exact keyword match on [Job.title][google.cloud.talent.v4beta1.Job.title], // [Job.description][google.cloud.talent.v4beta1.Job.description], [Job.company_display_name][google.cloud.talent.v4beta1.Job.company_display_name], [Job.addresses][google.cloud.talent.v4beta1.Job.addresses], // [Job.qualifications][google.cloud.talent.v4beta1.Job.qualifications]. When disable keyword match is turned off, a // keyword match returns jobs that do not match given category filters when // there are matching keywords. For example, for the query "program manager," // a result is returned even if the job posting has the title "software // developer," which doesn't fall into "program manager" ontology, but does // have "program manager" appearing in its description. // // For queries like "cloud" that don't contain title or // location specific ontology, jobs with "cloud" keyword matches are returned // regardless of this flag's value. // // Use [Company.keyword_searchable_job_custom_attributes][google.cloud.talent.v4beta1.Company.keyword_searchable_job_custom_attributes] if // company-specific globally matched custom field/attribute string values are // needed. Enabling keyword match improves recall of subsequent search // requests. // // Defaults to false. DisableKeywordMatch bool `protobuf:"varint,16,opt,name=disable_keyword_match,json=disableKeywordMatch,proto3" json:"disable_keyword_match,omitempty"` // contains filtered or unexported fields }
The Request body of the `SearchJobs` call.
func (*SearchJobsRequest) Descriptor
deprecated
func (*SearchJobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SearchJobsRequest.ProtoReflect.Descriptor instead.
func (*SearchJobsRequest) GetCustomRankingInfo ¶
func (x *SearchJobsRequest) GetCustomRankingInfo() *SearchJobsRequest_CustomRankingInfo
func (*SearchJobsRequest) GetDisableKeywordMatch ¶
func (x *SearchJobsRequest) GetDisableKeywordMatch() bool
func (*SearchJobsRequest) GetDiversificationLevel ¶
func (x *SearchJobsRequest) GetDiversificationLevel() SearchJobsRequest_DiversificationLevel
func (*SearchJobsRequest) GetEnableBroadening ¶
func (x *SearchJobsRequest) GetEnableBroadening() bool
func (*SearchJobsRequest) GetHistogramQueries ¶
func (x *SearchJobsRequest) GetHistogramQueries() []*HistogramQuery
func (*SearchJobsRequest) GetJobQuery ¶
func (x *SearchJobsRequest) GetJobQuery() *JobQuery
func (*SearchJobsRequest) GetJobView ¶
func (x *SearchJobsRequest) GetJobView() JobView
func (*SearchJobsRequest) GetOffset ¶
func (x *SearchJobsRequest) GetOffset() int32
func (*SearchJobsRequest) GetOrderBy ¶
func (x *SearchJobsRequest) GetOrderBy() string
func (*SearchJobsRequest) GetPageSize ¶
func (x *SearchJobsRequest) GetPageSize() int32
func (*SearchJobsRequest) GetPageToken ¶
func (x *SearchJobsRequest) GetPageToken() string
func (*SearchJobsRequest) GetParent ¶
func (x *SearchJobsRequest) GetParent() string
func (*SearchJobsRequest) GetRequestMetadata ¶
func (x *SearchJobsRequest) GetRequestMetadata() *RequestMetadata
func (*SearchJobsRequest) GetRequirePreciseResultSize ¶
func (x *SearchJobsRequest) GetRequirePreciseResultSize() bool
func (*SearchJobsRequest) GetSearchMode ¶
func (x *SearchJobsRequest) GetSearchMode() SearchJobsRequest_SearchMode
func (*SearchJobsRequest) ProtoMessage ¶
func (*SearchJobsRequest) ProtoMessage()
func (*SearchJobsRequest) ProtoReflect ¶
func (x *SearchJobsRequest) ProtoReflect() protoreflect.Message
func (*SearchJobsRequest) Reset ¶
func (x *SearchJobsRequest) Reset()
func (*SearchJobsRequest) String ¶
func (x *SearchJobsRequest) String() string
type SearchJobsRequest_CustomRankingInfo ¶
type SearchJobsRequest_CustomRankingInfo struct { // Required. Controls over how important the score of // [CustomRankingInfo.ranking_expression][google.cloud.talent.v4beta1.SearchJobsRequest.CustomRankingInfo.ranking_expression] gets applied to job's final // ranking position. // // An error is thrown if not specified. ImportanceLevel SearchJobsRequest_CustomRankingInfo_ImportanceLevel `` /* 192-byte string literal not displayed */ // Required. Controls over how job documents get ranked on top of existing relevance // score (determined by API algorithm). A combination of the ranking // expression and relevance score is used to determine job's final ranking // position. // // The syntax for this expression is a subset of Google SQL syntax. // // Supported operators are: +, -, *, /, where the left and right side of // the operator is either a numeric [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes] key, // integer/double value or an expression that can be evaluated to a number. // // Parenthesis are supported to adjust calculation precedence. The // expression must be < 100 characters in length. // // The expression is considered invalid for a job if the expression // references custom attributes that are not populated on the job or if the // expression results in a divide by zero. If an expression is invalid for a // job, that job is demoted to the end of the results. // // Sample ranking expression // (year + 25) * 0.25 - (freshness / 0.5) RankingExpression string `protobuf:"bytes,2,opt,name=ranking_expression,json=rankingExpression,proto3" json:"ranking_expression,omitempty"` // contains filtered or unexported fields }
Custom ranking information for SearchJobsRequest[google.cloud.talent.v4beta1.SearchJobsRequest].
func (*SearchJobsRequest_CustomRankingInfo) Descriptor
deprecated
func (*SearchJobsRequest_CustomRankingInfo) Descriptor() ([]byte, []int)
Deprecated: Use SearchJobsRequest_CustomRankingInfo.ProtoReflect.Descriptor instead.
func (*SearchJobsRequest_CustomRankingInfo) GetImportanceLevel ¶
func (x *SearchJobsRequest_CustomRankingInfo) GetImportanceLevel() SearchJobsRequest_CustomRankingInfo_ImportanceLevel
func (*SearchJobsRequest_CustomRankingInfo) GetRankingExpression ¶
func (x *SearchJobsRequest_CustomRankingInfo) GetRankingExpression() string
func (*SearchJobsRequest_CustomRankingInfo) ProtoMessage ¶
func (*SearchJobsRequest_CustomRankingInfo) ProtoMessage()
func (*SearchJobsRequest_CustomRankingInfo) ProtoReflect ¶
func (x *SearchJobsRequest_CustomRankingInfo) ProtoReflect() protoreflect.Message
func (*SearchJobsRequest_CustomRankingInfo) Reset ¶
func (x *SearchJobsRequest_CustomRankingInfo) Reset()
func (*SearchJobsRequest_CustomRankingInfo) String ¶
func (x *SearchJobsRequest_CustomRankingInfo) String() string
type SearchJobsRequest_CustomRankingInfo_ImportanceLevel ¶
type SearchJobsRequest_CustomRankingInfo_ImportanceLevel int32
The importance level for [CustomRankingInfo.ranking_expression][google.cloud.talent.v4beta1.SearchJobsRequest.CustomRankingInfo.ranking_expression].
const ( // Default value if the importance level isn't specified. SearchJobsRequest_CustomRankingInfo_IMPORTANCE_LEVEL_UNSPECIFIED SearchJobsRequest_CustomRankingInfo_ImportanceLevel = 0 // The given ranking expression is of None importance, existing relevance // score (determined by API algorithm) dominates job's final ranking // position. SearchJobsRequest_CustomRankingInfo_NONE SearchJobsRequest_CustomRankingInfo_ImportanceLevel = 1 // The given ranking expression is of Low importance in terms of job's // final ranking position compared to existing relevance // score (determined by API algorithm). SearchJobsRequest_CustomRankingInfo_LOW SearchJobsRequest_CustomRankingInfo_ImportanceLevel = 2 // The given ranking expression is of Mild importance in terms of job's // final ranking position compared to existing relevance // score (determined by API algorithm). SearchJobsRequest_CustomRankingInfo_MILD SearchJobsRequest_CustomRankingInfo_ImportanceLevel = 3 // The given ranking expression is of Medium importance in terms of job's // final ranking position compared to existing relevance // score (determined by API algorithm). SearchJobsRequest_CustomRankingInfo_MEDIUM SearchJobsRequest_CustomRankingInfo_ImportanceLevel = 4 // The given ranking expression is of High importance in terms of job's // final ranking position compared to existing relevance // score (determined by API algorithm). SearchJobsRequest_CustomRankingInfo_HIGH SearchJobsRequest_CustomRankingInfo_ImportanceLevel = 5 // The given ranking expression is of Extreme importance, and dominates // job's final ranking position with existing relevance // score (determined by API algorithm) ignored. SearchJobsRequest_CustomRankingInfo_EXTREME SearchJobsRequest_CustomRankingInfo_ImportanceLevel = 6 )
func (SearchJobsRequest_CustomRankingInfo_ImportanceLevel) Descriptor ¶
func (SearchJobsRequest_CustomRankingInfo_ImportanceLevel) Descriptor() protoreflect.EnumDescriptor
func (SearchJobsRequest_CustomRankingInfo_ImportanceLevel) EnumDescriptor
deprecated
func (SearchJobsRequest_CustomRankingInfo_ImportanceLevel) EnumDescriptor() ([]byte, []int)
Deprecated: Use SearchJobsRequest_CustomRankingInfo_ImportanceLevel.Descriptor instead.
func (SearchJobsRequest_CustomRankingInfo_ImportanceLevel) Number ¶
func (x SearchJobsRequest_CustomRankingInfo_ImportanceLevel) Number() protoreflect.EnumNumber
func (SearchJobsRequest_CustomRankingInfo_ImportanceLevel) String ¶
func (x SearchJobsRequest_CustomRankingInfo_ImportanceLevel) String() string
type SearchJobsRequest_DiversificationLevel ¶
type SearchJobsRequest_DiversificationLevel int32
Controls whether highly similar jobs are returned next to each other in the search results. Jobs are identified as highly similar based on their titles, job categories, and locations. Highly similar results are clustered so that only one representative job of the cluster is displayed to the job seeker higher up in the results, with the other jobs being displayed lower down in the results.
const ( // The diversification level isn't specified. SearchJobsRequest_DIVERSIFICATION_LEVEL_UNSPECIFIED SearchJobsRequest_DiversificationLevel = 0 // Disables diversification. Jobs that would normally be pushed to the last // page would not have their positions altered. This may result in highly // similar jobs appearing in sequence in the search results. SearchJobsRequest_DISABLED SearchJobsRequest_DiversificationLevel = 1 // Default diversifying behavior. The result list is ordered so that // highly similar results are pushed to the end of the last page of search // results. If you are using pageToken to page through the result set, // latency might be lower but we can't guarantee that all results are // returned. If you are using page offset, latency might be higher but all // results are returned. SearchJobsRequest_SIMPLE SearchJobsRequest_DiversificationLevel = 2 )
func (SearchJobsRequest_DiversificationLevel) Descriptor ¶
func (SearchJobsRequest_DiversificationLevel) Descriptor() protoreflect.EnumDescriptor
func (SearchJobsRequest_DiversificationLevel) EnumDescriptor
deprecated
func (SearchJobsRequest_DiversificationLevel) EnumDescriptor() ([]byte, []int)
Deprecated: Use SearchJobsRequest_DiversificationLevel.Descriptor instead.
func (SearchJobsRequest_DiversificationLevel) Number ¶
func (x SearchJobsRequest_DiversificationLevel) Number() protoreflect.EnumNumber
func (SearchJobsRequest_DiversificationLevel) String ¶
func (x SearchJobsRequest_DiversificationLevel) String() string
func (SearchJobsRequest_DiversificationLevel) Type ¶
func (SearchJobsRequest_DiversificationLevel) Type() protoreflect.EnumType
type SearchJobsRequest_SearchMode ¶
type SearchJobsRequest_SearchMode int32
A string-represented enumeration of the job search mode. The service operate differently for different modes of service.
const ( // The mode of the search method isn't specified. The default search // behavior is identical to JOB_SEARCH search behavior. SearchJobsRequest_SEARCH_MODE_UNSPECIFIED SearchJobsRequest_SearchMode = 0 // The job search matches against all jobs, and featured jobs // (jobs with promotionValue > 0) are not specially handled. SearchJobsRequest_JOB_SEARCH SearchJobsRequest_SearchMode = 1 // The job search matches only against featured jobs (jobs with a // promotionValue > 0). This method doesn't return any jobs having a // promotionValue <= 0. The search results order is determined by the // promotionValue (jobs with a higher promotionValue are returned higher up // in the search results), with relevance being used as a tiebreaker. SearchJobsRequest_FEATURED_JOB_SEARCH SearchJobsRequest_SearchMode = 2 )
func (SearchJobsRequest_SearchMode) Descriptor ¶
func (SearchJobsRequest_SearchMode) Descriptor() protoreflect.EnumDescriptor
func (SearchJobsRequest_SearchMode) Enum ¶
func (x SearchJobsRequest_SearchMode) Enum() *SearchJobsRequest_SearchMode
func (SearchJobsRequest_SearchMode) EnumDescriptor
deprecated
func (SearchJobsRequest_SearchMode) EnumDescriptor() ([]byte, []int)
Deprecated: Use SearchJobsRequest_SearchMode.Descriptor instead.
func (SearchJobsRequest_SearchMode) Number ¶
func (x SearchJobsRequest_SearchMode) Number() protoreflect.EnumNumber
func (SearchJobsRequest_SearchMode) String ¶
func (x SearchJobsRequest_SearchMode) String() string
func (SearchJobsRequest_SearchMode) Type ¶
func (SearchJobsRequest_SearchMode) Type() protoreflect.EnumType
type SearchJobsResponse ¶
type SearchJobsResponse struct { // The Job entities that match the specified [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest]. MatchingJobs []*SearchJobsResponse_MatchingJob `protobuf:"bytes,1,rep,name=matching_jobs,json=matchingJobs,proto3" json:"matching_jobs,omitempty"` // The histogram results that match with specified // [SearchJobsRequest.histogram_queries][google.cloud.talent.v4beta1.SearchJobsRequest.histogram_queries]. HistogramQueryResults []*HistogramQueryResult `` /* 126-byte string literal not displayed */ // The token that specifies the starting position of the next page of results. // This field is empty if there are no more results. NextPageToken string `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // The location filters that the service applied to the specified query. If // any filters are lat-lng based, the [Location.location_type][google.cloud.talent.v4beta1.Location.location_type] is // [Location.LocationType.LOCATION_TYPE_UNSPECIFIED][google.cloud.talent.v4beta1.Location.LocationType.LOCATION_TYPE_UNSPECIFIED]. LocationFilters []*Location `protobuf:"bytes,4,rep,name=location_filters,json=locationFilters,proto3" json:"location_filters,omitempty"` // An estimation of the number of jobs that match the specified query. // // This number isn't guaranteed to be accurate. For accurate results, // see [SearchJobsRequest.require_precise_result_size][google.cloud.talent.v4beta1.SearchJobsRequest.require_precise_result_size]. EstimatedTotalSize int32 `protobuf:"varint,5,opt,name=estimated_total_size,json=estimatedTotalSize,proto3" json:"estimated_total_size,omitempty"` // The precise result count, which is available only if the client set // [SearchJobsRequest.require_precise_result_size][google.cloud.talent.v4beta1.SearchJobsRequest.require_precise_result_size] to `true`, or if the // response is the last page of results. Otherwise, the value is `-1`. TotalSize int32 `protobuf:"varint,6,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // Additional information for the API invocation, such as the request // tracking id. Metadata *ResponseMetadata `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty"` // If query broadening is enabled, we may append additional results from the // broadened query. This number indicates how many of the jobs returned in the // jobs field are from the broadened query. These results are always at the // end of the jobs list. In particular, a value of 0, or if the field isn't // set, all the jobs in the jobs list are from the original // (without broadening) query. If this field is non-zero, subsequent requests // with offset after this result set should contain all broadened results. BroadenedQueryJobsCount int32 `` /* 135-byte string literal not displayed */ // The spell checking result, and correction. SpellCorrection *SpellingCorrection `protobuf:"bytes,9,opt,name=spell_correction,json=spellCorrection,proto3" json:"spell_correction,omitempty"` // contains filtered or unexported fields }
Response for SearchJob method.
func (*SearchJobsResponse) Descriptor
deprecated
func (*SearchJobsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchJobsResponse.ProtoReflect.Descriptor instead.
func (*SearchJobsResponse) GetBroadenedQueryJobsCount ¶
func (x *SearchJobsResponse) GetBroadenedQueryJobsCount() int32
func (*SearchJobsResponse) GetEstimatedTotalSize ¶
func (x *SearchJobsResponse) GetEstimatedTotalSize() int32
func (*SearchJobsResponse) GetHistogramQueryResults ¶
func (x *SearchJobsResponse) GetHistogramQueryResults() []*HistogramQueryResult
func (*SearchJobsResponse) GetLocationFilters ¶
func (x *SearchJobsResponse) GetLocationFilters() []*Location
func (*SearchJobsResponse) GetMatchingJobs ¶
func (x *SearchJobsResponse) GetMatchingJobs() []*SearchJobsResponse_MatchingJob
func (*SearchJobsResponse) GetMetadata ¶
func (x *SearchJobsResponse) GetMetadata() *ResponseMetadata
func (*SearchJobsResponse) GetNextPageToken ¶
func (x *SearchJobsResponse) GetNextPageToken() string
func (*SearchJobsResponse) GetSpellCorrection ¶
func (x *SearchJobsResponse) GetSpellCorrection() *SpellingCorrection
func (*SearchJobsResponse) GetTotalSize ¶
func (x *SearchJobsResponse) GetTotalSize() int32
func (*SearchJobsResponse) ProtoMessage ¶
func (*SearchJobsResponse) ProtoMessage()
func (*SearchJobsResponse) ProtoReflect ¶
func (x *SearchJobsResponse) ProtoReflect() protoreflect.Message
func (*SearchJobsResponse) Reset ¶
func (x *SearchJobsResponse) Reset()
func (*SearchJobsResponse) String ¶
func (x *SearchJobsResponse) String() string
type SearchJobsResponse_CommuteInfo ¶
type SearchJobsResponse_CommuteInfo struct { // Location used as the destination in the commute calculation. JobLocation *Location `protobuf:"bytes,1,opt,name=job_location,json=jobLocation,proto3" json:"job_location,omitempty"` // The number of seconds required to travel to the job location from the // query location. A duration of 0 seconds indicates that the job isn't // reachable within the requested duration, but was returned as part of an // expanded query. TravelDuration *durationpb.Duration `protobuf:"bytes,2,opt,name=travel_duration,json=travelDuration,proto3" json:"travel_duration,omitempty"` // contains filtered or unexported fields }
Commute details related to this job.
func (*SearchJobsResponse_CommuteInfo) Descriptor
deprecated
func (*SearchJobsResponse_CommuteInfo) Descriptor() ([]byte, []int)
Deprecated: Use SearchJobsResponse_CommuteInfo.ProtoReflect.Descriptor instead.
func (*SearchJobsResponse_CommuteInfo) GetJobLocation ¶
func (x *SearchJobsResponse_CommuteInfo) GetJobLocation() *Location
func (*SearchJobsResponse_CommuteInfo) GetTravelDuration ¶
func (x *SearchJobsResponse_CommuteInfo) GetTravelDuration() *durationpb.Duration
func (*SearchJobsResponse_CommuteInfo) ProtoMessage ¶
func (*SearchJobsResponse_CommuteInfo) ProtoMessage()
func (*SearchJobsResponse_CommuteInfo) ProtoReflect ¶
func (x *SearchJobsResponse_CommuteInfo) ProtoReflect() protoreflect.Message
func (*SearchJobsResponse_CommuteInfo) Reset ¶
func (x *SearchJobsResponse_CommuteInfo) Reset()
func (*SearchJobsResponse_CommuteInfo) String ¶
func (x *SearchJobsResponse_CommuteInfo) String() string
type SearchJobsResponse_MatchingJob ¶
type SearchJobsResponse_MatchingJob struct { // Job resource that matches the specified [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest]. Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` // A summary of the job with core information that's displayed on the search // results listing page. JobSummary string `protobuf:"bytes,2,opt,name=job_summary,json=jobSummary,proto3" json:"job_summary,omitempty"` // Contains snippets of text from the [Job.title][google.cloud.talent.v4beta1.Job.title] field most // closely matching a search query's keywords, if available. The matching // query keywords are enclosed in HTML bold tags. JobTitleSnippet string `protobuf:"bytes,3,opt,name=job_title_snippet,json=jobTitleSnippet,proto3" json:"job_title_snippet,omitempty"` // Contains snippets of text from the [Job.description][google.cloud.talent.v4beta1.Job.description] and similar // fields that most closely match a search query's keywords, if available. // All HTML tags in the original fields are stripped when returned in this // field, and matching query keywords are enclosed in HTML bold tags. SearchTextSnippet string `protobuf:"bytes,4,opt,name=search_text_snippet,json=searchTextSnippet,proto3" json:"search_text_snippet,omitempty"` // Commute information which is generated based on specified // [CommuteFilter][google.cloud.talent.v4beta1.CommuteFilter]. CommuteInfo *SearchJobsResponse_CommuteInfo `protobuf:"bytes,5,opt,name=commute_info,json=commuteInfo,proto3" json:"commute_info,omitempty"` // contains filtered or unexported fields }
Job entry with metadata inside SearchJobsResponse[google.cloud.talent.v4beta1.SearchJobsResponse].
func (*SearchJobsResponse_MatchingJob) Descriptor
deprecated
func (*SearchJobsResponse_MatchingJob) Descriptor() ([]byte, []int)
Deprecated: Use SearchJobsResponse_MatchingJob.ProtoReflect.Descriptor instead.
func (*SearchJobsResponse_MatchingJob) GetCommuteInfo ¶
func (x *SearchJobsResponse_MatchingJob) GetCommuteInfo() *SearchJobsResponse_CommuteInfo
func (*SearchJobsResponse_MatchingJob) GetJob ¶
func (x *SearchJobsResponse_MatchingJob) GetJob() *Job
func (*SearchJobsResponse_MatchingJob) GetJobSummary ¶
func (x *SearchJobsResponse_MatchingJob) GetJobSummary() string
func (*SearchJobsResponse_MatchingJob) GetJobTitleSnippet ¶
func (x *SearchJobsResponse_MatchingJob) GetJobTitleSnippet() string
func (*SearchJobsResponse_MatchingJob) GetSearchTextSnippet ¶
func (x *SearchJobsResponse_MatchingJob) GetSearchTextSnippet() string
func (*SearchJobsResponse_MatchingJob) ProtoMessage ¶
func (*SearchJobsResponse_MatchingJob) ProtoMessage()
func (*SearchJobsResponse_MatchingJob) ProtoReflect ¶
func (x *SearchJobsResponse_MatchingJob) ProtoReflect() protoreflect.Message
func (*SearchJobsResponse_MatchingJob) Reset ¶
func (x *SearchJobsResponse_MatchingJob) Reset()
func (*SearchJobsResponse_MatchingJob) String ¶
func (x *SearchJobsResponse_MatchingJob) String() string
type SearchProfilesRequest ¶
type SearchProfilesRequest struct { // Required. The resource name of the tenant to search within. // // The format is "projects/{project_id}/tenants/{tenant_id}". For example, // "projects/foo/tenants/bar". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The meta information collected about the profile search user. This is used // to improve the search quality of the service. These values are provided by // users, and must be precise and consistent. RequestMetadata *RequestMetadata `protobuf:"bytes,2,opt,name=request_metadata,json=requestMetadata,proto3" json:"request_metadata,omitempty"` // Search query to execute. See [ProfileQuery][google.cloud.talent.v4beta1.ProfileQuery] for more details. ProfileQuery *ProfileQuery `protobuf:"bytes,3,opt,name=profile_query,json=profileQuery,proto3" json:"profile_query,omitempty"` // A limit on the number of profiles returned in the search results. // A value above the default value 10 can increase search response time. // // The maximum value allowed is 100. Otherwise an error is thrown. PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The pageToken, similar to offset enables users of the API to paginate // through the search results. To retrieve the first page of results, set the // pageToken to empty. The search response includes a // [nextPageToken][google.cloud.talent.v4beta1.SearchProfilesResponse.next_page_token] field that can be // used to populate the pageToken field for the next page of results. Using // pageToken instead of offset increases the performance of the API, // especially compared to larger offset values. PageToken string `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // An integer that specifies the current offset (that is, starting result) in // search results. This field is only considered if [page_token][google.cloud.talent.v4beta1.SearchProfilesRequest.page_token] is unset. // // The maximum allowed value is 5000. Otherwise an error is thrown. // // For example, 0 means to search from the first profile, and 10 means to // search from the 11th profile. This can be used for pagination, for example // pageSize = 10 and offset = 10 means to search from the second page. Offset int32 `protobuf:"varint,6,opt,name=offset,proto3" json:"offset,omitempty"` // This flag controls the spell-check feature. If `false`, the // service attempts to correct a misspelled query. // // For example, "enginee" is corrected to "engineer". DisableSpellCheck bool `protobuf:"varint,7,opt,name=disable_spell_check,json=disableSpellCheck,proto3" json:"disable_spell_check,omitempty"` // The criteria that determines how search results are sorted. // Defaults is "relevance desc" if no value is specified. // // Supported options are: // // * "relevance desc": By descending relevance, as determined by the API // algorithms. // * "update_date desc": Sort by [Profile.update_time][google.cloud.talent.v4beta1.Profile.update_time] in descending order // (recently updated profiles first). // * "create_date desc": Sort by [Profile.create_time][google.cloud.talent.v4beta1.Profile.create_time] in descending order // (recently created profiles first). // * "first_name": Sort by [PersonName.PersonStructuredName.given_name][google.cloud.talent.v4beta1.PersonName.PersonStructuredName.given_name] in // ascending order. // * "first_name desc": Sort by [PersonName.PersonStructuredName.given_name][google.cloud.talent.v4beta1.PersonName.PersonStructuredName.given_name] // in descending order. // * "last_name": Sort by [PersonName.PersonStructuredName.family_name][google.cloud.talent.v4beta1.PersonName.PersonStructuredName.family_name] in // ascending order. // * "last_name desc": Sort by [PersonName.PersonStructuredName.family_name][google.cloud.talent.v4beta1.PersonName.PersonStructuredName.family_name] // in ascending order. OrderBy string `protobuf:"bytes,8,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // When sort by field is based on alphabetical order, sort values case // sensitively (based on ASCII) when the value is set to true. Default value // is case in-sensitive sort (false). CaseSensitiveSort bool `protobuf:"varint,9,opt,name=case_sensitive_sort,json=caseSensitiveSort,proto3" json:"case_sensitive_sort,omitempty"` // A list of expressions specifies histogram requests against matching // profiles for [SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest]. // // The expression syntax looks like a function definition with parameters. // // Function syntax: function_name(histogram_facet[, list of buckets]) // // Data types: // // * Histogram facet: facet names with format [a-zA-Z][a-zA-Z0-9_]+. // * String: string like "any string with backslash escape for quote(\")." // * Number: whole number and floating point number like 10, -1 and -0.01. // * List: list of elements with comma(,) separator surrounded by square // brackets. For example, [1, 2, 3] and ["one", "two", "three"]. // // Built-in constants: // // * MIN (minimum number similar to java Double.MIN_VALUE) // * MAX (maximum number similar to java Double.MAX_VALUE) // // Built-in functions: // // * bucket(start, end[, label]) // Bucket build-in function creates a bucket with range of [start, end). Note // that the end is exclusive. // For example, bucket(1, MAX, "positive number") or bucket(1, 10). // // Histogram Facets: // // * admin1: Admin1 is a global placeholder for referring to state, province, // or the particular term a country uses to define the geographic structure // below the country level. Examples include states codes such as "CA", "IL", // "NY", and provinces, such as "BC". // * locality: Locality is a global placeholder for referring to city, town, // or the particular term a country uses to define the geographic structure // below the admin1 level. Examples include city names such as // "Mountain View" and "New York". // * extended_locality: Extended locality is concatenated version of admin1 // and locality with comma separator. For example, "Mountain View, CA" and // "New York, NY". // * postal_code: Postal code of profile which follows locale code. // * country: Country code (ISO-3166-1 alpha-2 code) of profile, such as US, // JP, GB. // * job_title: Normalized job titles specified in EmploymentHistory. // * company_name: Normalized company name of profiles to match on. // * institution: The school name. For example, "MIT", // "University of California, Berkeley" // * degree: Highest education degree in ISCED code. Each value in degree // covers a specific level of education, without any expansion to upper nor // lower levels of education degree. // * experience_in_months: experience in months. 0 means 0 month to 1 month // (exclusive). // * application_date: The application date specifies application start dates. // See [ApplicationDateFilter][google.cloud.talent.v4beta1.ApplicationDateFilter] for more details. // * application_outcome_notes: The application outcome reason specifies the // reasons behind the outcome of the job application. // See [ApplicationOutcomeNotesFilter][google.cloud.talent.v4beta1.ApplicationOutcomeNotesFilter] for more details. // * application_job_title: The application job title specifies the job // applied for in the application. // See [ApplicationJobFilter][google.cloud.talent.v4beta1.ApplicationJobFilter] for more details. // * hirable_status: Hirable status specifies the profile's hirable status. // * string_custom_attribute: String custom attributes. Values can be accessed // via square bracket notation like string_custom_attribute["key1"]. // * numeric_custom_attribute: Numeric custom attributes. Values can be // accessed via square bracket notation like numeric_custom_attribute["key1"]. // // Example expressions: // // * count(admin1) // * count(experience_in_months, [bucket(0, 12, "1 year"), // bucket(12, 36, "1-3 years"), bucket(36, MAX, "3+ years")]) // * count(string_custom_attribute["assigned_recruiter"]) // * count(numeric_custom_attribute["favorite_number"], // [bucket(MIN, 0, "negative"), bucket(0, MAX, "non-negative")]) HistogramQueries []*HistogramQuery `protobuf:"bytes,10,rep,name=histogram_queries,json=histogramQueries,proto3" json:"histogram_queries,omitempty"` // An id that uniquely identifies the result set of a // [SearchProfiles][google.cloud.talent.v4beta1.ProfileService.SearchProfiles] call. The id should be // retrieved from the // [SearchProfilesResponse][google.cloud.talent.v4beta1.SearchProfilesResponse] message returned from a previous // invocation of [SearchProfiles][google.cloud.talent.v4beta1.ProfileService.SearchProfiles]. // // A result set is an ordered list of search results. // // If this field is not set, a new result set is computed based on the // [profile_query][google.cloud.talent.v4beta1.SearchProfilesRequest.profile_query]. A new [result_set_id][google.cloud.talent.v4beta1.SearchProfilesRequest.result_set_id] is returned as a handle to // access this result set. // // If this field is set, the service will ignore the resource and // [profile_query][google.cloud.talent.v4beta1.SearchProfilesRequest.profile_query] values, and simply retrieve a page of results from the // corresponding result set. In this case, one and only one of [page_token][google.cloud.talent.v4beta1.SearchProfilesRequest.page_token] // or [offset][google.cloud.talent.v4beta1.SearchProfilesRequest.offset] must be set. // // A typical use case is to invoke [SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest] without this // field, then use the resulting [result_set_id][google.cloud.talent.v4beta1.SearchProfilesRequest.result_set_id] in // [SearchProfilesResponse][google.cloud.talent.v4beta1.SearchProfilesResponse] to page through the results. ResultSetId string `protobuf:"bytes,12,opt,name=result_set_id,json=resultSetId,proto3" json:"result_set_id,omitempty"` // This flag is used to indicate whether the service will attempt to // understand synonyms and terms related to the search query or treat the // query "as is" when it generates a set of results. By default this flag is // set to false, thus allowing expanded results to also be returned. For // example a search for "software engineer" might also return candidates who // have experience in jobs similar to software engineer positions. By setting // this flag to true, the service will only attempt to deliver candidates has // software engineer in his/her global fields by treating "software engineer" // as a keyword. // // It is recommended to provide a feature in the UI (such as a checkbox) to // allow recruiters to set this flag to true if they intend to search for // longer boolean strings. StrictKeywordsSearch bool `protobuf:"varint,13,opt,name=strict_keywords_search,json=strictKeywordsSearch,proto3" json:"strict_keywords_search,omitempty"` // contains filtered or unexported fields }
The request body of the `SearchProfiles` call.
func (*SearchProfilesRequest) Descriptor
deprecated
func (*SearchProfilesRequest) Descriptor() ([]byte, []int)
Deprecated: Use SearchProfilesRequest.ProtoReflect.Descriptor instead.
func (*SearchProfilesRequest) GetCaseSensitiveSort ¶
func (x *SearchProfilesRequest) GetCaseSensitiveSort() bool
func (*SearchProfilesRequest) GetDisableSpellCheck ¶
func (x *SearchProfilesRequest) GetDisableSpellCheck() bool
func (*SearchProfilesRequest) GetHistogramQueries ¶
func (x *SearchProfilesRequest) GetHistogramQueries() []*HistogramQuery
func (*SearchProfilesRequest) GetOffset ¶
func (x *SearchProfilesRequest) GetOffset() int32
func (*SearchProfilesRequest) GetOrderBy ¶
func (x *SearchProfilesRequest) GetOrderBy() string
func (*SearchProfilesRequest) GetPageSize ¶
func (x *SearchProfilesRequest) GetPageSize() int32
func (*SearchProfilesRequest) GetPageToken ¶
func (x *SearchProfilesRequest) GetPageToken() string
func (*SearchProfilesRequest) GetParent ¶
func (x *SearchProfilesRequest) GetParent() string
func (*SearchProfilesRequest) GetProfileQuery ¶
func (x *SearchProfilesRequest) GetProfileQuery() *ProfileQuery
func (*SearchProfilesRequest) GetRequestMetadata ¶
func (x *SearchProfilesRequest) GetRequestMetadata() *RequestMetadata
func (*SearchProfilesRequest) GetResultSetId ¶
func (x *SearchProfilesRequest) GetResultSetId() string
func (*SearchProfilesRequest) GetStrictKeywordsSearch ¶
func (x *SearchProfilesRequest) GetStrictKeywordsSearch() bool
func (*SearchProfilesRequest) ProtoMessage ¶
func (*SearchProfilesRequest) ProtoMessage()
func (*SearchProfilesRequest) ProtoReflect ¶
func (x *SearchProfilesRequest) ProtoReflect() protoreflect.Message
func (*SearchProfilesRequest) Reset ¶
func (x *SearchProfilesRequest) Reset()
func (*SearchProfilesRequest) String ¶
func (x *SearchProfilesRequest) String() string
type SearchProfilesResponse ¶
type SearchProfilesResponse struct { // An estimation of the number of profiles that match the specified query. // // This number isn't guaranteed to be accurate. EstimatedTotalSize int64 `protobuf:"varint,1,opt,name=estimated_total_size,json=estimatedTotalSize,proto3" json:"estimated_total_size,omitempty"` // The spell checking result, and correction. SpellCorrection *SpellingCorrection `protobuf:"bytes,2,opt,name=spell_correction,json=spellCorrection,proto3" json:"spell_correction,omitempty"` // Additional information for the API invocation, such as the request // tracking id. Metadata *ResponseMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` // A token to retrieve the next page of results. This is empty if there are no // more results. NextPageToken string `protobuf:"bytes,4,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // The histogram results that match with specified // [SearchProfilesRequest.histogram_queries][google.cloud.talent.v4beta1.SearchProfilesRequest.histogram_queries]. HistogramQueryResults []*HistogramQueryResult `` /* 126-byte string literal not displayed */ // The profile entities that match the specified [SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest]. SummarizedProfiles []*SummarizedProfile `protobuf:"bytes,6,rep,name=summarized_profiles,json=summarizedProfiles,proto3" json:"summarized_profiles,omitempty"` // An id that uniquely identifies the result set of a // [SearchProfiles][google.cloud.talent.v4beta1.ProfileService.SearchProfiles] call for consistent // results. ResultSetId string `protobuf:"bytes,7,opt,name=result_set_id,json=resultSetId,proto3" json:"result_set_id,omitempty"` // contains filtered or unexported fields }
Response of SearchProfiles method.
func (*SearchProfilesResponse) Descriptor
deprecated
func (*SearchProfilesResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchProfilesResponse.ProtoReflect.Descriptor instead.
func (*SearchProfilesResponse) GetEstimatedTotalSize ¶
func (x *SearchProfilesResponse) GetEstimatedTotalSize() int64
func (*SearchProfilesResponse) GetHistogramQueryResults ¶
func (x *SearchProfilesResponse) GetHistogramQueryResults() []*HistogramQueryResult
func (*SearchProfilesResponse) GetMetadata ¶
func (x *SearchProfilesResponse) GetMetadata() *ResponseMetadata
func (*SearchProfilesResponse) GetNextPageToken ¶
func (x *SearchProfilesResponse) GetNextPageToken() string
func (*SearchProfilesResponse) GetResultSetId ¶
func (x *SearchProfilesResponse) GetResultSetId() string
func (*SearchProfilesResponse) GetSpellCorrection ¶
func (x *SearchProfilesResponse) GetSpellCorrection() *SpellingCorrection
func (*SearchProfilesResponse) GetSummarizedProfiles ¶
func (x *SearchProfilesResponse) GetSummarizedProfiles() []*SummarizedProfile
func (*SearchProfilesResponse) ProtoMessage ¶
func (*SearchProfilesResponse) ProtoMessage()
func (*SearchProfilesResponse) ProtoReflect ¶
func (x *SearchProfilesResponse) ProtoReflect() protoreflect.Message
func (*SearchProfilesResponse) Reset ¶
func (x *SearchProfilesResponse) Reset()
func (*SearchProfilesResponse) String ¶
func (x *SearchProfilesResponse) String() string
type Skill ¶
type Skill struct { // Skill display name. // // For example, "Java", "Python". // // Number of characters allowed is 100. DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // The last time this skill was used. LastUsedDate *date.Date `protobuf:"bytes,2,opt,name=last_used_date,json=lastUsedDate,proto3" json:"last_used_date,omitempty"` // Skill proficiency level which indicates how proficient the candidate is at // this skill. Level SkillProficiencyLevel `protobuf:"varint,3,opt,name=level,proto3,enum=google.cloud.talent.v4beta1.SkillProficiencyLevel" json:"level,omitempty"` // A paragraph describes context of this skill. // // Number of characters allowed is 100,000. Context string `protobuf:"bytes,4,opt,name=context,proto3" json:"context,omitempty"` // Output only. Skill name snippet shows how the [display_name][google.cloud.talent.v4beta1.Skill.display_name] is related to a search // query. It's empty if the [display_name][google.cloud.talent.v4beta1.Skill.display_name] isn't related to the search // query. SkillNameSnippet string `protobuf:"bytes,5,opt,name=skill_name_snippet,json=skillNameSnippet,proto3" json:"skill_name_snippet,omitempty"` // contains filtered or unexported fields }
Resource that represents a skill of a candidate.
func (*Skill) Descriptor
deprecated
func (*Skill) GetContext ¶
func (*Skill) GetDisplayName ¶
func (*Skill) GetLastUsedDate ¶
func (*Skill) GetLevel ¶
func (x *Skill) GetLevel() SkillProficiencyLevel
func (*Skill) GetSkillNameSnippet ¶
func (*Skill) ProtoMessage ¶
func (*Skill) ProtoMessage()
func (*Skill) ProtoReflect ¶
func (x *Skill) ProtoReflect() protoreflect.Message
type SkillFilter ¶
type SkillFilter struct { // Required. The skill name. For example, "java", "j2ee", and so on. Skill string `protobuf:"bytes,1,opt,name=skill,proto3" json:"skill,omitempty"` // Whether to apply negation to the filter so profiles matching the filter // are excluded. Negated bool `protobuf:"varint,2,opt,name=negated,proto3" json:"negated,omitempty"` // contains filtered or unexported fields }
Skill filter of the search.
func (*SkillFilter) Descriptor
deprecated
func (*SkillFilter) Descriptor() ([]byte, []int)
Deprecated: Use SkillFilter.ProtoReflect.Descriptor instead.
func (*SkillFilter) GetNegated ¶
func (x *SkillFilter) GetNegated() bool
func (*SkillFilter) GetSkill ¶
func (x *SkillFilter) GetSkill() string
func (*SkillFilter) ProtoMessage ¶
func (*SkillFilter) ProtoMessage()
func (*SkillFilter) ProtoReflect ¶
func (x *SkillFilter) ProtoReflect() protoreflect.Message
func (*SkillFilter) Reset ¶
func (x *SkillFilter) Reset()
func (*SkillFilter) String ¶
func (x *SkillFilter) String() string
type SkillProficiencyLevel ¶
type SkillProficiencyLevel int32
Enum that represents the skill proficiency level.
const ( // Default value. SkillProficiencyLevel_SKILL_PROFICIENCY_LEVEL_UNSPECIFIED SkillProficiencyLevel = 0 // Lacks any proficiency in this skill. SkillProficiencyLevel_UNSKILLED SkillProficiencyLevel = 6 // Have a common knowledge or an understanding of basic techniques and // concepts. SkillProficiencyLevel_FUNDAMENTAL_AWARENESS SkillProficiencyLevel = 1 // Have the level of experience gained in a classroom and/or experimental // scenarios or as a trainee on-the-job. SkillProficiencyLevel_NOVICE SkillProficiencyLevel = 2 // Be able to successfully complete tasks in this skill as requested. Help // from an expert may be required from time to time, but can usually perform // skill independently. SkillProficiencyLevel_INTERMEDIATE SkillProficiencyLevel = 3 // Can perform the actions associated with this skill without assistance. SkillProficiencyLevel_ADVANCED SkillProficiencyLevel = 4 // Known as an expert in this area. SkillProficiencyLevel_EXPERT SkillProficiencyLevel = 5 )
func (SkillProficiencyLevel) Descriptor ¶
func (SkillProficiencyLevel) Descriptor() protoreflect.EnumDescriptor
func (SkillProficiencyLevel) Enum ¶
func (x SkillProficiencyLevel) Enum() *SkillProficiencyLevel
func (SkillProficiencyLevel) EnumDescriptor
deprecated
func (SkillProficiencyLevel) EnumDescriptor() ([]byte, []int)
Deprecated: Use SkillProficiencyLevel.Descriptor instead.
func (SkillProficiencyLevel) Number ¶
func (x SkillProficiencyLevel) Number() protoreflect.EnumNumber
func (SkillProficiencyLevel) String ¶
func (x SkillProficiencyLevel) String() string
func (SkillProficiencyLevel) Type ¶
func (SkillProficiencyLevel) Type() protoreflect.EnumType
type SpellingCorrection ¶
type SpellingCorrection struct { // Indicates if the query was corrected by the spell checker. Corrected bool `protobuf:"varint,1,opt,name=corrected,proto3" json:"corrected,omitempty"` // Correction output consisting of the corrected keyword string. CorrectedText string `protobuf:"bytes,2,opt,name=corrected_text,json=correctedText,proto3" json:"corrected_text,omitempty"` // Corrected output with html tags to highlight the corrected words. // Corrected words are called out with the "<b><i>...</i></b>" html tags. // // For example, the user input query is "software enginear", where the second // word, "enginear," is incorrect. It should be "engineer". When spelling // correction is enabled, this value is // "software <b><i>engineer</i></b>". CorrectedHtml string `protobuf:"bytes,3,opt,name=corrected_html,json=correctedHtml,proto3" json:"corrected_html,omitempty"` // contains filtered or unexported fields }
Spell check result.
func (*SpellingCorrection) Descriptor
deprecated
func (*SpellingCorrection) Descriptor() ([]byte, []int)
Deprecated: Use SpellingCorrection.ProtoReflect.Descriptor instead.
func (*SpellingCorrection) GetCorrected ¶
func (x *SpellingCorrection) GetCorrected() bool
func (*SpellingCorrection) GetCorrectedHtml ¶
func (x *SpellingCorrection) GetCorrectedHtml() string
func (*SpellingCorrection) GetCorrectedText ¶
func (x *SpellingCorrection) GetCorrectedText() string
func (*SpellingCorrection) ProtoMessage ¶
func (*SpellingCorrection) ProtoMessage()
func (*SpellingCorrection) ProtoReflect ¶
func (x *SpellingCorrection) ProtoReflect() protoreflect.Message
func (*SpellingCorrection) Reset ¶
func (x *SpellingCorrection) Reset()
func (*SpellingCorrection) String ¶
func (x *SpellingCorrection) String() string
type SummarizedProfile ¶
type SummarizedProfile struct { // A list of profiles that are linked by [Profile.group_id][google.cloud.talent.v4beta1.Profile.group_id]. Profiles []*Profile `protobuf:"bytes,1,rep,name=profiles,proto3" json:"profiles,omitempty"` // A profile summary shows the profile summary and how the profile matches the // search query. // // In profile summary, the profiles with the same [Profile.group_id][google.cloud.talent.v4beta1.Profile.group_id] are // merged together. Among profiles, same education/employment records may be // slightly different but they are merged into one with best efforts. // // For example, in one profile the school name is "UC Berkeley" and the field // study is "Computer Science" and in another one the school name is // "University of California at Berkeley" and the field study is "CS". The API // merges these two inputs into one and selects one value for each field. For // example, the school name in summary is set to "University of California at // Berkeley" and the field of study is set to "Computer Science". Summary *Profile `protobuf:"bytes,2,opt,name=summary,proto3" json:"summary,omitempty"` // contains filtered or unexported fields }
Profile entry with metadata inside SearchProfilesResponse[google.cloud.talent.v4beta1.SearchProfilesResponse].
func (*SummarizedProfile) Descriptor
deprecated
func (*SummarizedProfile) Descriptor() ([]byte, []int)
Deprecated: Use SummarizedProfile.ProtoReflect.Descriptor instead.
func (*SummarizedProfile) GetProfiles ¶
func (x *SummarizedProfile) GetProfiles() []*Profile
func (*SummarizedProfile) GetSummary ¶
func (x *SummarizedProfile) GetSummary() *Profile
func (*SummarizedProfile) ProtoMessage ¶
func (*SummarizedProfile) ProtoMessage()
func (*SummarizedProfile) ProtoReflect ¶
func (x *SummarizedProfile) ProtoReflect() protoreflect.Message
func (*SummarizedProfile) Reset ¶
func (x *SummarizedProfile) Reset()
func (*SummarizedProfile) String ¶
func (x *SummarizedProfile) String() string
type Tenant ¶
type Tenant struct { // Required during tenant update. // // The resource name for a tenant. This is generated by the service when a // tenant is created. // // The format is "projects/{project_id}/tenants/{tenant_id}", for example, // "projects/foo/tenants/bar". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. Client side tenant identifier, used to uniquely identify the tenant. // // The maximum number of allowed characters is 255. ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"` // Indicates whether data owned by this tenant may be used to provide product // improvements across other tenants. // // Defaults behavior is [DataUsageType.ISOLATED][google.cloud.talent.v4beta1.Tenant.DataUsageType.ISOLATED] if it's unset. UsageType Tenant_DataUsageType `` /* 143-byte string literal not displayed */ // A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.Profile.custom_attributes], whose // corresponding `string_values` are used in keyword searches. Profiles with // `string_values` under these specified field keys are returned if any // of the values match the search keyword. Custom field values with // parenthesis, brackets and special symbols are not searchable as-is, // and must be surrounded by quotes. KeywordSearchableProfileCustomAttributes []string `` /* 187-byte string literal not displayed */ // contains filtered or unexported fields }
A Tenant resource represents a tenant in the service. A tenant is a group or entity that shares common access with specific privileges for resources like profiles. Customer may create multiple tenants to provide data isolation for different groups.
func (*Tenant) Descriptor
deprecated
func (*Tenant) GetExternalId ¶
func (*Tenant) GetKeywordSearchableProfileCustomAttributes ¶
func (*Tenant) GetUsageType ¶
func (x *Tenant) GetUsageType() Tenant_DataUsageType
func (*Tenant) ProtoMessage ¶
func (*Tenant) ProtoMessage()
func (*Tenant) ProtoReflect ¶
func (x *Tenant) ProtoReflect() protoreflect.Message
type TenantServiceClient ¶
type TenantServiceClient interface { // Creates a new tenant entity. CreateTenant(ctx context.Context, in *CreateTenantRequest, opts ...grpc.CallOption) (*Tenant, error) // Retrieves specified tenant. GetTenant(ctx context.Context, in *GetTenantRequest, opts ...grpc.CallOption) (*Tenant, error) // Updates specified tenant. UpdateTenant(ctx context.Context, in *UpdateTenantRequest, opts ...grpc.CallOption) (*Tenant, error) // Deletes specified tenant. DeleteTenant(ctx context.Context, in *DeleteTenantRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Lists all tenants associated with the project. ListTenants(ctx context.Context, in *ListTenantsRequest, opts ...grpc.CallOption) (*ListTenantsResponse, error) }
TenantServiceClient is the client API for TenantService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewTenantServiceClient ¶
func NewTenantServiceClient(cc grpc.ClientConnInterface) TenantServiceClient
type TenantServiceServer ¶
type TenantServiceServer interface { // Creates a new tenant entity. CreateTenant(context.Context, *CreateTenantRequest) (*Tenant, error) // Retrieves specified tenant. GetTenant(context.Context, *GetTenantRequest) (*Tenant, error) // Updates specified tenant. UpdateTenant(context.Context, *UpdateTenantRequest) (*Tenant, error) // Deletes specified tenant. DeleteTenant(context.Context, *DeleteTenantRequest) (*emptypb.Empty, error) // Lists all tenants associated with the project. ListTenants(context.Context, *ListTenantsRequest) (*ListTenantsResponse, error) }
TenantServiceServer is the server API for TenantService service.
type Tenant_DataUsageType ¶
type Tenant_DataUsageType int32
Enum that represents how user data owned by the tenant is used.
const ( // Default value. Tenant_DATA_USAGE_TYPE_UNSPECIFIED Tenant_DataUsageType = 0 // Data owned by this tenant is used to improve search/recommendation // quality across tenants. Tenant_AGGREGATED Tenant_DataUsageType = 1 // Data owned by this tenant is used to improve search/recommendation // quality for this tenant only. Tenant_ISOLATED Tenant_DataUsageType = 2 )
func (Tenant_DataUsageType) Descriptor ¶
func (Tenant_DataUsageType) Descriptor() protoreflect.EnumDescriptor
func (Tenant_DataUsageType) Enum ¶
func (x Tenant_DataUsageType) Enum() *Tenant_DataUsageType
func (Tenant_DataUsageType) EnumDescriptor
deprecated
func (Tenant_DataUsageType) EnumDescriptor() ([]byte, []int)
Deprecated: Use Tenant_DataUsageType.Descriptor instead.
func (Tenant_DataUsageType) Number ¶
func (x Tenant_DataUsageType) Number() protoreflect.EnumNumber
func (Tenant_DataUsageType) String ¶
func (x Tenant_DataUsageType) String() string
func (Tenant_DataUsageType) Type ¶
func (Tenant_DataUsageType) Type() protoreflect.EnumType
type TimeFilter ¶
type TimeFilter struct { // Start timestamp, matching profiles with the start time. If this field // missing, The API matches profiles with create / update timestamp before the // end timestamp. StartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // End timestamp, matching profiles with the end time. If this field // missing, The API matches profiles with create / update timestamp after the // start timestamp. EndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // Specifies which time field to filter profiles. // // Defaults to [TimeField.CREATE_TIME][google.cloud.talent.v4beta1.TimeFilter.TimeField.CREATE_TIME]. TimeField TimeFilter_TimeField `` /* 143-byte string literal not displayed */ // contains filtered or unexported fields }
Filter on create timestamp or update timestamp of profiles.
func (*TimeFilter) Descriptor
deprecated
func (*TimeFilter) Descriptor() ([]byte, []int)
Deprecated: Use TimeFilter.ProtoReflect.Descriptor instead.
func (*TimeFilter) GetEndTime ¶
func (x *TimeFilter) GetEndTime() *timestamppb.Timestamp
func (*TimeFilter) GetStartTime ¶
func (x *TimeFilter) GetStartTime() *timestamppb.Timestamp
func (*TimeFilter) GetTimeField ¶
func (x *TimeFilter) GetTimeField() TimeFilter_TimeField
func (*TimeFilter) ProtoMessage ¶
func (*TimeFilter) ProtoMessage()
func (*TimeFilter) ProtoReflect ¶
func (x *TimeFilter) ProtoReflect() protoreflect.Message
func (*TimeFilter) Reset ¶
func (x *TimeFilter) Reset()
func (*TimeFilter) String ¶
func (x *TimeFilter) String() string
type TimeFilter_TimeField ¶
type TimeFilter_TimeField int32
Time fields can be used in TimeFilter.
const ( // Default value. TimeFilter_TIME_FIELD_UNSPECIFIED TimeFilter_TimeField = 0 // Earliest profile create time. TimeFilter_CREATE_TIME TimeFilter_TimeField = 1 // Latest profile update time. TimeFilter_UPDATE_TIME TimeFilter_TimeField = 2 )
func (TimeFilter_TimeField) Descriptor ¶
func (TimeFilter_TimeField) Descriptor() protoreflect.EnumDescriptor
func (TimeFilter_TimeField) Enum ¶
func (x TimeFilter_TimeField) Enum() *TimeFilter_TimeField
func (TimeFilter_TimeField) EnumDescriptor
deprecated
func (TimeFilter_TimeField) EnumDescriptor() ([]byte, []int)
Deprecated: Use TimeFilter_TimeField.Descriptor instead.
func (TimeFilter_TimeField) Number ¶
func (x TimeFilter_TimeField) Number() protoreflect.EnumNumber
func (TimeFilter_TimeField) String ¶
func (x TimeFilter_TimeField) String() string
func (TimeFilter_TimeField) Type ¶
func (TimeFilter_TimeField) Type() protoreflect.EnumType
type TimestampRange ¶
type TimestampRange struct { // Begin of the period (inclusive). StartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // End of the period (exclusive). EndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // contains filtered or unexported fields }
Message representing a period of time between two timestamps.
func (*TimestampRange) Descriptor
deprecated
func (*TimestampRange) Descriptor() ([]byte, []int)
Deprecated: Use TimestampRange.ProtoReflect.Descriptor instead.
func (*TimestampRange) GetEndTime ¶
func (x *TimestampRange) GetEndTime() *timestamppb.Timestamp
func (*TimestampRange) GetStartTime ¶
func (x *TimestampRange) GetStartTime() *timestamppb.Timestamp
func (*TimestampRange) ProtoMessage ¶
func (*TimestampRange) ProtoMessage()
func (*TimestampRange) ProtoReflect ¶
func (x *TimestampRange) ProtoReflect() protoreflect.Message
func (*TimestampRange) Reset ¶
func (x *TimestampRange) Reset()
func (*TimestampRange) String ¶
func (x *TimestampRange) String() string
type UnimplementedApplicationServiceServer ¶
type UnimplementedApplicationServiceServer struct { }
UnimplementedApplicationServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedApplicationServiceServer) CreateApplication ¶
func (*UnimplementedApplicationServiceServer) CreateApplication(context.Context, *CreateApplicationRequest) (*Application, error)
func (*UnimplementedApplicationServiceServer) DeleteApplication ¶
func (*UnimplementedApplicationServiceServer) DeleteApplication(context.Context, *DeleteApplicationRequest) (*emptypb.Empty, error)
func (*UnimplementedApplicationServiceServer) GetApplication ¶
func (*UnimplementedApplicationServiceServer) GetApplication(context.Context, *GetApplicationRequest) (*Application, error)
func (*UnimplementedApplicationServiceServer) ListApplications ¶
func (*UnimplementedApplicationServiceServer) ListApplications(context.Context, *ListApplicationsRequest) (*ListApplicationsResponse, error)
func (*UnimplementedApplicationServiceServer) UpdateApplication ¶
func (*UnimplementedApplicationServiceServer) UpdateApplication(context.Context, *UpdateApplicationRequest) (*Application, error)
type UnimplementedCompanyServiceServer ¶
type UnimplementedCompanyServiceServer struct { }
UnimplementedCompanyServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedCompanyServiceServer) CreateCompany ¶
func (*UnimplementedCompanyServiceServer) CreateCompany(context.Context, *CreateCompanyRequest) (*Company, error)
func (*UnimplementedCompanyServiceServer) DeleteCompany ¶
func (*UnimplementedCompanyServiceServer) DeleteCompany(context.Context, *DeleteCompanyRequest) (*emptypb.Empty, error)
func (*UnimplementedCompanyServiceServer) GetCompany ¶
func (*UnimplementedCompanyServiceServer) GetCompany(context.Context, *GetCompanyRequest) (*Company, error)
func (*UnimplementedCompanyServiceServer) ListCompanies ¶
func (*UnimplementedCompanyServiceServer) ListCompanies(context.Context, *ListCompaniesRequest) (*ListCompaniesResponse, error)
func (*UnimplementedCompanyServiceServer) UpdateCompany ¶
func (*UnimplementedCompanyServiceServer) UpdateCompany(context.Context, *UpdateCompanyRequest) (*Company, error)
type UnimplementedCompletionServer ¶
type UnimplementedCompletionServer struct { }
UnimplementedCompletionServer can be embedded to have forward compatible implementations.
func (*UnimplementedCompletionServer) CompleteQuery ¶
func (*UnimplementedCompletionServer) CompleteQuery(context.Context, *CompleteQueryRequest) (*CompleteQueryResponse, error)
type UnimplementedEventServiceServer ¶
type UnimplementedEventServiceServer struct { }
UnimplementedEventServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedEventServiceServer) CreateClientEvent ¶
func (*UnimplementedEventServiceServer) CreateClientEvent(context.Context, *CreateClientEventRequest) (*ClientEvent, error)
type UnimplementedJobServiceServer ¶
type UnimplementedJobServiceServer struct { }
UnimplementedJobServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedJobServiceServer) BatchCreateJobs ¶
func (*UnimplementedJobServiceServer) BatchCreateJobs(context.Context, *BatchCreateJobsRequest) (*longrunning.Operation, error)
func (*UnimplementedJobServiceServer) BatchDeleteJobs ¶
func (*UnimplementedJobServiceServer) BatchDeleteJobs(context.Context, *BatchDeleteJobsRequest) (*emptypb.Empty, error)
func (*UnimplementedJobServiceServer) BatchUpdateJobs ¶
func (*UnimplementedJobServiceServer) BatchUpdateJobs(context.Context, *BatchUpdateJobsRequest) (*longrunning.Operation, error)
func (*UnimplementedJobServiceServer) CreateJob ¶
func (*UnimplementedJobServiceServer) CreateJob(context.Context, *CreateJobRequest) (*Job, error)
func (*UnimplementedJobServiceServer) DeleteJob ¶
func (*UnimplementedJobServiceServer) DeleteJob(context.Context, *DeleteJobRequest) (*emptypb.Empty, error)
func (*UnimplementedJobServiceServer) GetJob ¶
func (*UnimplementedJobServiceServer) GetJob(context.Context, *GetJobRequest) (*Job, error)
func (*UnimplementedJobServiceServer) ListJobs ¶
func (*UnimplementedJobServiceServer) ListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
func (*UnimplementedJobServiceServer) SearchJobs ¶
func (*UnimplementedJobServiceServer) SearchJobs(context.Context, *SearchJobsRequest) (*SearchJobsResponse, error)
func (*UnimplementedJobServiceServer) SearchJobsForAlert ¶
func (*UnimplementedJobServiceServer) SearchJobsForAlert(context.Context, *SearchJobsRequest) (*SearchJobsResponse, error)
func (*UnimplementedJobServiceServer) UpdateJob ¶
func (*UnimplementedJobServiceServer) UpdateJob(context.Context, *UpdateJobRequest) (*Job, error)
type UnimplementedProfileServiceServer ¶
type UnimplementedProfileServiceServer struct { }
UnimplementedProfileServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedProfileServiceServer) CreateProfile ¶
func (*UnimplementedProfileServiceServer) CreateProfile(context.Context, *CreateProfileRequest) (*Profile, error)
func (*UnimplementedProfileServiceServer) DeleteProfile ¶
func (*UnimplementedProfileServiceServer) DeleteProfile(context.Context, *DeleteProfileRequest) (*emptypb.Empty, error)
func (*UnimplementedProfileServiceServer) GetProfile ¶
func (*UnimplementedProfileServiceServer) GetProfile(context.Context, *GetProfileRequest) (*Profile, error)
func (*UnimplementedProfileServiceServer) ListProfiles ¶
func (*UnimplementedProfileServiceServer) ListProfiles(context.Context, *ListProfilesRequest) (*ListProfilesResponse, error)
func (*UnimplementedProfileServiceServer) SearchProfiles ¶
func (*UnimplementedProfileServiceServer) SearchProfiles(context.Context, *SearchProfilesRequest) (*SearchProfilesResponse, error)
func (*UnimplementedProfileServiceServer) UpdateProfile ¶
func (*UnimplementedProfileServiceServer) UpdateProfile(context.Context, *UpdateProfileRequest) (*Profile, error)
type UnimplementedTenantServiceServer ¶
type UnimplementedTenantServiceServer struct { }
UnimplementedTenantServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedTenantServiceServer) CreateTenant ¶
func (*UnimplementedTenantServiceServer) CreateTenant(context.Context, *CreateTenantRequest) (*Tenant, error)
func (*UnimplementedTenantServiceServer) DeleteTenant ¶
func (*UnimplementedTenantServiceServer) DeleteTenant(context.Context, *DeleteTenantRequest) (*emptypb.Empty, error)
func (*UnimplementedTenantServiceServer) GetTenant ¶
func (*UnimplementedTenantServiceServer) GetTenant(context.Context, *GetTenantRequest) (*Tenant, error)
func (*UnimplementedTenantServiceServer) ListTenants ¶
func (*UnimplementedTenantServiceServer) ListTenants(context.Context, *ListTenantsRequest) (*ListTenantsResponse, error)
func (*UnimplementedTenantServiceServer) UpdateTenant ¶
func (*UnimplementedTenantServiceServer) UpdateTenant(context.Context, *UpdateTenantRequest) (*Tenant, error)
type UpdateApplicationRequest ¶
type UpdateApplicationRequest struct { // Required. The application resource to replace the current resource in the system. Application *Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // Strongly recommended for the best service experience. // // If [update_mask][google.cloud.talent.v4beta1.UpdateApplicationRequest.update_mask] is provided, only the specified fields in // [application][google.cloud.talent.v4beta1.UpdateApplicationRequest.application] are updated. Otherwise all the fields are updated. // // A field mask to specify the application fields to be updated. Only // top level fields of [Application][google.cloud.talent.v4beta1.Application] are supported. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request for updating a specified application.
func (*UpdateApplicationRequest) Descriptor
deprecated
func (*UpdateApplicationRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateApplicationRequest.ProtoReflect.Descriptor instead.
func (*UpdateApplicationRequest) GetApplication ¶
func (x *UpdateApplicationRequest) GetApplication() *Application
func (*UpdateApplicationRequest) GetUpdateMask ¶
func (x *UpdateApplicationRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateApplicationRequest) ProtoMessage ¶
func (*UpdateApplicationRequest) ProtoMessage()
func (*UpdateApplicationRequest) ProtoReflect ¶
func (x *UpdateApplicationRequest) ProtoReflect() protoreflect.Message
func (*UpdateApplicationRequest) Reset ¶
func (x *UpdateApplicationRequest) Reset()
func (*UpdateApplicationRequest) String ¶
func (x *UpdateApplicationRequest) String() string
type UpdateCompanyRequest ¶
type UpdateCompanyRequest struct { // Required. The company resource to replace the current resource in the system. Company *Company `protobuf:"bytes,1,opt,name=company,proto3" json:"company,omitempty"` // Strongly recommended for the best service experience. // // If [update_mask][google.cloud.talent.v4beta1.UpdateCompanyRequest.update_mask] is provided, only the specified fields in // [company][google.cloud.talent.v4beta1.UpdateCompanyRequest.company] are updated. Otherwise all the fields are updated. // // A field mask to specify the company fields to be updated. Only // top level fields of [Company][google.cloud.talent.v4beta1.Company] are supported. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request for updating a specified company.
func (*UpdateCompanyRequest) Descriptor
deprecated
func (*UpdateCompanyRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCompanyRequest.ProtoReflect.Descriptor instead.
func (*UpdateCompanyRequest) GetCompany ¶
func (x *UpdateCompanyRequest) GetCompany() *Company
func (*UpdateCompanyRequest) GetUpdateMask ¶
func (x *UpdateCompanyRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateCompanyRequest) ProtoMessage ¶
func (*UpdateCompanyRequest) ProtoMessage()
func (*UpdateCompanyRequest) ProtoReflect ¶
func (x *UpdateCompanyRequest) ProtoReflect() protoreflect.Message
func (*UpdateCompanyRequest) Reset ¶
func (x *UpdateCompanyRequest) Reset()
func (*UpdateCompanyRequest) String ¶
func (x *UpdateCompanyRequest) String() string
type UpdateJobRequest ¶
type UpdateJobRequest struct { // Required. The Job to be updated. Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` // Strongly recommended for the best service experience. // // If [update_mask][google.cloud.talent.v4beta1.UpdateJobRequest.update_mask] is provided, only the specified fields in // [job][google.cloud.talent.v4beta1.UpdateJobRequest.job] are updated. Otherwise all the fields are updated. // // A field mask to restrict the fields that are updated. Only // top level fields of [Job][google.cloud.talent.v4beta1.Job] are supported. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Update job request.
func (*UpdateJobRequest) Descriptor
deprecated
func (*UpdateJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateJobRequest.ProtoReflect.Descriptor instead.
func (*UpdateJobRequest) GetJob ¶
func (x *UpdateJobRequest) GetJob() *Job
func (*UpdateJobRequest) GetUpdateMask ¶
func (x *UpdateJobRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateJobRequest) ProtoMessage ¶
func (*UpdateJobRequest) ProtoMessage()
func (*UpdateJobRequest) ProtoReflect ¶
func (x *UpdateJobRequest) ProtoReflect() protoreflect.Message
func (*UpdateJobRequest) Reset ¶
func (x *UpdateJobRequest) Reset()
func (*UpdateJobRequest) String ¶
func (x *UpdateJobRequest) String() string
type UpdateProfileRequest ¶
type UpdateProfileRequest struct { // Required. Profile to be updated. Profile *Profile `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"` // A field mask to specify the profile fields to update. // // A full update is performed if it is unset. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Update profile request
func (*UpdateProfileRequest) Descriptor
deprecated
func (*UpdateProfileRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateProfileRequest.ProtoReflect.Descriptor instead.
func (*UpdateProfileRequest) GetProfile ¶
func (x *UpdateProfileRequest) GetProfile() *Profile
func (*UpdateProfileRequest) GetUpdateMask ¶
func (x *UpdateProfileRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateProfileRequest) ProtoMessage ¶
func (*UpdateProfileRequest) ProtoMessage()
func (*UpdateProfileRequest) ProtoReflect ¶
func (x *UpdateProfileRequest) ProtoReflect() protoreflect.Message
func (*UpdateProfileRequest) Reset ¶
func (x *UpdateProfileRequest) Reset()
func (*UpdateProfileRequest) String ¶
func (x *UpdateProfileRequest) String() string
type UpdateTenantRequest ¶
type UpdateTenantRequest struct { // Required. The tenant resource to replace the current resource in the system. Tenant *Tenant `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` // Strongly recommended for the best service experience. // // If [update_mask][google.cloud.talent.v4beta1.UpdateTenantRequest.update_mask] is provided, only the specified fields in // [tenant][google.cloud.talent.v4beta1.UpdateTenantRequest.tenant] are updated. Otherwise all the fields are updated. // // A field mask to specify the tenant fields to be updated. Only // top level fields of [Tenant][google.cloud.talent.v4beta1.Tenant] are supported. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request for updating a specified tenant.
func (*UpdateTenantRequest) Descriptor
deprecated
func (*UpdateTenantRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateTenantRequest.ProtoReflect.Descriptor instead.
func (*UpdateTenantRequest) GetTenant ¶
func (x *UpdateTenantRequest) GetTenant() *Tenant
func (*UpdateTenantRequest) GetUpdateMask ¶
func (x *UpdateTenantRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateTenantRequest) ProtoMessage ¶
func (*UpdateTenantRequest) ProtoMessage()
func (*UpdateTenantRequest) ProtoReflect ¶
func (x *UpdateTenantRequest) ProtoReflect() protoreflect.Message
func (*UpdateTenantRequest) Reset ¶
func (x *UpdateTenantRequest) Reset()
func (*UpdateTenantRequest) String ¶
func (x *UpdateTenantRequest) String() string
type Visibility
deprecated
type Visibility int32
Deprecated. All resources are only visible to the owner.
An enum that represents who has view access to the resource.
Deprecated: Do not use.
const ( // Default value. Visibility_VISIBILITY_UNSPECIFIED Visibility = 0 // The resource is only visible to the GCP account who owns it. Visibility_ACCOUNT_ONLY Visibility = 1 // The resource is visible to the owner and may be visible to other // applications and processes at Google. Visibility_SHARED_WITH_GOOGLE Visibility = 2 // The resource is visible to the owner and may be visible to all other API // clients. Visibility_SHARED_WITH_PUBLIC Visibility = 3 )
func (Visibility) Descriptor ¶
func (Visibility) Descriptor() protoreflect.EnumDescriptor
func (Visibility) Enum ¶
func (x Visibility) Enum() *Visibility
func (Visibility) EnumDescriptor
deprecated
func (Visibility) EnumDescriptor() ([]byte, []int)
Deprecated: Use Visibility.Descriptor instead.
func (Visibility) Number ¶
func (x Visibility) Number() protoreflect.EnumNumber
func (Visibility) String ¶
func (x Visibility) String() string
func (Visibility) Type ¶
func (Visibility) Type() protoreflect.EnumType
type WorkExperienceFilter ¶
type WorkExperienceFilter struct { // The minimum duration of the work experience (inclusive). MinExperience *durationpb.Duration `protobuf:"bytes,1,opt,name=min_experience,json=minExperience,proto3" json:"min_experience,omitempty"` // The maximum duration of the work experience (exclusive). MaxExperience *durationpb.Duration `protobuf:"bytes,2,opt,name=max_experience,json=maxExperience,proto3" json:"max_experience,omitempty"` // contains filtered or unexported fields }
Work experience filter.
This filter is used to search for profiles with working experience length between [min_experience][google.cloud.talent.v4beta1.WorkExperienceFilter.min_experience] and [max_experience][google.cloud.talent.v4beta1.WorkExperienceFilter.max_experience].
func (*WorkExperienceFilter) Descriptor
deprecated
func (*WorkExperienceFilter) Descriptor() ([]byte, []int)
Deprecated: Use WorkExperienceFilter.ProtoReflect.Descriptor instead.
func (*WorkExperienceFilter) GetMaxExperience ¶
func (x *WorkExperienceFilter) GetMaxExperience() *durationpb.Duration
func (*WorkExperienceFilter) GetMinExperience ¶
func (x *WorkExperienceFilter) GetMinExperience() *durationpb.Duration
func (*WorkExperienceFilter) ProtoMessage ¶
func (*WorkExperienceFilter) ProtoMessage()
func (*WorkExperienceFilter) ProtoReflect ¶
func (x *WorkExperienceFilter) ProtoReflect() protoreflect.Message
func (*WorkExperienceFilter) Reset ¶
func (x *WorkExperienceFilter) Reset()
func (*WorkExperienceFilter) String ¶
func (x *WorkExperienceFilter) String() string