# frozen_string_literal: true # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/apihub/v1/linting_service.proto require 'google/protobuf' require 'google/api/annotations_pb' require 'google/api/client_pb' require 'google/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/cloud/apihub/v1/common_fields_pb' require 'google/protobuf/empty_pb' require 'google/protobuf/field_mask_pb' descriptor_data = "\n,google/cloud/apihub/v1/linting_service.proto\x12\x16google.cloud.apihub.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a*google/cloud/apihub/v1/common_fields.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\"N\n\x14GetStyleGuideRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n apihub.googleapis.com/StyleGuide\"\x8d\x01\n\x17UpdateStyleGuideRequest\x12<\n\x0bstyle_guide\x18\x01 \x01(\x0b\x32\".google.cloud.apihub.v1.StyleGuideB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\"V\n\x1cGetStyleGuideContentsRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n apihub.googleapis.com/StyleGuide\"C\n\x0fLintSpecRequest\x12\x30\n\x04name\x18\x01 \x01(\tB\"\xe0\x41\x02\xfa\x41\x1c\n\x1a\x61pihub.googleapis.com/Spec\"C\n\x12StyleGuideContents\x12\x15\n\x08\x63ontents\x18\x01 \x01(\x0c\x42\x03\xe0\x41\x02\x12\x16\n\tmime_type\x18\x02 \x01(\tB\x03\xe0\x41\x02\"\xa1\x02\n\nStyleGuide\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x33\n\x06linter\x18\x02 \x01(\x0e\x32\x1e.google.cloud.apihub.v1.LinterB\x03\xe0\x41\x02\x12\x44\n\x08\x63ontents\x18\x03 \x01(\x0b\x32*.google.cloud.apihub.v1.StyleGuideContentsB\x06\xe0\x41\x02\xe0\x41\x04:\x84\x01\xea\x41\x80\x01\n apihub.googleapis.com/StyleGuide\x12\x43projects/{project}/locations/{location}/plugins/{plugin}/styleGuide*\x0bstyleGuides2\nstyleGuide2\xca\x06\n\x0eLintingService\x12\xa8\x01\n\rGetStyleGuide\x12,.google.cloud.apihub.v1.GetStyleGuideRequest\x1a\".google.cloud.apihub.v1.StyleGuide\"E\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38\x12\x36/v1/{name=projects/*/locations/*/plugins/*/styleGuide}\x12\xda\x01\n\x10UpdateStyleGuide\x12/.google.cloud.apihub.v1.UpdateStyleGuideRequest\x1a\".google.cloud.apihub.v1.StyleGuide\"q\xda\x41\x17style_guide,update_mask\x82\xd3\xe4\x93\x02Q2B/v1/{style_guide.name=projects/*/locations/*/plugins/*/styleGuide}:\x0bstyle_guide\x12\xc9\x01\n\x15GetStyleGuideContents\x12\x34.google.cloud.apihub.v1.GetStyleGuideContentsRequest\x1a*.google.cloud.apihub.v1.StyleGuideContents\"N\xda\x41\x04name\x82\xd3\xe4\x93\x02\x41\x12?/v1/{name=projects/*/locations/*/plugins/*/styleGuide}:contents\x12\x98\x01\n\x08LintSpec\x12\'.google.cloud.apihub.v1.LintSpecRequest\x1a\x16.google.protobuf.Empty\"K\x82\xd3\xe4\x93\x02\x45\"@/v1/{name=projects/*/locations/*/apis/*/versions/*/specs/*}:lint:\x01*\x1aI\xca\x41\x15\x61pihub.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xb5\x01\n\x1a\x63om.google.cloud.apihub.v1B\x13LintingServiceProtoP\x01Z2cloud.google.com/go/apihub/apiv1/apihubpb;apihubpb\xaa\x02\x16Google.Cloud.ApiHub.V1\xca\x02\x16Google\\Cloud\\ApiHub\\V1\xea\x02\x19Google::Cloud::ApiHub::V1b\x06proto3" pool = Google::Protobuf::DescriptorPool.generated_pool begin pool.add_serialized_file(descriptor_data) rescue TypeError # Compatibility code: will be removed in the next major version. require 'google/protobuf/descriptor_pb' parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data) parsed.clear_dependency serialized = parsed.class.encode(parsed) file = pool.add_serialized_file(serialized) warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}" imports = [ ["google.protobuf.FieldMask", "google/protobuf/field_mask.proto"], ] imports.each do |type_name, expected_filename| import_file = pool.lookup(type_name).file_descriptor if import_file.name != expected_filename warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}" end end warn "Each proto file must use a consistent fully-qualified name." warn "This will become an error in the next major version." end module Google module Cloud module ApiHub module V1 GetStyleGuideRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.apihub.v1.GetStyleGuideRequest").msgclass UpdateStyleGuideRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.apihub.v1.UpdateStyleGuideRequest").msgclass GetStyleGuideContentsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.apihub.v1.GetStyleGuideContentsRequest").msgclass LintSpecRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.apihub.v1.LintSpecRequest").msgclass StyleGuideContents = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.apihub.v1.StyleGuideContents").msgclass StyleGuide = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.apihub.v1.StyleGuide").msgclass end end end end