1. Packages
  2. Google Cloud Native
  3. API Docs
  4. jobs
  5. jobs/v3
  6. Company

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.jobs/v3.Company

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Creates a new company entity.

Create Company Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new Company(name: string, args: CompanyArgs, opts?: CustomResourceOptions);
@overload
def Company(resource_name: str,
            args: CompanyArgs,
            opts: Optional[ResourceOptions] = None)

@overload
def Company(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            display_name: Optional[str] = None,
            external_id: Optional[str] = None,
            career_site_uri: Optional[str] = None,
            eeo_text: Optional[str] = None,
            headquarters_address: Optional[str] = None,
            hiring_agency: Optional[bool] = None,
            image_uri: Optional[str] = None,
            keyword_searchable_job_custom_attributes: Optional[Sequence[str]] = None,
            name: Optional[str] = None,
            project: Optional[str] = None,
            size: Optional[CompanySize] = None,
            website_uri: Optional[str] = None)
func NewCompany(ctx *Context, name string, args CompanyArgs, opts ...ResourceOption) (*Company, error)
public Company(string name, CompanyArgs args, CustomResourceOptions? opts = null)
public Company(String name, CompanyArgs args)
public Company(String name, CompanyArgs args, CustomResourceOptions options)
type: google-native:jobs/v3:Company
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. CompanyArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. CompanyArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. CompanyArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. CompanyArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. CompanyArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var companyResource = new GoogleNative.Jobs.V3.Company("companyResource", new()
{
    DisplayName = "string",
    ExternalId = "string",
    CareerSiteUri = "string",
    EeoText = "string",
    HeadquartersAddress = "string",
    HiringAgency = false,
    ImageUri = "string",
    Name = "string",
    Project = "string",
    Size = GoogleNative.Jobs.V3.CompanySize.CompanySizeUnspecified,
    WebsiteUri = "string",
});
Copy
example, err := jobs.NewCompany(ctx, "companyResource", &jobs.CompanyArgs{
	DisplayName:         pulumi.String("string"),
	ExternalId:          pulumi.String("string"),
	CareerSiteUri:       pulumi.String("string"),
	EeoText:             pulumi.String("string"),
	HeadquartersAddress: pulumi.String("string"),
	HiringAgency:        pulumi.Bool(false),
	ImageUri:            pulumi.String("string"),
	Name:                pulumi.String("string"),
	Project:             pulumi.String("string"),
	Size:                jobs.CompanySizeCompanySizeUnspecified,
	WebsiteUri:          pulumi.String("string"),
})
Copy
var companyResource = new Company("companyResource", CompanyArgs.builder()
    .displayName("string")
    .externalId("string")
    .careerSiteUri("string")
    .eeoText("string")
    .headquartersAddress("string")
    .hiringAgency(false)
    .imageUri("string")
    .name("string")
    .project("string")
    .size("COMPANY_SIZE_UNSPECIFIED")
    .websiteUri("string")
    .build());
Copy
company_resource = google_native.jobs.v3.Company("companyResource",
    display_name="string",
    external_id="string",
    career_site_uri="string",
    eeo_text="string",
    headquarters_address="string",
    hiring_agency=False,
    image_uri="string",
    name="string",
    project="string",
    size=google_native.jobs.v3.CompanySize.COMPANY_SIZE_UNSPECIFIED,
    website_uri="string")
Copy
const companyResource = new google_native.jobs.v3.Company("companyResource", {
    displayName: "string",
    externalId: "string",
    careerSiteUri: "string",
    eeoText: "string",
    headquartersAddress: "string",
    hiringAgency: false,
    imageUri: "string",
    name: "string",
    project: "string",
    size: google_native.jobs.v3.CompanySize.CompanySizeUnspecified,
    websiteUri: "string",
});
Copy
type: google-native:jobs/v3:Company
properties:
    careerSiteUri: string
    displayName: string
    eeoText: string
    externalId: string
    headquartersAddress: string
    hiringAgency: false
    imageUri: string
    name: string
    project: string
    size: COMPANY_SIZE_UNSPECIFIED
    websiteUri: string
