-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🦉 Updates from OwlBot post-processor
- Loading branch information
1 parent
6796df1
commit e26a351
Showing
98 changed files
with
18,085 additions
and
11,853 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2,184 changes: 2,184 additions & 0 deletions
2,184
...r-v1/src/main/java/com/google/cloud/bigquery/datatransfer/v1/DataTransferServiceGrpc.java
Large diffs are not rendered by default.
Oops, something went wrong.
378 changes: 220 additions & 158 deletions
378
...tatransfer/v1/CheckValidCredsRequest.java → ...tatransfer/v1/CheckValidCredsRequest.java
Large diffs are not rendered by default.
Oops, something went wrong.
58 changes: 58 additions & 0 deletions
58
.../main/java/com/google/cloud/bigquery/datatransfer/v1/CheckValidCredsRequestOrBuilder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
/* | ||
* Copyright 2020 Google LLC | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* https://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
// Generated by the protocol buffer compiler. DO NOT EDIT! | ||
// source: google/cloud/bigquery/datatransfer/v1/datatransfer.proto | ||
|
||
package com.google.cloud.bigquery.datatransfer.v1; | ||
|
||
public interface CheckValidCredsRequestOrBuilder | ||
extends | ||
// @@protoc_insertion_point(interface_extends:google.cloud.bigquery.datatransfer.v1.CheckValidCredsRequest) | ||
com.google.protobuf.MessageOrBuilder { | ||
|
||
/** | ||
* | ||
* | ||
* <pre> | ||
* Required. The data source in the form: | ||
* `projects/{project_id}/dataSources/{data_source_id}` or | ||
* `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`. | ||
* </pre> | ||
* | ||
* <code> | ||
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } | ||
* </code> | ||
* | ||
* @return The name. | ||
*/ | ||
java.lang.String getName(); | ||
/** | ||
* | ||
* | ||
* <pre> | ||
* Required. The data source in the form: | ||
* `projects/{project_id}/dataSources/{data_source_id}` or | ||
* `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`. | ||
* </pre> | ||
* | ||
* <code> | ||
* string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } | ||
* </code> | ||
* | ||
* @return The bytes for name. | ||
*/ | ||
com.google.protobuf.ByteString getNameBytes(); | ||
} |
Oops, something went wrong.