Home
last modified time | relevance | path

Searched full:company (Results 1 – 25 of 1051) sorted by relevance

12345678910>>...43

/external/google-cloud-java/java-talent/google-cloud-talent/src/test/java/com/google/cloud/talent/v4beta1/
DCompanyServiceClientTest.java85 Company expectedResponse = in createCompanyTest()
86 Company.newBuilder() in createCompanyTest()
88 CompanyName.ofProjectTenantCompanyName("[PROJECT]", "[TENANT]", "[COMPANY]") in createCompanyTest()
100 .setDerivedInfo(Company.DerivedInfo.newBuilder().build()) in createCompanyTest()
106 Company company = Company.newBuilder().build(); in createCompanyTest() local
108 Company actualResponse = client.createCompany(parent, company); in createCompanyTest()
116 Assert.assertEquals(company, actualRequest.getCompany()); in createCompanyTest()
130 Company company = Company.newBuilder().build(); in createCompanyExceptionTest() local
131 client.createCompany(parent, company); in createCompanyExceptionTest()
140 Company expectedResponse = in createCompanyTest2()
[all …]
DCompanyServiceClientHttpJsonTest.java82 Company expectedResponse = in createCompanyTest()
83 Company.newBuilder() in createCompanyTest()
85 CompanyName.ofProjectTenantCompanyName("[PROJECT]", "[TENANT]", "[COMPANY]") in createCompanyTest()
97 .setDerivedInfo(Company.DerivedInfo.newBuilder().build()) in createCompanyTest()
103 Company company = Company.newBuilder().build(); in createCompanyTest() local
105 Company actualResponse = client.createCompany(parent, company); in createCompanyTest()
132 Company company = Company.newBuilder().build(); in createCompanyExceptionTest() local
133 client.createCompany(parent, company); in createCompanyExceptionTest()
142 Company expectedResponse = in createCompanyTest2()
143 Company.newBuilder() in createCompanyTest2()
[all …]
/external/google-cloud-java/java-talent/google-cloud-talent/src/test/java/com/google/cloud/talent/v4/
DCompanyServiceClientTest.java86 Company expectedResponse = in createCompanyTest()
87 Company.newBuilder() in createCompanyTest()
88 .setName(CompanyName.of("[PROJECT]", "[TENANT]", "[COMPANY]").toString()) in createCompanyTest()
99 .setDerivedInfo(Company.DerivedInfo.newBuilder().build()) in createCompanyTest()
105 Company company = Company.newBuilder().build(); in createCompanyTest() local
107 Company actualResponse = client.createCompany(parent, company); in createCompanyTest()
115 Assert.assertEquals(company, actualRequest.getCompany()); in createCompanyTest()
129 Company company = Company.newBuilder().build(); in createCompanyExceptionTest() local
130 client.createCompany(parent, company); in createCompanyExceptionTest()
139 Company expectedResponse = in createCompanyTest2()
[all …]
DCompanyServiceClientHttpJsonTest.java83 Company expectedResponse = in createCompanyTest()
84 Company.newBuilder() in createCompanyTest()
85 .setName(CompanyName.of("[PROJECT]", "[TENANT]", "[COMPANY]").toString()) in createCompanyTest()
96 .setDerivedInfo(Company.DerivedInfo.newBuilder().build()) in createCompanyTest()
102 Company company = Company.newBuilder().build(); in createCompanyTest() local
104 Company actualResponse = client.createCompany(parent, company); in createCompanyTest()
131 Company company = Company.newBuilder().build(); in createCompanyExceptionTest() local
132 client.createCompany(parent, company); in createCompanyExceptionTest()
141 Company expectedResponse = in createCompanyTest2()
142 Company.newBuilder() in createCompanyTest2()
[all …]
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/
DUpdateCompanyRequest.java25 * Request for updating a specified company.
69 private com.google.cloud.talent.v4beta1.Company company_;
74 * Required. The company resource to replace the current resource in the
79 * .google.cloud.talent.v4beta1.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
82 * @return Whether the company field is set.
92 * Required. The company resource to replace the current resource in the
97 * .google.cloud.talent.v4beta1.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
100 * @return The company.
103 public com.google.cloud.talent.v4beta1.Company getCompany() { in getCompany()
105 ? com.google.cloud.talent.v4beta1.Company.getDefaultInstance() in getCompany()
[all …]
DCompanyName.java36 "projects/{project}/tenants/{tenant}/companies/{company}");
38 PathTemplate.createWithoutUrlEncoding("projects/{project}/companies/{company}");
44 private final String company; field in CompanyName
50 company = null; in CompanyName()
56 company = Preconditions.checkNotNull(builder.getCompany()); in CompanyName()
62 company = Preconditions.checkNotNull(builder.getCompany()); in CompanyName()
76 return company; in getCompany()
97 public static CompanyName of(String project, String tenant, String company) { in of() argument
98 return newBuilder().setProject(project).setTenant(tenant).setCompany(company).build(); in of()
103 String project, String tenant, String company) { in ofProjectTenantCompanyName() argument
[all …]
DUpdateCompanyRequestOrBuilder.java30 * Required. The company resource to replace the current resource in the
35 * .google.cloud.talent.v4beta1.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
38 * @return Whether the company field is set.
45 * Required. The company resource to replace the current resource in the
50 * .google.cloud.talent.v4beta1.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
53 * @return The company.
55 com.google.cloud.talent.v4beta1.Company getCompany(); in getCompany()
60 * Required. The company resource to replace the current resource in the
65 * .google.cloud.talent.v4beta1.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
78 * [company][google.cloud.talent.v4beta1.UpdateCompanyRequest.company] are
[all …]
DCompany.java17 // source: google/cloud/talent/v4beta1/company.proto
25 * A Company resource represents a company in the service. A company is the
30 * Protobuf type {@code google.cloud.talent.v4beta1.Company}
32 public final class Company extends com.google.protobuf.GeneratedMessageV3 class
34 // @@protoc_insertion_point(message_implements:google.cloud.talent.v4beta1.Company)
37 // Use Company.newBuilder() to construct.
38 private Company(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Company() method in Company
42 private Company() { in Company() method in Company
58 return new Company(); in newInstance()
77 com.google.cloud.talent.v4beta1.Company.class, in internalGetFieldAccessorTable()
[all …]
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/
DUpdateCompanyRequest.java25 * Request for updating a specified company.
69 private com.google.cloud.talent.v4.Company company_;
74 * Required. The company resource to replace the current resource in the
78 * <code>.google.cloud.talent.v4.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
81 * @return Whether the company field is set.
91 * Required. The company resource to replace the current resource in the
95 * <code>.google.cloud.talent.v4.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
98 * @return The company.
101 public com.google.cloud.talent.v4.Company getCompany() { in getCompany()
102 return company_ == null ? com.google.cloud.talent.v4.Company.getDefaultInstance() : company_; in getCompany()
[all …]
DUpdateCompanyRequestOrBuilder.java30 * Required. The company resource to replace the current resource in the
34 * <code>.google.cloud.talent.v4.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
37 * @return Whether the company field is set.
44 * Required. The company resource to replace the current resource in the
48 * <code>.google.cloud.talent.v4.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
51 * @return The company.
53 com.google.cloud.talent.v4.Company getCompany(); in getCompany()
58 * Required. The company resource to replace the current resource in the
62 * <code>.google.cloud.talent.v4.Company company = 1 [(.google.api.field_behavior) = REQUIRED];
74 * [company][google.cloud.talent.v4.UpdateCompanyRequest.company] are updated.
[all …]
DCompany.java17 // source: google/cloud/talent/v4/company.proto
25 * A Company resource represents a company in the service. A company is the
30 * Protobuf type {@code google.cloud.talent.v4.Company}
32 public final class Company extends com.google.protobuf.GeneratedMessageV3 class
34 // @@protoc_insertion_point(message_implements:google.cloud.talent.v4.Company)
37 // Use Company.newBuilder() to construct.
38 private Company(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Company() method in Company
42 private Company() { in Company() method in Company
58 return new Company(); in newInstance()
77 com.google.cloud.talent.v4.Company.class, in internalGetFieldAccessorTable()
[all …]
DCompanyName.java34 "projects/{project}/tenants/{tenant}/companies/{company}");
38 private final String company; field in CompanyName
44 company = null; in CompanyName()
50 company = Preconditions.checkNotNull(builder.getCompany()); in CompanyName()
62 return company; in getCompany()
73 public static CompanyName of(String project, String tenant, String company) { in of() argument
74 return newBuilder().setProject(project).setTenant(tenant).setCompany(company).build(); in of()
77 public static String format(String project, String tenant, String company) { in format() argument
81 .setCompany(company) in format()
93 return of(matchMap.get("project"), matchMap.get("tenant"), matchMap.get("company")); in parse()
[all …]
DCompanyOrBuilder.java17 // source: google/cloud/talent/v4/company.proto
23 // @@protoc_insertion_point(interface_extends:google.cloud.talent.v4.Company)
30 * Required during company update.
31 * The resource name for a company. This is generated by the service when a
32 * company is created.
47 * Required during company update.
48 * The resource name for a company. This is generated by the service when a
49 * company is created.
65 * Required. The display name of the company, for example, "Google LLC".
77 * Required. The display name of the company, for example, "Google LLC".
[all …]
/external/googleapis/google/cloud/talent/v4/
Dcompany_service.proto24 import "google/cloud/talent/v4/company.proto";
34 // A service that handles company management, including CRUD and enumeration.
41 // Creates a new company entity.
42 rpc CreateCompany(CreateCompanyRequest) returns (Company) {
45 body: "company"
47 option (google.api.method_signature) = "parent,company";
50 // Retrieves specified company.
51 rpc GetCompany(GetCompanyRequest) returns (Company) {
58 // Updates specified company.
59 rpc UpdateCompany(UpdateCompanyRequest) returns (Company) {
[all …]
Dcompany.proto29 // A Company resource represents a company in the service. A company is the
32 message Company { message
34 type: "jobs.googleapis.com/Company"
35 pattern: "projects/{project}/tenants/{tenant}/companies/{company}"
38 // Derived details about the company.
40 // A structured headquarters location of the company, resolved from
41 // [Company.headquarters_address][google.cloud.talent.v4.Company.headquarters_address]
46 // Required during company update.
48 // The resource name for a company. This is generated by the service when a
49 // company is created.
[all …]
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/proto/google/cloud/talent/v4/
Dcompany_service.proto24 import "google/cloud/talent/v4/company.proto";
34 // A service that handles company management, including CRUD and enumeration.
41 // Creates a new company entity.
42 rpc CreateCompany(CreateCompanyRequest) returns (Company) {
45 body: "company"
47 option (google.api.method_signature) = "parent,company";
50 // Retrieves specified company.
51 rpc GetCompany(GetCompanyRequest) returns (Company) {
58 // Updates specified company.
59 rpc UpdateCompany(UpdateCompanyRequest) returns (Company) {
[all …]
Dcompany.proto29 // A Company resource represents a company in the service. A company is the
32 message Company { message
34 type: "jobs.googleapis.com/Company"
35 pattern: "projects/{project}/tenants/{tenant}/companies/{company}"
38 // Derived details about the company.
40 // A structured headquarters location of the company, resolved from
41 // [Company.headquarters_address][google.cloud.talent.v4.Company.headquarters_address]
46 // Required during company update.
48 // The resource name for a company. This is generated by the service when a
49 // company is created.
[all …]
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/
Dcompany_service.proto24 import "google/cloud/talent/v4beta1/company.proto";
34 // A service that handles company management, including CRUD and enumeration.
41 // Creates a new company entity.
42 rpc CreateCompany(CreateCompanyRequest) returns (Company) {
51 option (google.api.method_signature) = "parent,company";
54 // Retrieves specified company.
55 rpc GetCompany(GetCompanyRequest) returns (Company) {
63 // Updates specified company.
64 rpc UpdateCompany(UpdateCompanyRequest) returns (Company) {
66 patch: "/v4beta1/{company.name=projects/*/tenants/*/companies/*}"
[all …]
Dcompany.proto29 // A Company resource represents a company in the service. A company is the
32 message Company { message
34 type: "jobs.googleapis.com/Company"
35 pattern: "projects/{project}/tenants/{tenant}/companies/{company}"
36 pattern: "projects/{project}/companies/{company}"
39 // Derived details about the company.
41 // A structured headquarters location of the company, resolved from
42 // [Company.headquarters_address][google.cloud.talent.v4beta1.Company.headquarters_address]
47 // Required during company update.
49 // The resource name for a company. This is generated by the service when a
[all …]
/external/googleapis/google/cloud/talent/v4beta1/
Dcompany_service.proto24 import "google/cloud/talent/v4beta1/company.proto";
34 // A service that handles company management, including CRUD and enumeration.
41 // Creates a new company entity.
42 rpc CreateCompany(CreateCompanyRequest) returns (Company) {
51 option (google.api.method_signature) = "parent,company";
54 // Retrieves specified company.
55 rpc GetCompany(GetCompanyRequest) returns (Company) {
63 // Updates specified company.
64 rpc UpdateCompany(UpdateCompanyRequest) returns (Company) {
66 patch: "/v4beta1/{company.name=projects/*/tenants/*/companies/*}"
[all …]
Dcompany.proto29 // A Company resource represents a company in the service. A company is the
32 message Company { message
34 type: "jobs.googleapis.com/Company"
35 pattern: "projects/{project}/tenants/{tenant}/companies/{company}"
36 pattern: "projects/{project}/companies/{company}"
39 // Derived details about the company.
41 // A structured headquarters location of the company, resolved from
42 // [Company.headquarters_address][google.cloud.talent.v4beta1.Company.headquarters_address]
47 // Required during company update.
49 // The resource name for a company. This is generated by the service when a
[all …]
/external/google-cloud-java/java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4/
DCompanyServiceClient.java39 * Service Description: A service that handles company management, including CRUD and enumeration.
52 * Company company = Company.newBuilder().build();
53 * Company response = companyServiceClient.createCompany(parent, company);
179 * Creates a new company entity.
191 * Company company = Company.newBuilder().build();
192 * Company response = companyServiceClient.createCompany(parent, company);
196 * @param parent Required. Resource name of the tenant under which the company is created.
199 * @param company Required. The company to be created.
202 public final Company createCompany(TenantName parent, Company company) { in createCompany() argument
206 .setCompany(company) in createCompany()
[all …]
/external/google-cloud-java/java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/
DCompanyServiceClient.java39 * Service Description: A service that handles company management, including CRUD and enumeration.
52 * Company company = Company.newBuilder().build();
53 * Company response = companyServiceClient.createCompany(parent, company);
180 * Creates a new company entity.
192 * Company company = Company.newBuilder().build();
193 * Company response = companyServiceClient.createCompany(parent, company);
197 * @param parent Required. Resource name of the tenant under which the company is created.
201 * @param company Required. The company to be created.
204 public final Company createCompany(ProjectName parent, Company company) { in createCompany() argument
208 .setCompany(company) in createCompany()
[all …]
/external/gson/extras/src/test/java/com/google/gson/graph/
DGraphAdapterBuilderTest.java131 Company google = new Company("Google"); in testSerializationWithMultipleTypes()
137 .addType(Company.class) in testSerializationWithMultipleTypes()
143 + "'0x2':{'name':'Jesse','company':'0x1'}," in testSerializationWithMultipleTypes()
144 + "'0x3':{'name':'Joel','company':'0x1'}}", in testSerializationWithMultipleTypes()
152 .addType(Company.class) in testDeserializationWithMultipleTypes()
158 + "'0x2':{'name':'Jesse','company':'0x1'}," in testDeserializationWithMultipleTypes()
159 + "'0x3':{'name':'Joel','company':'0x1'}}"; in testDeserializationWithMultipleTypes()
160 Company company = gson.fromJson(json, Company.class); in testDeserializationWithMultipleTypes() local
161 assertEquals("Google", company.name); in testDeserializationWithMultipleTypes()
162 Employee jesse = company.employees.get(0); in testDeserializationWithMultipleTypes()
[all …]
/external/googleapis/google/ads/admanager/v1/
Dcompany_credit_status_enum.proto30 // The credit status of a company.
32 // Credit statuses specify the credit-worthiness of a company and affect the
33 // ad serving of campaigns belonging to the company.
45 // The company's credit status is active.
47 // Line items belonging to the company can serve.
53 // The company's credit status is inactive.
55 // Line items belonging to the company cannot be activated. However, line
57 // active. New orders or line items belonging to the company cannot be
60 // Companies with this credit status will be hidden by default in company
66 // The company's credit status is on hold.
[all …]

12345678910>>...43