Copy

Company Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Company resource accepts the following input properties:

DisplayName This property is required. string
The display name of the company, for example, "Google LLC".
ExternalId This property is required. string
Client side company identifier, used to uniquely identify the company. The maximum number of allowed characters is 255.
CareerSiteUri string
Optional. The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".
EeoText string
Optional. 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.
HeadquartersAddress string
Optional. 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.
HiringAgency bool
Optional. Set to true if it is the hiring agency that post jobs for other employers. Defaults to false if not provided.
ImageUri string
Optional. A URI that hosts the employer's company logo.
KeywordSearchableJobCustomAttributes List<string>
Optional. This field is deprecated. Please set the searchability of the custom attribute in the Job.custom_attributes going forward. A list of keys of filterable Job.custom_attributes, whose corresponding string_values are used in keyword search. Jobs with string_values under these specified field keys are returned if any of the values matches the search keyword. Custom field values with parenthesis, brackets and special symbols won't be properly searchable, and those keyword queries need to be surrounded by quotes.

Deprecated: Optional. This field is deprecated. Please set the searchability of the custom attribute in the Job.custom_attributes going forward. A list of keys of filterable Job.custom_attributes, whose corresponding string_values are used in keyword search. Jobs with string_values under these specified field keys are returned if any of the values matches the search keyword. Custom field values with parenthesis, brackets and special symbols won't be properly searchable, and those keyword queries need to be surrounded by quotes.

Name string
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}/companies/{company_id}", for example, "projects/api-test-project/companies/foo".
Project Changes to this property will trigger replacement. string
Size Pulumi.GoogleNative.Jobs.V3.CompanySize
Optional. The employer's company size.
WebsiteUri string
Optional. 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.
DisplayName This property is required. string
The display name of the company, for example, "Google LLC".
ExternalId This property is required. string
Client side company identifier, used to uniquely identify the company. The maximum number of allowed characters is 255.
CareerSiteUri string
Optional. The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".
EeoText string
Optional. 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.
HeadquartersAddress string
Optional. 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.
HiringAgency bool
Optional. Set to true if it is the hiring agency that post jobs for other employers. Defaults to false if not provided.
ImageUri string
Optional. A URI that hosts the employer's company logo.
KeywordSearchableJobCustomAttributes []string
Optional. This field is deprecated. Please set the searchability of the custom attribute in the Job.custom_attributes going forward. A list of keys of filterable Job.custom_attributes, whose corresponding string_values are used in keyword search. Jobs with string_values under these specified field keys are returned if any of the values matches the search keyword. Custom field values with parenthesis, brackets and special symbols won't be properly searchable, and those keyword queries need to be surrounded by quotes.

Deprecated: Optional. This field is deprecated. Please set the searchability of the custom attribute in the Job.custom_attributes going forward. A list of keys of filterable Job.custom_attributes, whose corresponding string_values are used in keyword search. Jobs with string_values under these specified field keys are returned if any of the values matches the search keyword. Custom field values with parenthesis, brackets and special symbols won't be properly searchable, and those keyword queries need to be surrounded by quotes.

Name string
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}/companies/{company_id}", for example, "projects/api-test-project/companies/foo".
Project Changes to this property will trigger replacement. string
Size CompanySize
Optional. The employer's company size.
WebsiteUri string
Optional. 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.
displayName This property is required. String
The display name of the company, for example, "Google LLC".
externalId This property is required. String
Client side company identifier, used to uniquely identify the company. The maximum number of allowed characters is 255.
careerSiteUri String
Optional. The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".
eeoText String
Optional. 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.
headquartersAddress String
Optional. 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.
hiringAgency Boolean
Optional. Set to true if it is the hiring agency that post jobs for other employers. Defaults to false if not provided.
imageUri String
Optional. A URI that hosts the employer's company logo.
keywordSearchableJobCustomAttributes List<String>
Optional. This field is deprecated. Please set the searchability of the custom attribute in the Job.custom_attributes going forward. A list of keys of filterable Job.custom_attributes, whose corresponding string_values are used in keyword search. Jobs with string_values under these specified field keys are returned if any of the values matches the search keyword. Custom field values with parenthesis, brackets and special symbols won't be properly searchable, and those keyword queries need to be surrounded by quotes.

Deprecated: Optional. This field is deprecated. Please set the searchability of the custom attribute in the Job.custom_attributes going forward. A list of keys of filterable Job.custom_attributes, whose corresponding string_values are used in keyword search. Jobs with string_values under these specified field keys are returned if any of the values matches the search keyword. Custom field values with parenthesis, brackets and special symbols won't be properly searchable, and those keyword queries need to be surrounded by quotes.

name String
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}/companies/{company_id}", for example, "projects/api-test-project/companies/foo".
project Changes to this property will trigger replacement. String
size CompanySize
Optional. The employer's company size.
websiteUri String
Optional. 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.
displayName This property is required. string
The display name of the company, for example, "Google LLC".
externalId This property is required. string
Client side company identifier, used to uniquely identify the company. The maximum number of allowed characters is 255.
careerSiteUri string
Optional. The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".
eeoText string
Optional. 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.
headquartersAddress string
Optional. 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.
hiringAgency boolean
Optional. Set to true if it is the hiring agency that post jobs for other employers. Defaults to false if not provided.
imageUri string
Optional. A URI that hosts the employer's company logo.
keywordSearchableJobCustomAttributes string[]
Optional. This field is deprecated. Please set the searchability of the custom attribute in the Job.custom_attributes going forward. A list of keys of filterable Job.custom_attributes, whose corresponding string_values are used in keyword search. Jobs with string_values under these specified field keys are returned if any of the values matches the search keyword. Custom field values with parenthesis, brackets and special symbols won't be properly searchable, and those keyword queries need to be surrounded by quotes.

Deprecated: Optional. This field is deprecated. Please set the searchability of the custom attribute in the Job.custom_attributes going forward. A list of keys of filterable Job.custom_attributes, whose corresponding string_values are used in keyword search. Jobs with string_values under these specified field keys are returned if any of the values matches the search keyword. Custom field values with parenthesis, brackets and special symbols won't be properly searchable, and those keyword queries need to be surrounded by quotes.

name string
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}/companies/{company_id}", for example, "projects/api-test-project/companies/foo".
project Changes to this property will trigger replacement. string
size CompanySize
Optional. The employer's company size.
websiteUri string
Optional. 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.
display_name This property is required. str
The display name of the company, for example, "Google LLC".
external_id This property is required. str
Client side company identifier, used to uniquely identify the company. The maximum number of allowed characters is 255.
career_site_uri str
Optional. The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".
eeo_text str
Optional. 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.
headquarters_address str
Optional. 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.
hiring_agency bool
Optional. Set to true if it is the hiring agency that post jobs for other employers. Defaults to false if not provided.
image_uri str
Optional. A URI that hosts the employer's company logo.
keyword_searchable_job_custom_attributes Sequence[str]
Optional. This field is deprecated. Please set the searchability of the custom attribute in the Job.custom_attributes going forward. A list of keys of filterable Job.custom_attributes, whose corresponding string_values are used in keyword search. Jobs with string_values under these specified field keys are returned if any of the values matches the search keyword. Custom field values with parenthesis, brackets and special symbols won't be properly searchable, and those keyword queries need to be surrounded by quotes.

Deprecated: Optional. This field is deprecated. Please set the searchability of the custom attribute in the Job.custom_attributes going forward. A list of keys of filterable Job.custom_attributes, whose corresponding string_values are used in keyword search. Jobs with string_values under these specified field keys are returned if any of the values matches the search keyword. Custom field values with parenthesis, brackets and special symbols won't be properly searchable, and those keyword queries need to be surrounded by quotes.

name str
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}/companies/{company_id}", for example, "projects/api-test-project/companies/foo".
project Changes to this property will trigger replacement. str
size CompanySize
Optional. The employer's company size.
website_uri str
Optional. 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.
displayName This property is required. String
The display name of the company, for example, "Google LLC".
externalId This property is required. String
Client side company identifier, used to uniquely identify the company. The maximum number of allowed characters is 255.
careerSiteUri String
Optional. The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".
eeoText String
Optional. 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.
headquartersAddress String
Optional. 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.
hiringAgency Boolean
Optional. Set to true if it is the hiring agency that post jobs for other employers. Defaults to false if not provided.
imageUri String
Optional. A URI that hosts the employer's company logo.
keywordSearchableJobCustomAttributes List<String>
Optional. This field is deprecated. Please set the searchability of the custom attribute in the Job.custom_attributes going forward. A list of keys of filterable Job.custom_attributes, whose corresponding string_values are used in keyword search. Jobs with string_values under these specified field keys are returned if any of the values matches the search keyword. Custom field values with parenthesis, brackets and special symbols won't be properly searchable, and those keyword queries need to be surrounded by quotes.

Deprecated: Optional. This field is deprecated. Please set the searchability of the custom attribute in the Job.custom_attributes going forward. A list of keys of filterable Job.custom_attributes, whose corresponding string_values are used in keyword search. Jobs with string_values under these specified field keys are returned if any of the values matches the search keyword. Custom field values with parenthesis, brackets and special symbols won't be properly searchable, and those keyword queries need to be surrounded by quotes.

name String
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}/companies/{company_id}", for example, "projects/api-test-project/companies/foo".
project Changes to this property will trigger replacement. String
size "COMPANY_SIZE_UNSPECIFIED" | "MINI" | "SMALL" | "SMEDIUM" | "MEDIUM" | "BIG" | "BIGGER" | "GIANT"
Optional. The employer's company size.
websiteUri String
Optional. 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.

Outputs

All input properties are implicitly available as output properties. Additionally, the Company resource produces the following output properties:

DerivedInfo Pulumi.GoogleNative.Jobs.V3.Outputs.CompanyDerivedInfoResponse
Derived details about the company.
Id string
The provider-assigned unique ID for this managed resource.
Suspended bool
Indicates whether a company is flagged to be suspended from public availability by the service when job content appears suspicious, abusive, or spammy.
DerivedInfo CompanyDerivedInfoResponse
Derived details about the company.
Id string
The provider-assigned unique ID for this managed resource.
Suspended bool
Indicates whether a company is flagged to be suspended from public availability by the service when job content appears suspicious, abusive, or spammy.
derivedInfo CompanyDerivedInfoResponse
Derived details about the company.
id String
The provider-assigned unique ID for this managed resource.
suspended Boolean
Indicates whether a company is flagged to be suspended from public availability by the service when job content appears suspicious, abusive, or spammy.
derivedInfo CompanyDerivedInfoResponse
Derived details about the company.
id string
The provider-assigned unique ID for this managed resource.
suspended boolean
Indicates whether a company is flagged to be suspended from public availability by the service when job content appears suspicious, abusive, or spammy.
derived_info CompanyDerivedInfoResponse
Derived details about the company.
id str
The provider-assigned unique ID for this managed resource.
suspended bool
Indicates whether a company is flagged to be suspended from public availability by the service when job content appears suspicious, abusive, or spammy.
derivedInfo Property Map
Derived details about the company.
id String
The provider-assigned unique ID for this managed resource.
suspended Boolean
Indicates whether a company is flagged to be suspended from public availability by the service when job content appears suspicious, abusive, or spammy.

