com.google.api.ConfigChangeProto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ydb-sdk-jdbc-uberjar Show documentation
Show all versions of ydb-sdk-jdbc-uberjar Show documentation
JDBC client implementation over Table client, single jar
/*
* 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/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"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
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)
}