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

org.yamcs.api.HttpBodyProto Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/api/httpbody.proto

package org.yamcs.api;

public final class HttpBodyProto {
  private HttpBodyProto() {}
  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_yamcs_api_HttpBody_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_yamcs_api_HttpBody_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_yamcs_api_HttpBody_MetadataEntry_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_yamcs_api_HttpBody_MetadataEntry_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\030yamcs/api/httpbody.proto\022\tyamcs.api\"\246\001" +
      "\n\010HttpBody\022\024\n\014content_type\030\001 \001(\t\022\020\n\010file" +
      "name\030\002 \001(\t\022\014\n\004data\030\003 \001(\014\0223\n\010metadata\030\004 \003" +
      "(\0132!.yamcs.api.HttpBody.MetadataEntry\032/\n" +
      "\rMetadataEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001" +
      "(\t:\0028\001B \n\rorg.yamcs.apiB\rHttpBodyProtoP\001"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_yamcs_api_HttpBody_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_yamcs_api_HttpBody_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_yamcs_api_HttpBody_descriptor,
        new java.lang.String[] { "ContentType", "Filename", "Data", "Metadata", });
    internal_static_yamcs_api_HttpBody_MetadataEntry_descriptor =
      internal_static_yamcs_api_HttpBody_descriptor.getNestedTypes().get(0);
    internal_static_yamcs_api_HttpBody_MetadataEntry_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_yamcs_api_HttpBody_MetadataEntry_descriptor,
        new java.lang.String[] { "Key", "Value", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy