Package com.streamlayer.common
Class StreamLayerCommonProto
- java.lang.Object
-
- com.streamlayer.common.StreamLayerCommonProto
-
public final class StreamLayerCommonProto extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,AccessLevel>accessLevelextend .google.protobuf.MethodOptions { ...static intACCESSLEVEL_FIELD_NUMBERstatic com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,java.lang.String>actionextend .google.protobuf.MethodOptions { ...static intACTION_FIELD_NUMBERstatic com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,AuthenticationStrategy>authenticationStrategyextend .google.protobuf.MethodOptions { ...static intAUTHENTICATIONSTRATEGY_FIELD_NUMBERstatic com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,FailoverStrategy>failoverStrategyextend .google.protobuf.MethodOptions { ...static intFAILOVERSTRATEGY_FIELD_NUMBERstatic com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,OrganizationScope>organizationScopeextend .google.protobuf.MethodOptions { ...static intORGANIZATIONSCOPE_FIELD_NUMBERstatic com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,PropagationStrategy>propagationStrategyextend .google.protobuf.MethodOptions { ...static intPROPAGATIONSTRATEGY_FIELD_NUMBERstatic com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.ServiceOptions,java.lang.String>routePrefixextend .google.protobuf.ServiceOptions { ...static intROUTEPREFIX_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Field Detail
-
ROUTEPREFIX_FIELD_NUMBER
public static final int ROUTEPREFIX_FIELD_NUMBER
- See Also:
- Constant Field Values
-
routePrefix
public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.ServiceOptions,java.lang.String> routePrefix
extend .google.protobuf.ServiceOptions { ... }
-
ACTION_FIELD_NUMBER
public static final int ACTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
action
public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,java.lang.String> action
extend .google.protobuf.MethodOptions { ... }
-
PROPAGATIONSTRATEGY_FIELD_NUMBER
public static final int PROPAGATIONSTRATEGY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
propagationStrategy
public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,PropagationStrategy> propagationStrategy
extend .google.protobuf.MethodOptions { ... }
-
FAILOVERSTRATEGY_FIELD_NUMBER
public static final int FAILOVERSTRATEGY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
failoverStrategy
public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,FailoverStrategy> failoverStrategy
extend .google.protobuf.MethodOptions { ... }
-
AUTHENTICATIONSTRATEGY_FIELD_NUMBER
public static final int AUTHENTICATIONSTRATEGY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
authenticationStrategy
public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,AuthenticationStrategy> authenticationStrategy
extend .google.protobuf.MethodOptions { ... }
-
ACCESSLEVEL_FIELD_NUMBER
public static final int ACCESSLEVEL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
accessLevel
public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,AccessLevel> accessLevel
extend .google.protobuf.MethodOptions { ... }
-
ORGANIZATIONSCOPE_FIELD_NUMBER
public static final int ORGANIZATIONSCOPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
organizationScope
public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,OrganizationScope> organizationScope
extend .google.protobuf.MethodOptions { ... }
-
-