All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.ConfigChangeProto Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/config_change.proto

package com.google.api;

public final class ConfigChangeProto {
  private ConfigChangeProto() {}
  public static void registerAllExtensions(
      com.google.proto4pingcap.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.proto4pingcap.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.proto4pingcap.ExtensionRegistryLite) registry);
  }
  static final com.google.proto4pingcap.Descriptors.Descriptor
    internal_static_google_api_ConfigChange_descriptor;
  static final 
    com.google.proto4pingcap.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_api_ConfigChange_fieldAccessorTable;
  static final com.google.proto4pingcap.Descriptors.Descriptor
    internal_static_google_api_Advice_descriptor;
  static final 
    com.google.proto4pingcap.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_api_Advice_fieldAccessorTable;

  public static com.google.proto4pingcap.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.proto4pingcap.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\036google/api/config_change.proto\022\ngoogle" +
      ".api\"\227\001\n\014ConfigChange\022\017\n\007element\030\001 \001(\t\022\021" +
      "\n\told_value\030\002 \001(\t\022\021\n\tnew_value\030\003 \001(\t\022+\n\013" +
      "change_type\030\004 \001(\0162\026.google.api.ChangeTyp" +
      "e\022#\n\007advices\030\005 \003(\0132\022.google.api.Advice\"\035" +
      "\n\006Advice\022\023\n\013description\030\002 \001(\t*O\n\nChangeT" +
      "ype\022\033\n\027CHANGE_TYPE_UNSPECIFIED\020\000\022\t\n\005ADDE" +
      "D\020\001\022\013\n\007REMOVED\020\002\022\014\n\010MODIFIED\020\003Bq\n\016com.go" +
      "ogle.apiB\021ConfigChangeProtoP\001ZCgoogle.go" +
      "lang.org/genproto/googleapis/api/configc",
      "hange;configchange\242\002\004GAPIb\006proto3"
    };
    com.google.proto4pingcap.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.proto4pingcap.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.proto4pingcap.ExtensionRegistry assignDescriptors(
              com.google.proto4pingcap.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.proto4pingcap.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.proto4pingcap.Descriptors.FileDescriptor[] {
        }, assigner);
    internal_static_google_api_ConfigChange_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_google_api_ConfigChange_fieldAccessorTable = new
      com.google.proto4pingcap.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_api_ConfigChange_descriptor,
        new java.lang.String[] { "Element", "OldValue", "NewValue", "ChangeType", "Advices", });
    internal_static_google_api_Advice_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_google_api_Advice_fieldAccessorTable = new
      com.google.proto4pingcap.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_api_Advice_descriptor,
        new java.lang.String[] { "Description", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy