Sha256: bc94984d2fe48879dff5090744662156dbda4e181f165fe615e8ebace6c4223f
Contents?: true
Size: 1.8 KB
Versions: 1
Compression:
Stored size: 1.8 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/devtools/artifactregistry/v1/artifact.proto require 'google/protobuf' require 'google/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/protobuf/timestamp_pb' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/devtools/artifactregistry/v1/artifact.proto", :syntax => :proto3) do add_message "google.devtools.artifactregistry.v1.DockerImage" do optional :name, :string, 1 optional :uri, :string, 2 repeated :tags, :string, 3 optional :image_size_bytes, :int64, 4 optional :upload_time, :message, 5, "google.protobuf.Timestamp" optional :media_type, :string, 6 optional :build_time, :message, 7, "google.protobuf.Timestamp" end add_message "google.devtools.artifactregistry.v1.ListDockerImagesRequest" do optional :parent, :string, 1 optional :page_size, :int32, 2 optional :page_token, :string, 3 end add_message "google.devtools.artifactregistry.v1.ListDockerImagesResponse" do repeated :docker_images, :message, 1, "google.devtools.artifactregistry.v1.DockerImage" optional :next_page_token, :string, 2 end end end module Google module Cloud module ArtifactRegistry module V1 DockerImage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.artifactregistry.v1.DockerImage").msgclass ListDockerImagesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.artifactregistry.v1.ListDockerImagesRequest").msgclass ListDockerImagesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.artifactregistry.v1.ListDockerImagesResponse").msgclass end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-artifact_registry-v1-0.1.0 | lib/google/devtools/artifactregistry/v1/artifact_pb.rb |