Skip to content

Commit

Permalink
feat: Add a new operator on companyDisplayNames filter to further sup…
Browse files Browse the repository at this point in the history
…port fuzzy match by treating input value as a multi word token (googleapis#788)

- [ ] Regenerate this pull request now.

feat: Add a new option TELECOMMUTE_JOBS_EXCLUDED under enum TelecommutePreference to completely filter out the telecommute jobs in response
docs: Deprecate option TELECOMMUTE_EXCLUDED under enum TelecommutePreference

PiperOrigin-RevId: 450699841

Source-Link: googleapis/googleapis@c6fb6ac

Source-Link: https://github.com/googleapis/googleapis-gen/commit/6b27e78749c63eb4d21ea920ac10bdc5c7ba4caf
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmIyN2U3ODc0OWM2M2ViNGQyMWVhOTIwYWMxMGJkYzVjN2JhNGNhZiJ9

chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-java to 2.18.1
PiperOrigin-RevId: 450543911

Source-Link: googleapis/googleapis@5528344

Source-Link: https://github.com/googleapis/googleapis-gen/commit/9f6775cab1958982b88967a43e5e806af0f135db
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWY2Nzc1Y2FiMTk1ODk4MmI4ODk2N2E0M2U1ZTgwNmFmMGYxMzVkYiJ9
  • Loading branch information
gcf-owl-bot[bot] committed May 27, 2022
1 parent 3a3c99f commit 1460184
Show file tree
Hide file tree
Showing 30 changed files with 295 additions and 208 deletions.
Expand Up @@ -18,7 +18,6 @@

import com.google.api.core.ApiFuture;
import com.google.api.core.ApiFutures;
import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.paging.AbstractFixedSizeCollection;
import com.google.api.gax.paging.AbstractPage;
Expand Down Expand Up @@ -125,7 +124,6 @@ public static final CompanyServiceClient create(CompanyServiceSettings settings)
* Constructs an instance of CompanyServiceClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(CompanyServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final CompanyServiceClient create(CompanyServiceStub stub) {
return new CompanyServiceClient(stub);
}
Expand All @@ -140,7 +138,6 @@ protected CompanyServiceClient(CompanyServiceSettings settings) throws IOExcepti
this.stub = ((CompanyServiceStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected CompanyServiceClient(CompanyServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -150,7 +147,6 @@ public final CompanyServiceSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public CompanyServiceStub getStub() {
return stub;
}
Expand Down
Expand Up @@ -16,7 +16,6 @@

package com.google.cloud.talent.v4;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.talent.v4.stub.CompletionStub;
Expand Down Expand Up @@ -120,7 +119,6 @@ public static final CompletionClient create(CompletionSettings settings) throws
* Constructs an instance of CompletionClient, using the given stub for making calls. This is for
* advanced usage - prefer using create(CompletionSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final CompletionClient create(CompletionStub stub) {
return new CompletionClient(stub);
}
Expand All @@ -134,7 +132,6 @@ protected CompletionClient(CompletionSettings settings) throws IOException {
this.stub = ((CompletionStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected CompletionClient(CompletionStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -144,7 +141,6 @@ public final CompletionSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public CompletionStub getStub() {
return stub;
}
Expand Down
Expand Up @@ -16,7 +16,6 @@

package com.google.cloud.talent.v4;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.talent.v4.stub.EventServiceStub;
Expand Down Expand Up @@ -114,7 +113,6 @@ public static final EventServiceClient create(EventServiceSettings settings) thr
* Constructs an instance of EventServiceClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(EventServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final EventServiceClient create(EventServiceStub stub) {
return new EventServiceClient(stub);
}
Expand All @@ -129,7 +127,6 @@ protected EventServiceClient(EventServiceSettings settings) throws IOException {
this.stub = ((EventServiceStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected EventServiceClient(EventServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -139,7 +136,6 @@ public final EventServiceSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public EventServiceStub getStub() {
return stub;
}
Expand Down
Expand Up @@ -18,7 +18,6 @@

import com.google.api.core.ApiFuture;
import com.google.api.core.ApiFutures;
import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.longrunning.OperationFuture;
import com.google.api.gax.paging.AbstractFixedSizeCollection;
Expand Down Expand Up @@ -130,7 +129,6 @@ public static final JobServiceClient create(JobServiceSettings settings) throws
* Constructs an instance of JobServiceClient, using the given stub for making calls. This is for
* advanced usage - prefer using create(JobServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final JobServiceClient create(JobServiceStub stub) {
return new JobServiceClient(stub);
}
Expand All @@ -145,7 +143,6 @@ protected JobServiceClient(JobServiceSettings settings) throws IOException {
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected JobServiceClient(JobServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -156,7 +153,6 @@ public final JobServiceSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public JobServiceStub getStub() {
return stub;
}
Expand Down
Expand Up @@ -18,7 +18,6 @@

import com.google.api.core.ApiFuture;
import com.google.api.core.ApiFutures;
import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.paging.AbstractFixedSizeCollection;
import com.google.api.gax.paging.AbstractPage;
Expand Down Expand Up @@ -125,7 +124,6 @@ public static final TenantServiceClient create(TenantServiceSettings settings)
* Constructs an instance of TenantServiceClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(TenantServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final TenantServiceClient create(TenantServiceStub stub) {
return new TenantServiceClient(stub);
}
Expand All @@ -140,7 +138,6 @@ protected TenantServiceClient(TenantServiceSettings settings) throws IOException
this.stub = ((TenantServiceStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected TenantServiceClient(TenantServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -150,7 +147,6 @@ public final TenantServiceSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public TenantServiceStub getStub() {
return stub;
}
Expand Down
Expand Up @@ -187,7 +187,6 @@ public UnaryCallSettings<DeleteCompanyRequest, Empty> deleteCompanySettings() {
return listCompaniesSettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public CompanyServiceStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Expand Up @@ -92,7 +92,6 @@ public UnaryCallSettings<CompleteQueryRequest, CompleteQueryResponse> completeQu
return completeQuerySettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public CompletionStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Expand Up @@ -92,7 +92,6 @@ public UnaryCallSettings<CreateClientEventRequest, ClientEvent> createClientEven
return createClientEventSettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public EventServiceStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Expand Up @@ -258,7 +258,6 @@ public UnaryCallSettings<SearchJobsRequest, SearchJobsResponse> searchJobsForAle
return searchJobsForAlertSettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public JobServiceStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Expand Up @@ -186,7 +186,6 @@ public UnaryCallSettings<DeleteTenantRequest, Empty> deleteTenantSettings() {
return listTenantsSettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public TenantServiceStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Expand Up @@ -129,7 +129,6 @@ public static final ApplicationServiceClient create(ApplicationServiceSettings s
* Constructs an instance of ApplicationServiceClient, using the given stub for making calls. This
* is for advanced usage - prefer using create(ApplicationServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final ApplicationServiceClient create(ApplicationServiceStub stub) {
return new ApplicationServiceClient(stub);
}
Expand All @@ -144,7 +143,6 @@ protected ApplicationServiceClient(ApplicationServiceSettings settings) throws I
this.stub = ((ApplicationServiceStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected ApplicationServiceClient(ApplicationServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -154,7 +152,6 @@ public final ApplicationServiceSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public ApplicationServiceStub getStub() {
return stub;
}
Expand Down
Expand Up @@ -125,7 +125,6 @@ public static final CompanyServiceClient create(CompanyServiceSettings settings)
* Constructs an instance of CompanyServiceClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(CompanyServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final CompanyServiceClient create(CompanyServiceStub stub) {
return new CompanyServiceClient(stub);
}
Expand All @@ -140,7 +139,6 @@ protected CompanyServiceClient(CompanyServiceSettings settings) throws IOExcepti
this.stub = ((CompanyServiceStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected CompanyServiceClient(CompanyServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -150,7 +148,6 @@ public final CompanyServiceSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public CompanyServiceStub getStub() {
return stub;
}
Expand Down
Expand Up @@ -123,7 +123,6 @@ public static final CompletionClient create(CompletionSettings settings) throws
* Constructs an instance of CompletionClient, using the given stub for making calls. This is for
* advanced usage - prefer using create(CompletionSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final CompletionClient create(CompletionStub stub) {
return new CompletionClient(stub);
}
Expand All @@ -137,7 +136,6 @@ protected CompletionClient(CompletionSettings settings) throws IOException {
this.stub = ((CompletionStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected CompletionClient(CompletionStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -147,7 +145,6 @@ public final CompletionSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public CompletionStub getStub() {
return stub;
}
Expand Down
Expand Up @@ -115,7 +115,6 @@ public static final EventServiceClient create(EventServiceSettings settings) thr
* Constructs an instance of EventServiceClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(EventServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final EventServiceClient create(EventServiceStub stub) {
return new EventServiceClient(stub);
}
Expand All @@ -130,7 +129,6 @@ protected EventServiceClient(EventServiceSettings settings) throws IOException {
this.stub = ((EventServiceStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected EventServiceClient(EventServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -140,7 +138,6 @@ public final EventServiceSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public EventServiceStub getStub() {
return stub;
}
Expand Down
Expand Up @@ -130,7 +130,6 @@ public static final JobServiceClient create(JobServiceSettings settings) throws
* Constructs an instance of JobServiceClient, using the given stub for making calls. This is for
* advanced usage - prefer using create(JobServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final JobServiceClient create(JobServiceStub stub) {
return new JobServiceClient(stub);
}
Expand All @@ -145,7 +144,6 @@ protected JobServiceClient(JobServiceSettings settings) throws IOException {
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected JobServiceClient(JobServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -156,7 +154,6 @@ public final JobServiceSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public JobServiceStub getStub() {
return stub;
}
Expand Down
Expand Up @@ -126,7 +126,6 @@ public static final ProfileServiceClient create(ProfileServiceSettings settings)
* Constructs an instance of ProfileServiceClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(ProfileServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final ProfileServiceClient create(ProfileServiceStub stub) {
return new ProfileServiceClient(stub);
}
Expand All @@ -141,7 +140,6 @@ protected ProfileServiceClient(ProfileServiceSettings settings) throws IOExcepti
this.stub = ((ProfileServiceStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected ProfileServiceClient(ProfileServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -151,7 +149,6 @@ public final ProfileServiceSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public ProfileServiceStub getStub() {
return stub;
}
Expand Down
Expand Up @@ -125,7 +125,6 @@ public static final TenantServiceClient create(TenantServiceSettings settings)
* Constructs an instance of TenantServiceClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(TenantServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final TenantServiceClient create(TenantServiceStub stub) {
return new TenantServiceClient(stub);
}
Expand All @@ -140,7 +139,6 @@ protected TenantServiceClient(TenantServiceSettings settings) throws IOException
this.stub = ((TenantServiceStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected TenantServiceClient(TenantServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -150,7 +148,6 @@ public final TenantServiceSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public TenantServiceStub getStub() {
return stub;
}
Expand Down
Expand Up @@ -196,7 +196,6 @@ public UnaryCallSettings<DeleteApplicationRequest, Empty> deleteApplicationSetti
return listApplicationsSettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public ApplicationServiceStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Expand Up @@ -188,7 +188,6 @@ public UnaryCallSettings<DeleteCompanyRequest, Empty> deleteCompanySettings() {
return listCompaniesSettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public CompanyServiceStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Expand Up @@ -93,7 +93,6 @@ public UnaryCallSettings<CompleteQueryRequest, CompleteQueryResponse> completeQu
return completeQuerySettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public CompletionStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Expand Up @@ -93,7 +93,6 @@ public UnaryCallSettings<CreateClientEventRequest, ClientEvent> createClientEven
return createClientEventSettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public EventServiceStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down

0 comments on commit 1460184

Please sign in to comment.