/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/contentwarehouse/v1/ruleset_service.proto

package com.google.cloud.contentwarehouse.v1;

public final class RuleSetServiceProto {
  private RuleSetServiceProto() {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
  }

  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
    return descriptor;
  }

  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;

  static {
    java.lang.String[] descriptorData = {
      "\n6google/cloud/contentwarehouse/v1/rules"
          + "et_service.proto\022 google.cloud.contentwa"
          + "rehouse.v1\032\034google/api/annotations.proto"
          + "\032\027google/api/client.proto\0322google/cloud/"
          + "contentwarehouse/v1/rule_engine.proto\032>g"
          + "oogle/cloud/contentwarehouse/v1/ruleset_"
          + "service_request.proto\032\033google/protobuf/e"
          + "mpty.proto2\364\007\n\016RuleSetService\022\304\001\n\rCreate"
          + "RuleSet\0226.google.cloud.contentwarehouse."
          + "v1.CreateRuleSetRequest\032).google.cloud.c"
          + "ontentwarehouse.v1.RuleSet\"P\202\323\344\223\0028\",/v1/"
          + "{parent=projects/*/locations/*}/ruleSets"
          + ":\010rule_set\332A\017parent,rule_set\022\251\001\n\nGetRule"
          + "Set\0223.google.cloud.contentwarehouse.v1.G"
          + "etRuleSetRequest\032).google.cloud.contentw"
          + "arehouse.v1.RuleSet\";\202\323\344\223\002.\022,/v1/{name=p"
          + "rojects/*/locations/*/ruleSets/*}\332A\004name"
          + "\022\273\001\n\rUpdateRuleSet\0226.google.cloud.conten"
          + "twarehouse.v1.UpdateRuleSetRequest\032).goo"
          + "gle.cloud.contentwarehouse.v1.RuleSet\"G\202"
          + "\323\344\223\00212,/v1/{name=projects/*/locations/*/"
          + "ruleSets/*}:\001*\332A\rname,rule_set\022\234\001\n\rDelet"
          + "eRuleSet\0226.google.cloud.contentwarehouse"
          + ".v1.DeleteRuleSetRequest\032\026.google.protob"
          + "uf.Empty\";\202\323\344\223\002.*,/v1/{name=projects/*/l"
          + "ocations/*/ruleSets/*}\332A\004name\022\274\001\n\014ListRu"
          + "leSets\0225.google.cloud.contentwarehouse.v"
          + "1.ListRuleSetsRequest\0326.google.cloud.con"
          + "tentwarehouse.v1.ListRuleSetsResponse\"=\202"
          + "\323\344\223\002.\022,/v1/{parent=projects/*/locations/"
          + "*}/ruleSets\332A\006parent\032S\312A\037contentwarehous"
          + "e.googleapis.com\322A.https://www.googleapi"
          + "s.com/auth/cloud-platformB\373\001\n$com.google"
          + ".cloud.contentwarehouse.v1B\023RuleSetServi"
          + "ceProtoP\001ZPcloud.google.com/go/contentwa"
          + "rehouse/apiv1/contentwarehousepb;content"
          + "warehousepb\252\002 Google.Cloud.ContentWareho"
          + "use.V1\312\002 Google\\Cloud\\ContentWarehouse\\V"
          + "1\352\002#Google::Cloud::ContentWarehouse::V1b"
          + "\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.api.AnnotationsProto.getDescriptor(),
              com.google.api.ClientProto.getDescriptor(),
              com.google.cloud.contentwarehouse.v1.RuleEngineProto.getDescriptor(),
              com.google.cloud.contentwarehouse.v1.RuleSetServiceRequestProto.getDescriptor(),
              com.google.protobuf.EmptyProto.getDescriptor(),
            });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(com.google.api.ClientProto.defaultHost);
    registry.add(com.google.api.AnnotationsProto.http);
    registry.add(com.google.api.ClientProto.methodSignature);
    registry.add(com.google.api.ClientProto.oauthScopes);
    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
        descriptor, registry);
    com.google.api.AnnotationsProto.getDescriptor();
    com.google.api.ClientProto.getDescriptor();
    com.google.cloud.contentwarehouse.v1.RuleEngineProto.getDescriptor();
    com.google.cloud.contentwarehouse.v1.RuleSetServiceRequestProto.getDescriptor();
    com.google.protobuf.EmptyProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
