com.zepben.protobuf.cc.CcRequests Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evolve-grpc Show documentation
Show all versions of evolve-grpc Show documentation
Protobuf and gRPC definitions for the evolve platform
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: zepben/protobuf/cc/cc-requests.proto
package com.zepben.protobuf.cc;
public final class CcRequests {
private CcRequests() {}
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_zepben_protobuf_cc_GetIdentifiedObjectsRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_zepben_protobuf_cc_GetIdentifiedObjectsRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_zepben_protobuf_cc_GetCustomersForContainerRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_zepben_protobuf_cc_GetCustomersForContainerRequest_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$zepben/protobuf/cc/cc-requests.proto\022\022" +
"zepben.protobuf.cc\"?\n\033GetIdentifiedObjec" +
"tsRequest\022\021\n\tmessageId\030\001 \001(\003\022\r\n\005mrids\030\002 " +
"\003(\t\"C\n\037GetCustomersForContainerRequest\022\021" +
"\n\tmessageId\030\001 \001(\003\022\r\n\005mrids\030\002 \003(\tB/\n\026com." +
"zepben.protobuf.ccP\001\252\002\022Zepben.Protobuf.C" +
"Cb\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_zepben_protobuf_cc_GetIdentifiedObjectsRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_zepben_protobuf_cc_GetIdentifiedObjectsRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_zepben_protobuf_cc_GetIdentifiedObjectsRequest_descriptor,
new java.lang.String[] { "MessageId", "Mrids", });
internal_static_zepben_protobuf_cc_GetCustomersForContainerRequest_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_zepben_protobuf_cc_GetCustomersForContainerRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_zepben_protobuf_cc_GetCustomersForContainerRequest_descriptor,
new java.lang.String[] { "MessageId", "Mrids", });
}
// @@protoc_insertion_point(outer_class_scope)
}