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

com.hedera.services.stream.proto.HashObjectOuterClass Maven / Gradle / Ivy

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

package com.hedera.services.stream.proto;

public final class HashObjectOuterClass {
  private HashObjectOuterClass() {}
  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_HashObject_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_HashObject_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\021hash_object.proto\022\005proto\"S\n\nHashObject" +
      "\022\'\n\talgorithm\030\001 \001(\0162\024.proto.HashAlgorith" +
      "m\022\016\n\006length\030\002 \001(\005\022\014\n\004hash\030\003 \001(\014*8\n\rHashA" +
      "lgorithm\022\032\n\026HASH_ALGORITHM_UNKNOWN\020\000\022\013\n\007" +
      "SHA_384\020\001B$\n com.hedera.services.stream." +
      "protoP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_proto_HashObject_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_HashObject_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_HashObject_descriptor,
        new java.lang.String[] { "Algorithm", "Length", "Hash", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy