/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/ |
H A D | Company.java | 17 // 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 …]
|
H A D | UpdateCompanyRequest.java | 25 * 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 …]
|
H A D | CompanyName.java | 36 "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 …]
|
H A D | CreateCompanyRequest.java | 78 * Required. Resource name of the tenant under which the company is created. 106 * Required. Resource name of the tenant under which the company is created. 132 private com.google.cloud.talent.v4beta1.Company company_; 137 * Required. The company to be created. 141 * .google.cloud.talent.v4beta1.Company company = 2 [(.google.api.field_behavior) = REQUIRED]; 144 * @return Whether the company field is set. 154 * Required. The company to be created. 158 * .google.cloud.talent.v4beta1.Company company = 2 [(.google.api.field_behavior) = REQUIRED]; 161 * @return The company. 164 public com.google.cloud.talent.v4beta1.Company getCompany() { in getCompany() [all …]
|
H A D | CompanyOrBuilder.java | 17 // source: google/cloud/talent/v4beta1/company.proto 23 // @@protoc_insertion_point(interface_extends:google.cloud.talent.v4beta1.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. 49 * Required during company update. 50 * The resource name for a company. This is generated by the service when a 51 * company is created. 69 * Required. The display name of the company, for example, "Google LLC". 81 * Required. The display name of the company, for example, "Google LLC". [all …]
|
/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/ |
H A D | Company.java | 17 // 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 …]
|
H A D | UpdateCompanyRequest.java | 25 * 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 …]
|
H A D | CreateCompanyRequest.java | 78 * Required. Resource name of the tenant under which the company is created. 105 * Required. Resource name of the tenant under which the company is created. 130 private com.google.cloud.talent.v4.Company company_; 135 * Required. The company to be created. 138 * <code>.google.cloud.talent.v4.Company company = 2 [(.google.api.field_behavior) = REQUIRED]; 141 * @return Whether the company field is set. 151 * Required. The company to be created. 154 * <code>.google.cloud.talent.v4.Company company = 2 [(.google.api.field_behavior) = REQUIRED]; 157 * @return The company. 160 public com.google.cloud.talent.v4.Company getCompany() { in getCompany() [all …]
|
H A D | CompanyOrBuilder.java | 17 // 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 …]
|
H A D | UpdateCompanyRequestOrBuilder.java | 30 * 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 …]
|
/aosp_15_r20/external/google-cloud-java/java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4/ |
H A D | CompanyServiceClient.java | 39 * 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 …]
|
/aosp_15_r20/external/google-cloud-java/java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/ |
H A D | CompanyServiceClient.java | 39 * 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 …]
|
/aosp_15_r20/external/google-cloud-java/java-talent/google-cloud-talent/src/test/java/com/google/cloud/talent/v4beta1/ |
H A D | CompanyServiceClientTest.java | 85 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 …]
|
H A D | CompanyServiceClientHttpJsonTest.java | 82 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 …]
|
/aosp_15_r20/external/google-cloud-java/java-talent/google-cloud-talent/src/test/java/com/google/cloud/talent/v4/ |
H A D | CompanyServiceClientTest.java | 86 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 …]
|
H A D | CompanyServiceClientHttpJsonTest.java | 83 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 …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | jobs_v3p1beta1.projects.companies.html | 82 <p class="firstline">Creates a new company entity.</p> 85 <p class="firstline">Deletes specified company. Prerequisite: The company has no jobs associated wi… 88 <p class="firstline">Retrieves specified company.</p> 97 …ass="firstline">Updates specified company. Company names can't be updated. To update a company nam… 106 <pre>Creates a new company entity. 109 …parent: string, Required. Resource name of the project under which the company is created. The for… 114 …company": { # A Company resource represents a company in the service. A company is the entity… 116 …erivedInfo": { # Derived details about the company. # Output only. Derived details about the … 117 …hic information. # A structured headquarters location of the company, resolved from Company.hq_loc… 143 …"displayName": "A String", # Required. The display name of the company, for ex… [all …]
|
D | jobs_v3.projects.companies.html | 82 <p class="firstline">Creates a new company entity.</p> 85 <p class="firstline">Deletes specified company. Prerequisite: The company has no jobs associated wi… 88 <p class="firstline">Retrieves specified company.</p> 97 …ass="firstline">Updates specified company. Company names can't be updated. To update a company nam… 106 <pre>Creates a new company entity. 109 …parent: string, Required. Resource name of the project under which the company is created. The for… 114 …company": { # A Company resource represents a company in the service. A company is the entity… 116 …erivedInfo": { # Derived details about the company. # Output only. Derived details about the … 117 …hic information. # A structured headquarters location of the company, resolved from Company.hq_loc… 143 …"displayName": "A String", # Required. The display name of the company, for ex… [all …]
|
D | jobs_v4.projects.tenants.companies.html | 82 <p class="firstline">Creates a new company entity.</p> 85 <p class="firstline">Deletes specified company. Prerequisite: The company has no jobs associated wi… 88 <p class="firstline">Retrieves specified company.</p> 97 <p class="firstline">Updates specified company.</p> 106 <pre>Creates a new company entity. 109 …parent: string, Required. Resource name of the tenant under which the company is created. The form… 113 { # A Company resource represents a company in the service. A company is the entity that owns job p… 115 …erivedInfo": { # Derived details about the company. # Output only. Derived details about the … 116 …hic information. # A structured headquarters location of the company, resolved from Company.headqu… 142 …"displayName": "A String", # Required. The display name of the company, for ex… [all …]
|
/aosp_15_r20/external/google-cloud-java/java-talent/grpc-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/ |
H A D | CompanyServiceGrpc.java | 24 * A service that handles company management, including CRUD and enumeration. 40 com.google.cloud.talent.v4beta1.Company> 46 responseType = com.google.cloud.talent.v4beta1.Company.class, 50 com.google.cloud.talent.v4beta1.Company> 54 com.google.cloud.talent.v4beta1.Company> in getCreateCompanyMethod() 63 com.google.cloud.talent.v4beta1.Company> in getCreateCompanyMethod() 74 com.google.cloud.talent.v4beta1.Company.getDefaultInstance())) in getCreateCompanyMethod() 86 com.google.cloud.talent.v4beta1.Company> 92 responseType = com.google.cloud.talent.v4beta1.Company.class, 96 com.google.cloud.talent.v4beta1.Company> [all …]
|
/aosp_15_r20/external/google-cloud-java/java-talent/grpc-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/ |
H A D | CompanyServiceGrpc.java | 24 * A service that handles company management, including CRUD and enumeration. 39 com.google.cloud.talent.v4.CreateCompanyRequest, com.google.cloud.talent.v4.Company> 45 responseType = com.google.cloud.talent.v4.Company.class, 48 com.google.cloud.talent.v4.CreateCompanyRequest, com.google.cloud.talent.v4.Company> 51 com.google.cloud.talent.v4.CreateCompanyRequest, com.google.cloud.talent.v4.Company> in getCreateCompanyMethod() 60 com.google.cloud.talent.v4.Company> in getCreateCompanyMethod() 70 com.google.cloud.talent.v4.Company.getDefaultInstance())) in getCreateCompanyMethod() 81 com.google.cloud.talent.v4.GetCompanyRequest, com.google.cloud.talent.v4.Company> 87 responseType = com.google.cloud.talent.v4.Company.class, 90 com.google.cloud.talent.v4.GetCompanyRequest, com.google.cloud.talent.v4.Company> [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/talent/v4beta1/ |
H A D | company_service.proto | 24 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 …]
|
/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/ |
H A D | company_service.proto | 24 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 …]
|
/aosp_15_r20/external/googleapis/google/cloud/talent/v4/ |
H A D | company_service.proto | 24 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 …]
|
/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/proto/google/cloud/talent/v4/ |
H A D | company_service.proto | 24 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 …]
|