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.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_api_ConfigChange_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_api_ConfigChange_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_api_Advice_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_api_Advice_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.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.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
}, assigner);
internal_static_google_api_ConfigChange_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_google_api_ConfigChange_fieldAccessorTable = new
com.google.protobuf.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.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_api_Advice_descriptor,
new java.lang.String[] { "Description", });
}
// @@protoc_insertion_point(outer_class_scope)
}