001// Generated by the protocol buffer compiler. DO NOT EDIT! 002// NO CHECKED-IN PROTOBUF GENCODE 003// source: java/dev/enola/core/enola_core.proto 004// Protobuf Java Version: 4.32.0 005 006package dev.enola.core.proto; 007 008/** 009 * <pre> 010 * Intentionally empty (currently). 011 * </pre> 012 * 013 * Protobuf type {@code dev.enola.core.GetFileDescriptorSetRequest} 014 */ 015@com.google.protobuf.Generated 016public final class GetFileDescriptorSetRequest extends 017 com.google.protobuf.GeneratedMessage implements 018 // @@protoc_insertion_point(message_implements:dev.enola.core.GetFileDescriptorSetRequest) 019 GetFileDescriptorSetRequestOrBuilder { 020private static final long serialVersionUID = 0L; 021 static { 022 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( 023 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, 024 /* major= */ 4, 025 /* minor= */ 32, 026 /* patch= */ 0, 027 /* suffix= */ "", 028 GetFileDescriptorSetRequest.class.getName()); 029 } 030 // Use GetFileDescriptorSetRequest.newBuilder() to construct. 031 private GetFileDescriptorSetRequest(com.google.protobuf.GeneratedMessage.Builder<?> builder) { 032 super(builder); 033 } 034 private GetFileDescriptorSetRequest() { 035 } 036 037 public static final com.google.protobuf.Descriptors.Descriptor 038 getDescriptor() { 039 return dev.enola.core.proto.EnolaCore.internal_static_dev_enola_core_GetFileDescriptorSetRequest_descriptor; 040 } 041 042 @java.lang.Override 043 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable 044 internalGetFieldAccessorTable() { 045 return dev.enola.core.proto.EnolaCore.internal_static_dev_enola_core_GetFileDescriptorSetRequest_fieldAccessorTable 046 .ensureFieldAccessorsInitialized( 047 dev.enola.core.proto.GetFileDescriptorSetRequest.class, dev.enola.core.proto.GetFileDescriptorSetRequest.Builder.class); 048 } 049 050 private byte memoizedIsInitialized = -1; 051 @java.lang.Override 052 public final boolean isInitialized() { 053 byte isInitialized = memoizedIsInitialized; 054 if (isInitialized == 1) return true; 055 if (isInitialized == 0) return false; 056 057 memoizedIsInitialized = 1; 058 return true; 059 } 060 061 @java.lang.Override 062 public void writeTo(com.google.protobuf.CodedOutputStream output) 063 throws java.io.IOException { 064 getUnknownFields().writeTo(output); 065 } 066 067 @java.lang.Override 068 public int getSerializedSize() { 069 int size = memoizedSize; 070 if (size != -1) return size; 071 072 size = 0; 073 size += getUnknownFields().getSerializedSize(); 074 memoizedSize = size; 075 return size; 076 } 077 078 @java.lang.Override 079 public boolean equals(final java.lang.Object obj) { 080 if (obj == this) { 081 return true; 082 } 083 if (!(obj instanceof dev.enola.core.proto.GetFileDescriptorSetRequest)) { 084 return super.equals(obj); 085 } 086 dev.enola.core.proto.GetFileDescriptorSetRequest other = (dev.enola.core.proto.GetFileDescriptorSetRequest) obj; 087 088 if (!getUnknownFields().equals(other.getUnknownFields())) return false; 089 return true; 090 } 091 092 @java.lang.Override 093 public int hashCode() { 094 if (memoizedHashCode != 0) { 095 return memoizedHashCode; 096 } 097 int hash = 41; 098 hash = (19 * hash) + getDescriptor().hashCode(); 099 hash = (29 * hash) + getUnknownFields().hashCode(); 100 memoizedHashCode = hash; 101 return hash; 102 } 103 104 public static dev.enola.core.proto.GetFileDescriptorSetRequest parseFrom( 105 java.nio.ByteBuffer data) 106 throws com.google.protobuf.InvalidProtocolBufferException { 107 return PARSER.parseFrom(data); 108 } 109 public static dev.enola.core.proto.GetFileDescriptorSetRequest parseFrom( 110 java.nio.ByteBuffer data, 111 com.google.protobuf.ExtensionRegistryLite extensionRegistry) 112 throws com.google.protobuf.InvalidProtocolBufferException { 113 return PARSER.parseFrom(data, extensionRegistry); 114 } 115 public static dev.enola.core.proto.GetFileDescriptorSetRequest parseFrom( 116 com.google.protobuf.ByteString data) 117 throws com.google.protobuf.InvalidProtocolBufferException { 118 return PARSER.parseFrom(data); 119 } 120 public static dev.enola.core.proto.GetFileDescriptorSetRequest parseFrom( 121 com.google.protobuf.ByteString data, 122 com.google.protobuf.ExtensionRegistryLite extensionRegistry) 123 throws com.google.protobuf.InvalidProtocolBufferException { 124 return PARSER.parseFrom(data, extensionRegistry); 125 } 126 public static dev.enola.core.proto.GetFileDescriptorSetRequest parseFrom(byte[] data) 127 throws com.google.protobuf.InvalidProtocolBufferException { 128 return PARSER.parseFrom(data); 129 } 130 public static dev.enola.core.proto.GetFileDescriptorSetRequest parseFrom( 131 byte[] data, 132 com.google.protobuf.ExtensionRegistryLite extensionRegistry) 133 throws com.google.protobuf.InvalidProtocolBufferException { 134 return PARSER.parseFrom(data, extensionRegistry); 135 } 136 public static dev.enola.core.proto.GetFileDescriptorSetRequest parseFrom(java.io.InputStream input) 137 throws java.io.IOException { 138 return com.google.protobuf.GeneratedMessage 139 .parseWithIOException(PARSER, input); 140 } 141 public static dev.enola.core.proto.GetFileDescriptorSetRequest parseFrom( 142 java.io.InputStream input, 143 com.google.protobuf.ExtensionRegistryLite extensionRegistry) 144 throws java.io.IOException { 145 return com.google.protobuf.GeneratedMessage 146 .parseWithIOException(PARSER, input, extensionRegistry); 147 } 148 149 public static dev.enola.core.proto.GetFileDescriptorSetRequest parseDelimitedFrom(java.io.InputStream input) 150 throws java.io.IOException { 151 return com.google.protobuf.GeneratedMessage 152 .parseDelimitedWithIOException(PARSER, input); 153 } 154 155 public static dev.enola.core.proto.GetFileDescriptorSetRequest parseDelimitedFrom( 156 java.io.InputStream input, 157 com.google.protobuf.ExtensionRegistryLite extensionRegistry) 158 throws java.io.IOException { 159 return com.google.protobuf.GeneratedMessage 160 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); 161 } 162 public static dev.enola.core.proto.GetFileDescriptorSetRequest parseFrom( 163 com.google.protobuf.CodedInputStream input) 164 throws java.io.IOException { 165 return com.google.protobuf.GeneratedMessage 166 .parseWithIOException(PARSER, input); 167 } 168 public static dev.enola.core.proto.GetFileDescriptorSetRequest parseFrom( 169 com.google.protobuf.CodedInputStream input, 170 com.google.protobuf.ExtensionRegistryLite extensionRegistry) 171 throws java.io.IOException { 172 return com.google.protobuf.GeneratedMessage 173 .parseWithIOException(PARSER, input, extensionRegistry); 174 } 175 176 @java.lang.Override 177 public Builder newBuilderForType() { return newBuilder(); } 178 public static Builder newBuilder() { 179 return DEFAULT_INSTANCE.toBuilder(); 180 } 181 public static Builder newBuilder(dev.enola.core.proto.GetFileDescriptorSetRequest prototype) { 182 return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); 183 } 184 @java.lang.Override 185 public Builder toBuilder() { 186 return this == DEFAULT_INSTANCE 187 ? new Builder() : new Builder().mergeFrom(this); 188 } 189 190 @java.lang.Override 191 protected Builder newBuilderForType( 192 com.google.protobuf.GeneratedMessage.BuilderParent parent) { 193 Builder builder = new Builder(parent); 194 return builder; 195 } 196 /** 197 * <pre> 198 * Intentionally empty (currently). 199 * </pre> 200 * 201 * Protobuf type {@code dev.enola.core.GetFileDescriptorSetRequest} 202 */ 203 public static final class Builder extends 204 com.google.protobuf.GeneratedMessage.Builder<Builder> implements 205 // @@protoc_insertion_point(builder_implements:dev.enola.core.GetFileDescriptorSetRequest) 206 dev.enola.core.proto.GetFileDescriptorSetRequestOrBuilder { 207 public static final com.google.protobuf.Descriptors.Descriptor 208 getDescriptor() { 209 return dev.enola.core.proto.EnolaCore.internal_static_dev_enola_core_GetFileDescriptorSetRequest_descriptor; 210 } 211 212 @java.lang.Override 213 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable 214 internalGetFieldAccessorTable() { 215 return dev.enola.core.proto.EnolaCore.internal_static_dev_enola_core_GetFileDescriptorSetRequest_fieldAccessorTable 216 .ensureFieldAccessorsInitialized( 217 dev.enola.core.proto.GetFileDescriptorSetRequest.class, dev.enola.core.proto.GetFileDescriptorSetRequest.Builder.class); 218 } 219 220 // Construct using dev.enola.core.proto.GetFileDescriptorSetRequest.newBuilder() 221 private Builder() { 222 223 } 224 225 private Builder( 226 com.google.protobuf.GeneratedMessage.BuilderParent parent) { 227 super(parent); 228 229 } 230 @java.lang.Override 231 public Builder clear() { 232 super.clear(); 233 return this; 234 } 235 236 @java.lang.Override 237 public com.google.protobuf.Descriptors.Descriptor 238 getDescriptorForType() { 239 return dev.enola.core.proto.EnolaCore.internal_static_dev_enola_core_GetFileDescriptorSetRequest_descriptor; 240 } 241 242 @java.lang.Override 243 public dev.enola.core.proto.GetFileDescriptorSetRequest getDefaultInstanceForType() { 244 return dev.enola.core.proto.GetFileDescriptorSetRequest.getDefaultInstance(); 245 } 246 247 @java.lang.Override 248 public dev.enola.core.proto.GetFileDescriptorSetRequest build() { 249 dev.enola.core.proto.GetFileDescriptorSetRequest result = buildPartial(); 250 if (!result.isInitialized()) { 251 throw newUninitializedMessageException(result); 252 } 253 return result; 254 } 255 256 @java.lang.Override 257 public dev.enola.core.proto.GetFileDescriptorSetRequest buildPartial() { 258 dev.enola.core.proto.GetFileDescriptorSetRequest result = new dev.enola.core.proto.GetFileDescriptorSetRequest(this); 259 onBuilt(); 260 return result; 261 } 262 263 @java.lang.Override 264 public Builder mergeFrom(com.google.protobuf.Message other) { 265 if (other instanceof dev.enola.core.proto.GetFileDescriptorSetRequest) { 266 return mergeFrom((dev.enola.core.proto.GetFileDescriptorSetRequest)other); 267 } else { 268 super.mergeFrom(other); 269 return this; 270 } 271 } 272 273 public Builder mergeFrom(dev.enola.core.proto.GetFileDescriptorSetRequest other) { 274 if (other == dev.enola.core.proto.GetFileDescriptorSetRequest.getDefaultInstance()) return this; 275 this.mergeUnknownFields(other.getUnknownFields()); 276 onChanged(); 277 return this; 278 } 279 280 @java.lang.Override 281 public final boolean isInitialized() { 282 return true; 283 } 284 285 @java.lang.Override 286 public Builder mergeFrom( 287 com.google.protobuf.CodedInputStream input, 288 com.google.protobuf.ExtensionRegistryLite extensionRegistry) 289 throws java.io.IOException { 290 if (extensionRegistry == null) { 291 throw new java.lang.NullPointerException(); 292 } 293 try { 294 boolean done = false; 295 while (!done) { 296 int tag = input.readTag(); 297 switch (tag) { 298 case 0: 299 done = true; 300 break; 301 default: { 302 if (!super.parseUnknownField(input, extensionRegistry, tag)) { 303 done = true; // was an endgroup tag 304 } 305 break; 306 } // default: 307 } // switch (tag) 308 } // while (!done) 309 } catch (com.google.protobuf.InvalidProtocolBufferException e) { 310 throw e.unwrapIOException(); 311 } finally { 312 onChanged(); 313 } // finally 314 return this; 315 } 316 317 // @@protoc_insertion_point(builder_scope:dev.enola.core.GetFileDescriptorSetRequest) 318 } 319 320 // @@protoc_insertion_point(class_scope:dev.enola.core.GetFileDescriptorSetRequest) 321 private static final dev.enola.core.proto.GetFileDescriptorSetRequest DEFAULT_INSTANCE; 322 static { 323 DEFAULT_INSTANCE = new dev.enola.core.proto.GetFileDescriptorSetRequest(); 324 } 325 326 public static dev.enola.core.proto.GetFileDescriptorSetRequest getDefaultInstance() { 327 return DEFAULT_INSTANCE; 328 } 329 330 private static final com.google.protobuf.Parser<GetFileDescriptorSetRequest> 331 PARSER = new com.google.protobuf.AbstractParser<GetFileDescriptorSetRequest>() { 332 @java.lang.Override 333 public GetFileDescriptorSetRequest parsePartialFrom( 334 com.google.protobuf.CodedInputStream input, 335 com.google.protobuf.ExtensionRegistryLite extensionRegistry) 336 throws com.google.protobuf.InvalidProtocolBufferException { 337 Builder builder = newBuilder(); 338 try { 339 builder.mergeFrom(input, extensionRegistry); 340 } catch (com.google.protobuf.InvalidProtocolBufferException e) { 341 throw e.setUnfinishedMessage(builder.buildPartial()); 342 } catch (com.google.protobuf.UninitializedMessageException e) { 343 throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); 344 } catch (java.io.IOException e) { 345 throw new com.google.protobuf.InvalidProtocolBufferException(e) 346 .setUnfinishedMessage(builder.buildPartial()); 347 } 348 return builder.buildPartial(); 349 } 350 }; 351 352 public static com.google.protobuf.Parser<GetFileDescriptorSetRequest> parser() { 353 return PARSER; 354 } 355 356 @java.lang.Override 357 public com.google.protobuf.Parser<GetFileDescriptorSetRequest> getParserForType() { 358 return PARSER; 359 } 360 361 @java.lang.Override 362 public dev.enola.core.proto.GetFileDescriptorSetRequest getDefaultInstanceForType() { 363 return DEFAULT_INSTANCE; 364 } 365 366} 367