Sha256: 618b2e7073f741c6c4fce796f0f0bca0151a4c94a480d02afd4030fdaa4d718e
Contents?: true
Size: 1.87 KB
Versions: 2
Compression:
Stored size: 1.87 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/devtools/artifactregistry/v1/vpcsc_config.proto require 'google/protobuf' require 'google/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/protobuf/field_mask_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/devtools/artifactregistry/v1/vpcsc_config.proto", :syntax => :proto3) do add_message "google.devtools.artifactregistry.v1.VPCSCConfig" do optional :name, :string, 1 optional :vpcsc_policy, :enum, 2, "google.devtools.artifactregistry.v1.VPCSCConfig.VPCSCPolicy" end add_enum "google.devtools.artifactregistry.v1.VPCSCConfig.VPCSCPolicy" do value :VPCSC_POLICY_UNSPECIFIED, 0 value :DENY, 1 value :ALLOW, 2 end add_message "google.devtools.artifactregistry.v1.GetVPCSCConfigRequest" do optional :name, :string, 1 end add_message "google.devtools.artifactregistry.v1.UpdateVPCSCConfigRequest" do optional :vpcsc_config, :message, 1, "google.devtools.artifactregistry.v1.VPCSCConfig" optional :update_mask, :message, 2, "google.protobuf.FieldMask" end end end module Google module Cloud module ArtifactRegistry module V1 VPCSCConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.artifactregistry.v1.VPCSCConfig").msgclass VPCSCConfig::VPCSCPolicy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.artifactregistry.v1.VPCSCConfig.VPCSCPolicy").enummodule GetVPCSCConfigRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.artifactregistry.v1.GetVPCSCConfigRequest").msgclass UpdateVPCSCConfigRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.devtools.artifactregistry.v1.UpdateVPCSCConfigRequest").msgclass end end end end
Version data entries
2 entries across 2 versions & 1 rubygems