Skip to content

Commit 1209fd2

Browse files
chore: remove unused proto imports (#157)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 468735472 Source-Link: googleapis/googleapis@cfa1b37 Source-Link: googleapis/googleapis-gen@09b7666 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDliNzY2NjY1NjUxMGY1YjAwYjg5M2YwMDNhMGJhNTc2NmY5ZTI1MCJ9
1 parent 4a46f3e commit 1209fd2

File tree

9 files changed

+0
-11
lines changed

9 files changed

+0
-11
lines changed

packages/google-devtools-artifactregistry/protos/google/devtools/artifactregistry/v1/package.proto

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ syntax = "proto3";
1717
package google.devtools.artifactregistry.v1;
1818

1919
import "google/api/field_behavior.proto";
20-
import "google/api/resource.proto";
2120
import "google/protobuf/timestamp.proto";
2221

2322
option csharp_namespace = "Google.Cloud.ArtifactRegistry.V1";

packages/google-devtools-artifactregistry/protos/google/devtools/artifactregistry/v1beta2/apt_artifact.proto

-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ syntax = "proto3";
1616

1717
package google.devtools.artifactregistry.v1beta2;
1818

19-
import "google/api/annotations.proto";
2019
import "google/api/field_behavior.proto";
2120
import "google/api/resource.proto";
22-
import "google/longrunning/operations.proto";
2321
import "google/rpc/status.proto";
2422

2523
option csharp_namespace = "Google.Cloud.ArtifactRegistry.V1Beta2";

packages/google-devtools-artifactregistry/protos/google/devtools/artifactregistry/v1beta2/file.proto

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ syntax = "proto3";
1616

1717
package google.devtools.artifactregistry.v1beta2;
1818

19-
import "google/api/annotations.proto";
2019
import "google/api/resource.proto";
2120
import "google/protobuf/timestamp.proto";
2221

packages/google-devtools-artifactregistry/protos/google/devtools/artifactregistry/v1beta2/package.proto

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ syntax = "proto3";
1717
package google.devtools.artifactregistry.v1beta2;
1818

1919
import "google/protobuf/timestamp.proto";
20-
import "google/api/annotations.proto";
2120

2221
option csharp_namespace = "Google.Cloud.ArtifactRegistry.V1Beta2";
2322
option go_package = "google.golang.org/genproto/googleapis/devtools/artifactregistry/v1beta2;artifactregistry";

packages/google-devtools-artifactregistry/protos/google/devtools/artifactregistry/v1beta2/repository.proto

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ syntax = "proto3";
1616

1717
package google.devtools.artifactregistry.v1beta2;
1818

19-
import "google/api/annotations.proto";
2019
import "google/api/field_behavior.proto";
2120
import "google/api/resource.proto";
2221
import "google/protobuf/field_mask.proto";

packages/google-devtools-artifactregistry/protos/google/devtools/artifactregistry/v1beta2/settings.proto

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ syntax = "proto3";
1616

1717
package google.devtools.artifactregistry.v1beta2;
1818

19-
import "google/api/annotations.proto";
2019
import "google/api/field_behavior.proto";
2120
import "google/api/resource.proto";
2221
import "google/protobuf/field_mask.proto";

packages/google-devtools-artifactregistry/protos/google/devtools/artifactregistry/v1beta2/tag.proto

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ syntax = "proto3";
1616

1717
package google.devtools.artifactregistry.v1beta2;
1818

19-
import "google/api/annotations.proto";
2019
import "google/api/resource.proto";
2120
import "google/protobuf/field_mask.proto";
2221

packages/google-devtools-artifactregistry/protos/google/devtools/artifactregistry/v1beta2/version.proto

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ syntax = "proto3";
1616

1717
package google.devtools.artifactregistry.v1beta2;
1818

19-
import "google/api/annotations.proto";
2019
import "google/api/field_behavior.proto";
2120
import "google/api/resource.proto";
2221
import "google/devtools/artifactregistry/v1beta2/tag.proto";

packages/google-devtools-artifactregistry/protos/google/devtools/artifactregistry/v1beta2/yum_artifact.proto

-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ syntax = "proto3";
1616

1717
package google.devtools.artifactregistry.v1beta2;
1818

19-
import "google/api/annotations.proto";
2019
import "google/api/field_behavior.proto";
2120
import "google/api/resource.proto";
22-
import "google/longrunning/operations.proto";
2321
import "google/rpc/status.proto";
2422

2523
option csharp_namespace = "Google.Cloud.ArtifactRegistry.V1Beta2";

0 commit comments

Comments
 (0)