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

main.java.com.streamlayer.common.StreamLayerCommonProto Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/common/streamlayer_common.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.common;

public final class StreamLayerCommonProto {
  private StreamLayerCommonProto() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
    registry.add(com.streamlayer.common.StreamLayerCommonProto.routePrefix);
    registry.add(com.streamlayer.common.StreamLayerCommonProto.action);
    registry.add(com.streamlayer.common.StreamLayerCommonProto.propagationStrategy);
    registry.add(com.streamlayer.common.StreamLayerCommonProto.failoverStrategy);
    registry.add(com.streamlayer.common.StreamLayerCommonProto.authenticationStrategy);
    registry.add(com.streamlayer.common.StreamLayerCommonProto.accessLevel);
    registry.add(com.streamlayer.common.StreamLayerCommonProto.organizationScope);
  }
  public static final int ROUTEPREFIX_FIELD_NUMBER = 50001;
  /**
   * extend .google.protobuf.ServiceOptions { ... }
   */
  public static final
    com.google.protobuf.GeneratedMessageLite.GeneratedExtension<
      com.google.protobuf.DescriptorProtos.ServiceOptions,
      java.lang.String> routePrefix = com.google.protobuf.GeneratedMessageLite
          .newSingularGeneratedExtension(
        com.google.protobuf.DescriptorProtos.ServiceOptions.getDefaultInstance(),
        "",
        null,
        null,
        50001,
        com.google.protobuf.WireFormat.FieldType.STRING,
        java.lang.String.class);
  public static final int ACTION_FIELD_NUMBER = 60001;
  /**
   * extend .google.protobuf.MethodOptions { ... }
   */
  public static final
    com.google.protobuf.GeneratedMessageLite.GeneratedExtension<
      com.google.protobuf.DescriptorProtos.MethodOptions,
      java.lang.String> action = com.google.protobuf.GeneratedMessageLite
          .newSingularGeneratedExtension(
        com.google.protobuf.DescriptorProtos.MethodOptions.getDefaultInstance(),
        "",
        null,
        null,
        60001,
        com.google.protobuf.WireFormat.FieldType.STRING,
        java.lang.String.class);
  public static final int PROPAGATIONSTRATEGY_FIELD_NUMBER = 60002;
  /**
   * extend .google.protobuf.MethodOptions { ... }
   */
  public static final
    com.google.protobuf.GeneratedMessageLite.GeneratedExtension<
      com.google.protobuf.DescriptorProtos.MethodOptions,
      com.streamlayer.common.PropagationStrategy> propagationStrategy = com.google.protobuf.GeneratedMessageLite
          .newSingularGeneratedExtension(
        com.google.protobuf.DescriptorProtos.MethodOptions.getDefaultInstance(),
        com.streamlayer.common.PropagationStrategy.PROPAGATION_STRATEGY_INVALID,
        null,
        com.streamlayer.common.PropagationStrategy.internalGetValueMap(),
        60002,
        com.google.protobuf.WireFormat.FieldType.ENUM,
        com.streamlayer.common.PropagationStrategy.class);
  public static final int FAILOVERSTRATEGY_FIELD_NUMBER = 60003;
  /**
   * extend .google.protobuf.MethodOptions { ... }
   */
  public static final
    com.google.protobuf.GeneratedMessageLite.GeneratedExtension<
      com.google.protobuf.DescriptorProtos.MethodOptions,
      com.streamlayer.common.FailoverStrategy> failoverStrategy = com.google.protobuf.GeneratedMessageLite
          .newSingularGeneratedExtension(
        com.google.protobuf.DescriptorProtos.MethodOptions.getDefaultInstance(),
        com.streamlayer.common.FailoverStrategy.FAILOVER_STRATEGY_INVALID,
        null,
        com.streamlayer.common.FailoverStrategy.internalGetValueMap(),
        60003,
        com.google.protobuf.WireFormat.FieldType.ENUM,
        com.streamlayer.common.FailoverStrategy.class);
  public static final int AUTHENTICATIONSTRATEGY_FIELD_NUMBER = 60004;
  /**
   * extend .google.protobuf.MethodOptions { ... }
   */
  public static final
    com.google.protobuf.GeneratedMessageLite.GeneratedExtension<
      com.google.protobuf.DescriptorProtos.MethodOptions,
      com.streamlayer.common.AuthenticationStrategy> authenticationStrategy = com.google.protobuf.GeneratedMessageLite
          .newSingularGeneratedExtension(
        com.google.protobuf.DescriptorProtos.MethodOptions.getDefaultInstance(),
        com.streamlayer.common.AuthenticationStrategy.AUTHENTICATION_STRATEGY_INVALID,
        null,
        com.streamlayer.common.AuthenticationStrategy.internalGetValueMap(),
        60004,
        com.google.protobuf.WireFormat.FieldType.ENUM,
        com.streamlayer.common.AuthenticationStrategy.class);
  public static final int ACCESSLEVEL_FIELD_NUMBER = 60005;
  /**
   * extend .google.protobuf.MethodOptions { ... }
   */
  public static final
    com.google.protobuf.GeneratedMessageLite.GeneratedExtension<
      com.google.protobuf.DescriptorProtos.MethodOptions,
      com.streamlayer.common.AccessLevel> accessLevel = com.google.protobuf.GeneratedMessageLite
          .newSingularGeneratedExtension(
        com.google.protobuf.DescriptorProtos.MethodOptions.getDefaultInstance(),
        com.streamlayer.common.AccessLevel.ACCESS_LEVEL_UNSET,
        null,
        com.streamlayer.common.AccessLevel.internalGetValueMap(),
        60005,
        com.google.protobuf.WireFormat.FieldType.ENUM,
        com.streamlayer.common.AccessLevel.class);
  public static final int ORGANIZATIONSCOPE_FIELD_NUMBER = 60006;
  /**
   * extend .google.protobuf.MethodOptions { ... }
   */
  public static final
    com.google.protobuf.GeneratedMessageLite.GeneratedExtension<
      com.google.protobuf.DescriptorProtos.MethodOptions,
      com.streamlayer.common.OrganizationScope> organizationScope = com.google.protobuf.GeneratedMessageLite
          .newSingularGeneratedExtension(
        com.google.protobuf.DescriptorProtos.MethodOptions.getDefaultInstance(),
        com.streamlayer.common.OrganizationScope.ORGANIZATION_SCOPE_UNSET,
        null,
        com.streamlayer.common.OrganizationScope.internalGetValueMap(),
        60006,
        com.google.protobuf.WireFormat.FieldType.ENUM,
        com.streamlayer.common.OrganizationScope.class);

  static {
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy