Skip to content

Commit 1460184

Browse files
feat: Add a new operator on companyDisplayNames filter to further support 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
1 parent 3a3c99f commit 1460184

30 files changed

+295
-208
lines changed

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4/CompanyServiceClient.java

-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
import com.google.api.core.ApiFuture;
2020
import com.google.api.core.ApiFutures;
21-
import com.google.api.core.BetaApi;
2221
import com.google.api.gax.core.BackgroundResource;
2322
import com.google.api.gax.paging.AbstractFixedSizeCollection;
2423
import com.google.api.gax.paging.AbstractPage;
@@ -125,7 +124,6 @@ public static final CompanyServiceClient create(CompanyServiceSettings settings)
125124
* Constructs an instance of CompanyServiceClient, using the given stub for making calls. This is
126125
* for advanced usage - prefer using create(CompanyServiceSettings).
127126
*/
128-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
129127
public static final CompanyServiceClient create(CompanyServiceStub stub) {
130128
return new CompanyServiceClient(stub);
131129
}
@@ -140,7 +138,6 @@ protected CompanyServiceClient(CompanyServiceSettings settings) throws IOExcepti
140138
this.stub = ((CompanyServiceStubSettings) settings.getStubSettings()).createStub();
141139
}
142140

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

153-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
154150
public CompanyServiceStub getStub() {
155151
return stub;
156152
}

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4/CompletionClient.java

-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package com.google.cloud.talent.v4;
1818

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

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

147-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
148144
public CompletionStub getStub() {
149145
return stub;
150146
}

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4/EventServiceClient.java

-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package com.google.cloud.talent.v4;
1818

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

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

142-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
143139
public EventServiceStub getStub() {
144140
return stub;
145141
}

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4/JobServiceClient.java

-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
import com.google.api.core.ApiFuture;
2020
import com.google.api.core.ApiFutures;
21-
import com.google.api.core.BetaApi;
2221
import com.google.api.gax.core.BackgroundResource;
2322
import com.google.api.gax.longrunning.OperationFuture;
2423
import com.google.api.gax.paging.AbstractFixedSizeCollection;
@@ -130,7 +129,6 @@ public static final JobServiceClient create(JobServiceSettings settings) throws
130129
* Constructs an instance of JobServiceClient, using the given stub for making calls. This is for
131130
* advanced usage - prefer using create(JobServiceSettings).
132131
*/
133-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
134132
public static final JobServiceClient create(JobServiceStub stub) {
135133
return new JobServiceClient(stub);
136134
}
@@ -145,7 +143,6 @@ protected JobServiceClient(JobServiceSettings settings) throws IOException {
145143
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
146144
}
147145

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

159-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
160156
public JobServiceStub getStub() {
161157
return stub;
162158
}

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4/TenantServiceClient.java

-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
import com.google.api.core.ApiFuture;
2020
import com.google.api.core.ApiFutures;
21-
import com.google.api.core.BetaApi;
2221
import com.google.api.gax.core.BackgroundResource;
2322
import com.google.api.gax.paging.AbstractFixedSizeCollection;
2423
import com.google.api.gax.paging.AbstractPage;
@@ -125,7 +124,6 @@ public static final TenantServiceClient create(TenantServiceSettings settings)
125124
* Constructs an instance of TenantServiceClient, using the given stub for making calls. This is
126125
* for advanced usage - prefer using create(TenantServiceSettings).
127126
*/
128-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
129127
public static final TenantServiceClient create(TenantServiceStub stub) {
130128
return new TenantServiceClient(stub);
131129
}
@@ -140,7 +138,6 @@ protected TenantServiceClient(TenantServiceSettings settings) throws IOException
140138
this.stub = ((TenantServiceStubSettings) settings.getStubSettings()).createStub();
141139
}
142140

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

153-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
154150
public TenantServiceStub getStub() {
155151
return stub;
156152
}

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4/stub/CompanyServiceStubSettings.java

-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ public UnaryCallSettings<DeleteCompanyRequest, Empty> deleteCompanySettings() {
187187
return listCompaniesSettings;
188188
}
189189

190-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
191190
public CompanyServiceStub createStub() throws IOException {
192191
if (getTransportChannelProvider()
193192
.getTransportName()

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4/stub/CompletionStubSettings.java

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public UnaryCallSettings<CompleteQueryRequest, CompleteQueryResponse> completeQu
9292
return completeQuerySettings;
9393
}
9494

95-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
9695
public CompletionStub createStub() throws IOException {
9796
if (getTransportChannelProvider()
9897
.getTransportName()

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4/stub/EventServiceStubSettings.java

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public UnaryCallSettings<CreateClientEventRequest, ClientEvent> createClientEven
9292
return createClientEventSettings;
9393
}
9494

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

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4/stub/JobServiceStubSettings.java

-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ public UnaryCallSettings<SearchJobsRequest, SearchJobsResponse> searchJobsForAle
258258
return searchJobsForAlertSettings;
259259
}
260260

261-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
262261
public JobServiceStub createStub() throws IOException {
263262
if (getTransportChannelProvider()
264263
.getTransportName()

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4/stub/TenantServiceStubSettings.java

-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ public UnaryCallSettings<DeleteTenantRequest, Empty> deleteTenantSettings() {
186186
return listTenantsSettings;
187187
}
188188

189-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
190189
public TenantServiceStub createStub() throws IOException {
191190
if (getTransportChannelProvider()
192191
.getTransportName()

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/ApplicationServiceClient.java

-3
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ public static final ApplicationServiceClient create(ApplicationServiceSettings s
129129
* Constructs an instance of ApplicationServiceClient, using the given stub for making calls. This
130130
* is for advanced usage - prefer using create(ApplicationServiceSettings).
131131
*/
132-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
133132
public static final ApplicationServiceClient create(ApplicationServiceStub stub) {
134133
return new ApplicationServiceClient(stub);
135134
}
@@ -144,7 +143,6 @@ protected ApplicationServiceClient(ApplicationServiceSettings settings) throws I
144143
this.stub = ((ApplicationServiceStubSettings) settings.getStubSettings()).createStub();
145144
}
146145

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

157-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
158155
public ApplicationServiceStub getStub() {
159156
return stub;
160157
}

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/CompanyServiceClient.java

-3
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ public static final CompanyServiceClient create(CompanyServiceSettings settings)
125125
* Constructs an instance of CompanyServiceClient, using the given stub for making calls. This is
126126
* for advanced usage - prefer using create(CompanyServiceSettings).
127127
*/
128-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
129128
public static final CompanyServiceClient create(CompanyServiceStub stub) {
130129
return new CompanyServiceClient(stub);
131130
}
@@ -140,7 +139,6 @@ protected CompanyServiceClient(CompanyServiceSettings settings) throws IOExcepti
140139
this.stub = ((CompanyServiceStubSettings) settings.getStubSettings()).createStub();
141140
}
142141

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

153-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
154151
public CompanyServiceStub getStub() {
155152
return stub;
156153
}

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/CompletionClient.java

-3
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ public static final CompletionClient create(CompletionSettings settings) throws
123123
* Constructs an instance of CompletionClient, using the given stub for making calls. This is for
124124
* advanced usage - prefer using create(CompletionSettings).
125125
*/
126-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
127126
public static final CompletionClient create(CompletionStub stub) {
128127
return new CompletionClient(stub);
129128
}
@@ -137,7 +136,6 @@ protected CompletionClient(CompletionSettings settings) throws IOException {
137136
this.stub = ((CompletionStubSettings) settings.getStubSettings()).createStub();
138137
}
139138

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

150-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
151148
public CompletionStub getStub() {
152149
return stub;
153150
}

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/EventServiceClient.java

-3
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ public static final EventServiceClient create(EventServiceSettings settings) thr
115115
* Constructs an instance of EventServiceClient, using the given stub for making calls. This is
116116
* for advanced usage - prefer using create(EventServiceSettings).
117117
*/
118-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
119118
public static final EventServiceClient create(EventServiceStub stub) {
120119
return new EventServiceClient(stub);
121120
}
@@ -130,7 +129,6 @@ protected EventServiceClient(EventServiceSettings settings) throws IOException {
130129
this.stub = ((EventServiceStubSettings) settings.getStubSettings()).createStub();
131130
}
132131

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

143-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
144141
public EventServiceStub getStub() {
145142
return stub;
146143
}

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/JobServiceClient.java

-3
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ public static final JobServiceClient create(JobServiceSettings settings) throws
130130
* Constructs an instance of JobServiceClient, using the given stub for making calls. This is for
131131
* advanced usage - prefer using create(JobServiceSettings).
132132
*/
133-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
134133
public static final JobServiceClient create(JobServiceStub stub) {
135134
return new JobServiceClient(stub);
136135
}
@@ -145,7 +144,6 @@ protected JobServiceClient(JobServiceSettings settings) throws IOException {
145144
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
146145
}
147146

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

159-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
160157
public JobServiceStub getStub() {
161158
return stub;
162159
}

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/ProfileServiceClient.java

-3
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ public static final ProfileServiceClient create(ProfileServiceSettings settings)
126126
* Constructs an instance of ProfileServiceClient, using the given stub for making calls. This is
127127
* for advanced usage - prefer using create(ProfileServiceSettings).
128128
*/
129-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
130129
public static final ProfileServiceClient create(ProfileServiceStub stub) {
131130
return new ProfileServiceClient(stub);
132131
}
@@ -141,7 +140,6 @@ protected ProfileServiceClient(ProfileServiceSettings settings) throws IOExcepti
141140
this.stub = ((ProfileServiceStubSettings) settings.getStubSettings()).createStub();
142141
}
143142

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

154-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
155152
public ProfileServiceStub getStub() {
156153
return stub;
157154
}

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/TenantServiceClient.java

-3
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ public static final TenantServiceClient create(TenantServiceSettings settings)
125125
* Constructs an instance of TenantServiceClient, using the given stub for making calls. This is
126126
* for advanced usage - prefer using create(TenantServiceSettings).
127127
*/
128-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
129128
public static final TenantServiceClient create(TenantServiceStub stub) {
130129
return new TenantServiceClient(stub);
131130
}
@@ -140,7 +139,6 @@ protected TenantServiceClient(TenantServiceSettings settings) throws IOException
140139
this.stub = ((TenantServiceStubSettings) settings.getStubSettings()).createStub();
141140
}
142141

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

153-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
154151
public TenantServiceStub getStub() {
155152
return stub;
156153
}

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/stub/ApplicationServiceStubSettings.java

-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ public UnaryCallSettings<DeleteApplicationRequest, Empty> deleteApplicationSetti
196196
return listApplicationsSettings;
197197
}
198198

199-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
200199
public ApplicationServiceStub createStub() throws IOException {
201200
if (getTransportChannelProvider()
202201
.getTransportName()

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/stub/CompanyServiceStubSettings.java

-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ public UnaryCallSettings<DeleteCompanyRequest, Empty> deleteCompanySettings() {
188188
return listCompaniesSettings;
189189
}
190190

191-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
192191
public CompanyServiceStub createStub() throws IOException {
193192
if (getTransportChannelProvider()
194193
.getTransportName()

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/stub/CompletionStubSettings.java

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public UnaryCallSettings<CompleteQueryRequest, CompleteQueryResponse> completeQu
9393
return completeQuerySettings;
9494
}
9595

96-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
9796
public CompletionStub createStub() throws IOException {
9897
if (getTransportChannelProvider()
9998
.getTransportName()

java-talent/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/stub/EventServiceStubSettings.java

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public UnaryCallSettings<CreateClientEventRequest, ClientEvent> createClientEven
9393
return createClientEventSettings;
9494
}
9595

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

0 commit comments

Comments
 (0)