Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Commit 9d663ff

Browse files
1 parent 114a477 commit 9d663ff

File tree

180 files changed

+35814
-22233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+35814
-22233
lines changed

google-cloud-dataform-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version='1.0' encoding='UTF-8'?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>

google-cloud-dataform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version='1.0' encoding='UTF-8'?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
Lines changed: 113 additions & 49 deletions
Large diffs are not rendered by default.
Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
import com.google.api.gax.rpc.ClientContext;
3636
import com.google.api.gax.rpc.ClientSettings;
3737
import com.google.api.gax.rpc.PagedCallSettings;
38-
import com.google.api.gax.rpc.StubSettings;
3938
import com.google.api.gax.rpc.TransportChannelProvider;
4039
import com.google.api.gax.rpc.UnaryCallSettings;
4140
import com.google.cloud.dataform.v1alpha2.stub.DataformStubSettings;
@@ -60,9 +59,9 @@
6059
* <p>The default instance has everything set to sensible defaults:
6160
*
6261
* <ul>
63-
* <li> The default service address (dataform.googleapis.com) and default port (443) are used.
64-
* <li> Credentials are acquired automatically through Application Default Credentials.
65-
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
62+
* <li>The default service address (dataform.googleapis.com) and default port (443) are used.
63+
* <li>Credentials are acquired automatically through Application Default Credentials.
64+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
6665
* </ul>
6766
*
6867
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
@@ -190,7 +189,8 @@ public UnaryCallSettings<FetchFileDiffRequest, FetchFileDiffResponse> fetchFileD
190189

191190
/** Returns the object with the settings used for calls to queryDirectoryContents. */
192191
public PagedCallSettings<
193-
QueryDirectoryContentsRequest, QueryDirectoryContentsResponse,
192+
QueryDirectoryContentsRequest,
193+
QueryDirectoryContentsResponse,
194194
QueryDirectoryContentsPagedResponse>
195195
queryDirectoryContentsSettings() {
196196
return ((DataformStubSettings) getStubSettings()).queryDirectoryContentsSettings();
@@ -233,7 +233,8 @@ public UnaryCallSettings<WriteFileRequest, WriteFileResponse> writeFileSettings(
233233

234234
/** Returns the object with the settings used for calls to listCompilationResults. */
235235
public PagedCallSettings<
236-
ListCompilationResultsRequest, ListCompilationResultsResponse,
236+
ListCompilationResultsRequest,
237+
ListCompilationResultsResponse,
237238
ListCompilationResultsPagedResponse>
238239
listCompilationResultsSettings() {
239240
return ((DataformStubSettings) getStubSettings()).listCompilationResultsSettings();
@@ -253,15 +254,17 @@ public UnaryCallSettings<WriteFileRequest, WriteFileResponse> writeFileSettings(
253254

254255
/** Returns the object with the settings used for calls to queryCompilationResultActions. */
255256
public PagedCallSettings<
256-
QueryCompilationResultActionsRequest, QueryCompilationResultActionsResponse,
257+
QueryCompilationResultActionsRequest,
258+
QueryCompilationResultActionsResponse,
257259
QueryCompilationResultActionsPagedResponse>
258260
queryCompilationResultActionsSettings() {
259261
return ((DataformStubSettings) getStubSettings()).queryCompilationResultActionsSettings();
260262
}
261263

262264
/** Returns the object with the settings used for calls to listWorkflowInvocations. */
263265
public PagedCallSettings<
264-
ListWorkflowInvocationsRequest, ListWorkflowInvocationsResponse,
266+
ListWorkflowInvocationsRequest,
267+
ListWorkflowInvocationsResponse,
265268
ListWorkflowInvocationsPagedResponse>
266269
listWorkflowInvocationsSettings() {
267270
return ((DataformStubSettings) getStubSettings()).listWorkflowInvocationsSettings();
@@ -293,7 +296,8 @@ public UnaryCallSettings<WriteFileRequest, WriteFileResponse> writeFileSettings(
293296

294297
/** Returns the object with the settings used for calls to queryWorkflowInvocationActions. */
295298
public PagedCallSettings<
296-
QueryWorkflowInvocationActionsRequest, QueryWorkflowInvocationActionsResponse,
299+
QueryWorkflowInvocationActionsRequest,
300+
QueryWorkflowInvocationActionsResponse,
297301
QueryWorkflowInvocationActionsPagedResponse>
298302
queryWorkflowInvocationActionsSettings() {
299303
return ((DataformStubSettings) getStubSettings()).queryWorkflowInvocationActionsSettings();
@@ -545,7 +549,8 @@ public UnaryCallSettings.Builder<PushGitCommitsRequest, Empty> pushGitCommitsSet
545549

546550
/** Returns the builder for the settings used for calls to queryDirectoryContents. */
547551
public PagedCallSettings.Builder<
548-
QueryDirectoryContentsRequest, QueryDirectoryContentsResponse,
552+
QueryDirectoryContentsRequest,
553+
QueryDirectoryContentsResponse,
549554
QueryDirectoryContentsPagedResponse>
550555
queryDirectoryContentsSettings() {
551556
return getStubSettingsBuilder().queryDirectoryContentsSettings();
@@ -590,7 +595,8 @@ public UnaryCallSettings.Builder<WriteFileRequest, WriteFileResponse> writeFileS
590595

591596
/** Returns the builder for the settings used for calls to listCompilationResults. */
592597
public PagedCallSettings.Builder<
593-
ListCompilationResultsRequest, ListCompilationResultsResponse,
598+
ListCompilationResultsRequest,
599+
ListCompilationResultsResponse,
594600
ListCompilationResultsPagedResponse>
595601
listCompilationResultsSettings() {
596602
return getStubSettingsBuilder().listCompilationResultsSettings();
@@ -610,15 +616,17 @@ public UnaryCallSettings.Builder<WriteFileRequest, WriteFileResponse> writeFileS
610616

611617
/** Returns the builder for the settings used for calls to queryCompilationResultActions. */
612618
public PagedCallSettings.Builder<
613-
QueryCompilationResultActionsRequest, QueryCompilationResultActionsResponse,
619+
QueryCompilationResultActionsRequest,
620+
QueryCompilationResultActionsResponse,
614621
QueryCompilationResultActionsPagedResponse>
615622
queryCompilationResultActionsSettings() {
616623
return getStubSettingsBuilder().queryCompilationResultActionsSettings();
617624
}
618625

619626
/** Returns the builder for the settings used for calls to listWorkflowInvocations. */
620627
public PagedCallSettings.Builder<
621-
ListWorkflowInvocationsRequest, ListWorkflowInvocationsResponse,
628+
ListWorkflowInvocationsRequest,
629+
ListWorkflowInvocationsResponse,
622630
ListWorkflowInvocationsPagedResponse>
623631
listWorkflowInvocationsSettings() {
624632
return getStubSettingsBuilder().listWorkflowInvocationsSettings();
@@ -650,7 +658,8 @@ public UnaryCallSettings.Builder<WriteFileRequest, WriteFileResponse> writeFileS
650658

651659
/** Returns the builder for the settings used for calls to queryWorkflowInvocationActions. */
652660
public PagedCallSettings.Builder<
653-
QueryWorkflowInvocationActionsRequest, QueryWorkflowInvocationActionsResponse,
661+
QueryWorkflowInvocationActionsRequest,
662+
QueryWorkflowInvocationActionsResponse,
654663
QueryWorkflowInvocationActionsPagedResponse>
655664
queryWorkflowInvocationActionsSettings() {
656665
return getStubSettingsBuilder().queryWorkflowInvocationActionsSettings();

0 commit comments

Comments
 (0)