Supporting Types

CompanyDerivedInfoResponse
, CompanyDerivedInfoResponseArgs

HeadquartersLocation This property is required. Pulumi.GoogleNative.Jobs.V3.Inputs.LocationResponse
A structured headquarters location of the company, resolved from Company.hq_location if provided.
HeadquartersLocation This property is required. LocationResponse
A structured headquarters location of the company, resolved from Company.hq_location if provided.
headquartersLocation This property is required. LocationResponse
A structured headquarters location of the company, resolved from Company.hq_location if provided.
headquartersLocation This property is required. LocationResponse
A structured headquarters location of the company, resolved from Company.hq_location if provided.
headquarters_location This property is required. LocationResponse
A structured headquarters location of the company, resolved from Company.hq_location if provided.
headquartersLocation This property is required. Property Map
A structured headquarters location of the company, resolved from Company.hq_location if provided.

CompanySize
, CompanySizeArgs

CompanySizeUnspecified
COMPANY_SIZE_UNSPECIFIEDDefault value if the size is not specified.
Mini
MINIThe company has less than 50 employees.
Small
SMALLThe company has between 50 and 99 employees.
Smedium
SMEDIUMThe company has between 100 and 499 employees.
Medium
MEDIUMThe company has between 500 and 999 employees.
Big
BIGThe company has between 1,000 and 4,999 employees.
Bigger
BIGGERThe company has between 5,000 and 9,999 employees.
Giant
GIANTThe company has 10,000 or more employees.
CompanySizeCompanySizeUnspecified
COMPANY_SIZE_UNSPECIFIEDDefault value if the size is not specified.
CompanySizeMini
MINIThe company has less than 50 employees.
CompanySizeSmall
SMALLThe company has between 50 and 99 employees.
CompanySizeSmedium
SMEDIUMThe company has between 100 and 499 employees.
CompanySizeMedium
MEDIUMThe company has between 500 and 999 employees.
CompanySizeBig
BIGThe company has between 1,000 and 4,999 employees.
CompanySizeBigger
BIGGERThe company has between 5,000 and 9,999 employees.
CompanySizeGiant
GIANTThe company has 10,000 or more employees.
CompanySizeUnspecified
COMPANY_SIZE_UNSPECIFIEDDefault value if the size is not specified.
Mini
MINIThe company has less than 50 employees.
Small
SMALLThe company has between 50 and 99 employees.
Smedium
SMEDIUMThe company has between 100 and 499 employees.
Medium
MEDIUMThe company has between 500 and 999 employees.
Big
BIGThe company has between 1,000 and 4,999 employees.
Bigger
BIGGERThe company has between 5,000 and 9,999 employees.
Giant
GIANTThe company has 10,000 or more employees.
CompanySizeUnspecified
COMPANY_SIZE_UNSPECIFIEDDefault value if the size is not specified.
Mini
MINIThe company has less than 50 employees.
Small
SMALLThe company has between 50 and 99 employees.
Smedium
SMEDIUMThe company has between 100 and 499 employees.
Medium
MEDIUMThe company has between 500 and 999 employees.
Big
BIGThe company has between 1,000 and 4,999 employees.
Bigger
BIGGERThe company has between 5,000 and 9,999 employees.
Giant
GIANTThe company has 10,000 or more employees.
COMPANY_SIZE_UNSPECIFIED
COMPANY_SIZE_UNSPECIFIEDDefault value if the size is not specified.
MINI
MINIThe company has less than 50 employees.
SMALL
SMALLThe company has between 50 and 99 employees.
SMEDIUM
SMEDIUMThe company has between 100 and 499 employees.
MEDIUM
MEDIUMThe company has between 500 and 999 employees.
BIG
BIGThe company has between 1,000 and 4,999 employees.
BIGGER
BIGGERThe company has between 5,000 and 9,999 employees.
GIANT
GIANTThe company has 10,000 or more employees.
"COMPANY_SIZE_UNSPECIFIED"
COMPANY_SIZE_UNSPECIFIEDDefault value if the size is not specified.
"MINI"
MINIThe company has less than 50 employees.
"SMALL"
SMALLThe company has between 50 and 99 employees.
"SMEDIUM"
SMEDIUMThe company has between 100 and 499 employees.
"MEDIUM"
MEDIUMThe company has between 500 and 999 employees.
"BIG"
BIGThe company has between 1,000 and 4,999 employees.
"BIGGER"
BIGGERThe company has between 5,000 and 9,999 employees.
"GIANT"
GIANTThe company has 10,000 or more employees.

LatLngResponse
, LatLngResponseArgs

Latitude This property is required. double
The latitude in degrees. It must be in the range [-90.0, +90.0].
Longitude This property is required. double
The longitude in degrees. It must be in the range [-180.0, +180.0].
Latitude This property is required. float64
The latitude in degrees. It must be in the range [-90.0, +90.0].
Longitude This property is required. float64
The longitude in degrees. It must be in the range [-180.0, +180.0].
latitude This property is required. Double
The latitude in degrees. It must be in the range [-90.0, +90.0].
longitude This property is required. Double
The longitude in degrees. It must be in the range [-180.0, +180.0].
latitude This property is required. number
The latitude in degrees. It must be in the range [-90.0, +90.0].
longitude This property is required. number
The longitude in degrees. It must be in the range [-180.0, +180.0].
latitude This property is required. float
The latitude in degrees. It must be in the range [-90.0, +90.0].
longitude This property is required. float
The longitude in degrees. It must be in the range [-180.0, +180.0].
latitude This property is required. Number
The latitude in degrees. It must be in the range [-90.0, +90.0].
longitude This property is required. Number
The longitude in degrees. It must be in the range [-180.0, +180.0].

LocationResponse
, LocationResponseArgs

LatLng This property is required. Pulumi.GoogleNative.Jobs.V3.Inputs.LatLngResponse
An object representing a latitude/longitude pair.
LocationType This property is required. string
The type of a location, which corresponds to the address lines field of PostalAddress. For example, "Downtown, Atlanta, GA, USA" has a type of LocationType#NEIGHBORHOOD, and "Kansas City, KS, USA" has a type of LocationType#LOCALITY.
PostalAddress This property is required. Pulumi.GoogleNative.Jobs.V3.Inputs.PostalAddressResponse
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.
RadiusInMiles This property is required. double
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 LatLng covers the area associated with the job location. For example, currently, "Mountain View, CA, USA" has a radius of 6.17 miles.
LatLng This property is required. LatLngResponse
An object representing a latitude/longitude pair.
LocationType This property is required. string
The type of a location, which corresponds to the address lines field of PostalAddress. For example, "Downtown, Atlanta, GA, USA" has a type of LocationType#NEIGHBORHOOD, and "Kansas City, KS, USA" has a type of LocationType#LOCALITY.
PostalAddress This property is required. PostalAddressResponse
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.
RadiusInMiles This property is required. float64
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 LatLng covers the area associated with the job location. For example, currently, "Mountain View, CA, USA" has a radius of 6.17 miles.
latLng This property is required. LatLngResponse
An object representing a latitude/longitude pair.
locationType This property is required. String
The type of a location, which corresponds to the address lines field of PostalAddress. For example, "Downtown, Atlanta, GA, USA" has a type of LocationType#NEIGHBORHOOD, and "Kansas City, KS, USA" has a type of LocationType#LOCALITY.
postalAddress This property is required. PostalAddressResponse
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.
radiusInMiles This property is required. Double
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 LatLng covers the area associated with the job location. For example, currently, "Mountain View, CA, USA" has a radius of 6.17 miles.
latLng This property is required. LatLngResponse
An object representing a latitude/longitude pair.
locationType This property is required. string
The type of a location, which corresponds to the address lines field of PostalAddress. For example, "Downtown, Atlanta, GA, USA" has a type of LocationType#NEIGHBORHOOD, and "Kansas City, KS, USA" has a type of LocationType#LOCALITY.
postalAddress This property is required. PostalAddressResponse
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.
radiusInMiles This property is required. number
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 LatLng covers the area associated with the job location. For example, currently, "Mountain View, CA, USA" has a radius of 6.17 miles.
lat_lng This property is required. LatLngResponse
An object representing a latitude/longitude pair.
location_type This property is required. str
The type of a location, which corresponds to the address lines field of PostalAddress. For example, "Downtown, Atlanta, GA, USA" has a type of LocationType#NEIGHBORHOOD, and "Kansas City, KS, USA" has a type of LocationType#LOCALITY.
postal_address This property is required. PostalAddressResponse
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.
radius_in_miles This property is required. float
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 LatLng covers the area associated with the job location. For example, currently, "Mountain View, CA, USA" has a radius of 6.17 miles.
latLng This property is required. Property Map
An object representing a latitude/longitude pair.
locationType This property is required. String
The type of a location, which corresponds to the address lines field of PostalAddress. For example, "Downtown, Atlanta, GA, USA" has a type of LocationType#NEIGHBORHOOD, and "Kansas City, KS, USA" has a type of LocationType#LOCALITY.
postalAddress This property is required. Property Map
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.
radiusInMiles This property is required. Number
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 LatLng covers the area associated with the job location. For example, currently, "Mountain View, CA, USA" has a radius of 6.17 miles.

PostalAddressResponse
, PostalAddressResponseArgs

AddressLines This property is required. List<string>
Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).
AdministrativeArea This property is required. string
Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.
LanguageCode This property is required. string
Optional. BCP-47 language code of the contents of this address (if known). This is often the UI language of the input form or is expected to match one of the languages used in the address' country/region, or their transliterated equivalents. This can affect formatting in certain countries, but is not critical to the correctness of the data and will never affect any validation or other non-formatting related operations. If this value is not known, it should be omitted (rather than specifying a possibly incorrect default). Examples: "zh-Hant", "ja", "ja-Latn", "en".
Locality This property is required. string
Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use address_lines.
Organization This property is required. string
Optional. The name of the organization at the address.
PostalCode This property is required. string
Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (e.g. state/zip validation in the U.S.A.).
Recipients This property is required. List<string>
Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
RegionCode This property is required. string
CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
Revision This property is required. int
The schema revision of the PostalAddress. This must be set to 0, which is the latest revision. All new revisions must be backward compatible with old revisions.
SortingCode This property is required. string
Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
Sublocality This property is required. string
Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
AddressLines This property is required. []string
Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).
AdministrativeArea This property is required. string
Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.
LanguageCode This property is required. string
Optional. BCP-47 language code of the contents of this address (if known). This is often the UI language of the input form or is expected to match one of the languages used in the address' country/region, or their transliterated equivalents. This can affect formatting in certain countries, but is not critical to the correctness of the data and will never affect any validation or other non-formatting related operations. If this value is not known, it should be omitted (rather than specifying a possibly incorrect default). Examples: "zh-Hant", "ja", "ja-Latn", "en".
Locality This property is required. string
Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use address_lines.
Organization This property is required. string
Optional. The name of the organization at the address.
PostalCode This property is required. string
Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (e.g. state/zip validation in the U.S.A.).
Recipients This property is required. []string
Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
RegionCode This property is required. string
CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
Revision This property is required. int
The schema revision of the PostalAddress. This must be set to 0, which is the latest revision. All new revisions must be backward compatible with old revisions.
SortingCode This property is required. string
Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
Sublocality This property is required. string
Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
addressLines This property is required. List<String>
Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).
administrativeArea This property is required. String
Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.
languageCode This property is required. String
Optional. BCP-47 language code of the contents of this address (if known). This is often the UI language of the input form or is expected to match one of the languages used in the address' country/region, or their transliterated equivalents. This can affect formatting in certain countries, but is not critical to the correctness of the data and will never affect any validation or other non-formatting related operations. If this value is not known, it should be omitted (rather than specifying a possibly incorrect default). Examples: "zh-Hant", "ja", "ja-Latn", "en".
locality This property is required. String
Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use address_lines.
organization This property is required. String
Optional. The name of the organization at the address.
postalCode This property is required. String
Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (e.g. state/zip validation in the U.S.A.).
recipients This property is required. List<String>
Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
regionCode This property is required. String
CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
revision This property is required. Integer
The schema revision of the PostalAddress. This must be set to 0, which is the latest revision. All new revisions must be backward compatible with old revisions.
sortingCode This property is required. String
Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
sublocality This property is required. String
Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
addressLines This property is required. string[]
Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).
administrativeArea This property is required. string
Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.
languageCode This property is required. string
Optional. BCP-47 language code of the contents of this address (if known). This is often the UI language of the input form or is expected to match one of the languages used in the address' country/region, or their transliterated equivalents. This can affect formatting in certain countries, but is not critical to the correctness of the data and will never affect any validation or other non-formatting related operations. If this value is not known, it should be omitted (rather than specifying a possibly incorrect default). Examples: "zh-Hant", "ja", "ja-Latn", "en".
locality This property is required. string
Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use address_lines.
organization This property is required. string
Optional. The name of the organization at the address.
postalCode This property is required. string
Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (e.g. state/zip validation in the U.S.A.).
recipients This property is required. string[]
Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
regionCode This property is required. string
CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
revision This property is required. number
The schema revision of the PostalAddress. This must be set to 0, which is the latest revision. All new revisions must be backward compatible with old revisions.
sortingCode This property is required. string
Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
sublocality This property is required. string
Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
address_lines This property is required. Sequence[str]
Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).
administrative_area This property is required. str
Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.
language_code This property is required. str
Optional. BCP-47 language code of the contents of this address (if known). This is often the UI language of the input form or is expected to match one of the languages used in the address' country/region, or their transliterated equivalents. This can affect formatting in certain countries, but is not critical to the correctness of the data and will never affect any validation or other non-formatting related operations. If this value is not known, it should be omitted (rather than specifying a possibly incorrect default). Examples: "zh-Hant", "ja", "ja-Latn", "en".
locality This property is required. str
Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use address_lines.
organization This property is required. str
Optional. The name of the organization at the address.
postal_code This property is required. str
Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (e.g. state/zip validation in the U.S.A.).
recipients This property is required. Sequence[str]
Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
region_code This property is required. str
CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
revision This property is required. int
The schema revision of the PostalAddress. This must be set to 0, which is the latest revision. All new revisions must be backward compatible with old revisions.
sorting_code This property is required. str
Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
sublocality This property is required. str
Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
addressLines This property is required. List<String>
Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).
administrativeArea This property is required. String
Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.
languageCode This property is required. String
Optional. BCP-47 language code of the contents of this address (if known). This is often the UI language of the input form or is expected to match one of the languages used in the address' country/region, or their transliterated equivalents. This can affect formatting in certain countries, but is not critical to the correctness of the data and will never affect any validation or other non-formatting related operations. If this value is not known, it should be omitted (rather than specifying a possibly incorrect default). Examples: "zh-Hant", "ja", "ja-Latn", "en".
locality This property is required. String
Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use address_lines.
organization This property is required. String
Optional. The name of the organization at the address.
postalCode This property is required. String
Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (e.g. state/zip validation in the U.S.A.).
recipients This property is required. List<String>
Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
regionCode This property is required. String
CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
revision This property is required. Number
The schema revision of the PostalAddress. This must be set to 0, which is the latest revision. All new revisions must be backward compatible with old revisions.
sortingCode This property is required. String
Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
sublocality This property is required. String
Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi