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

Commit

Permalink
chore: remove unused proto imports (#197)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 468735472

Source-Link: googleapis/googleapis@cfa1b37

Source-Link: https://github.com/googleapis/googleapis-gen/commit/09b7666656510f5b00b893f003a0ba5766f9e250
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDliNzY2NjY1NjUxMGY1YjAwYjg5M2YwMDNhMGJhNTc2NmY5ZTI1MCJ9
  • Loading branch information
gcf-owl-bot[bot] authored Aug 22, 2022
1 parent 2cdab4a commit 4c3819e
Show file tree
Hide file tree
Showing 6 changed files with 456 additions and 464 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ syntax = "proto3";

package google.cloud.datastream.v1;

import "google/api/annotations.proto";
import "google/api/field_behavior.proto";
import "google/api/resource.proto";
import "google/protobuf/duration.proto";
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public com.google.protobuf.ByteString getPathBytes() {
* </code>
*
* @deprecated google.cloud.datastream.v1alpha1.GcsDestinationConfig.gcs_file_format is
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=477
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=476
* @return The enum numeric value on the wire for gcsFileFormat.
*/
@java.lang.Override
Expand All @@ -309,7 +309,7 @@ public int getGcsFileFormatValue() {
* </code>
*
* @deprecated google.cloud.datastream.v1alpha1.GcsDestinationConfig.gcs_file_format is
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=477
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=476
* @return The gcsFileFormat.
*/
@java.lang.Override
Expand Down Expand Up @@ -1082,7 +1082,7 @@ public Builder setPathBytes(com.google.protobuf.ByteString value) {
* </code>
*
* @deprecated google.cloud.datastream.v1alpha1.GcsDestinationConfig.gcs_file_format is
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=477
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=476
* @return The enum numeric value on the wire for gcsFileFormat.
*/
@java.lang.Override
Expand All @@ -1103,7 +1103,7 @@ public int getGcsFileFormatValue() {
* </code>
*
* @deprecated google.cloud.datastream.v1alpha1.GcsDestinationConfig.gcs_file_format is
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=477
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=476
* @param value The enum numeric value on the wire for gcsFileFormat to set.
* @return This builder for chaining.
*/
Expand All @@ -1127,7 +1127,7 @@ public Builder setGcsFileFormatValue(int value) {
* </code>
*
* @deprecated google.cloud.datastream.v1alpha1.GcsDestinationConfig.gcs_file_format is
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=477
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=476
* @return The gcsFileFormat.
*/
@java.lang.Override
Expand All @@ -1153,7 +1153,7 @@ public com.google.cloud.datastream.v1alpha1.GcsFileFormat getGcsFileFormat() {
* </code>
*
* @deprecated google.cloud.datastream.v1alpha1.GcsDestinationConfig.gcs_file_format is
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=477
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=476
* @param value The gcsFileFormat to set.
* @return This builder for chaining.
*/
Expand All @@ -1180,7 +1180,7 @@ public Builder setGcsFileFormat(com.google.cloud.datastream.v1alpha1.GcsFileForm
* </code>
*
* @deprecated google.cloud.datastream.v1alpha1.GcsDestinationConfig.gcs_file_format is
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=477
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=476
* @return This builder for chaining.
*/
@java.lang.Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public interface GcsDestinationConfigOrBuilder
* </code>
*
* @deprecated google.cloud.datastream.v1alpha1.GcsDestinationConfig.gcs_file_format is
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=477
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=476
* @return The enum numeric value on the wire for gcsFileFormat.
*/
@java.lang.Deprecated
Expand All @@ -77,7 +77,7 @@ public interface GcsDestinationConfigOrBuilder
* </code>
*
* @deprecated google.cloud.datastream.v1alpha1.GcsDestinationConfig.gcs_file_format is
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=477
* deprecated. See google/cloud/datastream/v1alpha1/datastream_resources.proto;l=476
* @return The gcsFileFormat.
*/
@java.lang.Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import "google/api/field_behavior.proto";
import "google/api/resource.proto";
import "google/protobuf/duration.proto";
import "google/protobuf/timestamp.proto";
import "google/api/annotations.proto";

option go_package = "google.golang.org/genproto/googleapis/cloud/datastream/v1alpha1;datastream";
option java_multiple_files = true;
Expand Down

0 comments on commit 4c3819e

Please sign in to comment.