Skip to content

Commit

Permalink
fix!: remove unimplemented ListDockerImages method.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 342075900
  • Loading branch information
Google APIs authored and Copybara-Service committed Nov 12, 2020
1 parent 20031e7 commit 96ca8bc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 106 deletions.
1 change: 0 additions & 1 deletion google/devtools/artifactregistry/v1beta2/BUILD.bazel
Expand Up @@ -21,7 +21,6 @@ load("@com_google_googleapis_imports//:imports.bzl", "proto_library_with_info")
proto_library(
name = "artifactregistry_proto",
srcs = [
"artifact.proto",
"file.proto",
"package.proto",
"repository.proto",
Expand Down
95 changes: 0 additions & 95 deletions google/devtools/artifactregistry/v1beta2/artifact.proto

This file was deleted.

10 changes: 0 additions & 10 deletions google/devtools/artifactregistry/v1beta2/service.proto
Expand Up @@ -18,7 +18,6 @@ package google.devtools.artifactregistry.v1beta2;

import "google/api/annotations.proto";
import "google/api/client.proto";
import "google/devtools/artifactregistry/v1beta2/artifact.proto";
import "google/devtools/artifactregistry/v1beta2/file.proto";
import "google/devtools/artifactregistry/v1beta2/package.proto";
import "google/devtools/artifactregistry/v1beta2/repository.proto";
Expand Down Expand Up @@ -247,15 +246,6 @@ service ArtifactRegistry {
body: "*"
};
}

// Lists docker images.
rpc ListDockerImages(ListDockerImagesRequest) returns (ListDockerImagesResponse) {
option (google.api.http) = {
get: "/v1beta2/{parent=projects/*/locations/*/repositories/*}/dockerimages"
};
option (google.api.method_signature) = "parent";
}
}

// Metadata type for longrunning-operations, currently empty.
message OperationMetadata {}

0 comments on commit 96ca8bc

Please sign in to comment.