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

com.hederahashgraph.api.proto.java.FileGetContents Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: file_get_contents.proto

package com.hederahashgraph.api.proto.java;

public final class FileGetContents {
  private FileGetContents() {}
  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_proto_FileGetContentsQuery_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_FileGetContentsQuery_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_FileGetContentsResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_FileGetContentsResponse_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_FileGetContentsResponse_FileContents_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_FileGetContentsResponse_FileContents_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\027file_get_contents.proto\022\005proto\032\021basic_" +
      "types.proto\032\022query_header.proto\032\025respons" +
      "e_header.proto\"Y\n\024FileGetContentsQuery\022\"" +
      "\n\006header\030\001 \001(\0132\022.proto.QueryHeader\022\035\n\006fi" +
      "leID\030\002 \001(\0132\r.proto.FileID\"\304\001\n\027FileGetCon" +
      "tentsResponse\022%\n\006header\030\001 \001(\0132\025.proto.Re" +
      "sponseHeader\022A\n\014fileContents\030\002 \001(\0132+.pro" +
      "to.FileGetContentsResponse.FileContents\032" +
      "?\n\014FileContents\022\035\n\006fileID\030\001 \001(\0132\r.proto." +
      "FileID\022\020\n\010contents\030\002 \001(\014B&\n\"com.hederaha" +
      "shgraph.api.proto.javaP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
          com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
        });
    internal_static_proto_FileGetContentsQuery_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_FileGetContentsQuery_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_FileGetContentsQuery_descriptor,
        new java.lang.String[] { "Header", "FileID", });
    internal_static_proto_FileGetContentsResponse_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_FileGetContentsResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_FileGetContentsResponse_descriptor,
        new java.lang.String[] { "Header", "FileContents", });
    internal_static_proto_FileGetContentsResponse_FileContents_descriptor =
      internal_static_proto_FileGetContentsResponse_descriptor.getNestedTypes().get(0);
    internal_static_proto_FileGetContentsResponse_FileContents_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_FileGetContentsResponse_FileContents_descriptor,
        new java.lang.String[] { "FileID", "Contents", });
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy