Class LocalSidecarConfig

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, LocalSidecarConfigOrBuilder, java.io.Serializable

    public final class LocalSidecarConfig
    extends com.google.protobuf.GeneratedMessageV3
    implements LocalSidecarConfigOrBuilder
    Protobuf type stigg.sidecar.v1.LocalSidecarConfig
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  LocalSidecarConfig.Builder
      Protobuf type stigg.sidecar.v1.LocalSidecarConfig
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Detail

      • WS_ENABLED_FIELD_NUMBER

        public static final int WS_ENABLED_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ENTITLEMENTS_FALLBACK_FIELD_NUMBER

        public static final int ENTITLEMENTS_FALLBACK_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CACHE_MAX_SIZE_BYTES_FIELD_NUMBER

        public static final int CACHE_MAX_SIZE_BYTES_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasWsEnabled

        public boolean hasWsEnabled()
        optional bool ws_enabled = 5 [json_name = "wsEnabled"];
        Specified by:
        hasWsEnabled in interface LocalSidecarConfigOrBuilder
        Returns:
        Whether the wsEnabled field is set.
      • getWsEnabled

        public boolean getWsEnabled()
        optional bool ws_enabled = 5 [json_name = "wsEnabled"];
        Specified by:
        getWsEnabled in interface LocalSidecarConfigOrBuilder
        Returns:
        The wsEnabled.
      • hasWsUrl

        public boolean hasWsUrl()
        optional string ws_url = 6 [json_name = "wsUrl"];
        Specified by:
        hasWsUrl in interface LocalSidecarConfigOrBuilder
        Returns:
        Whether the wsUrl field is set.
      • getWsUrl

        public java.lang.String getWsUrl()
        optional string ws_url = 6 [json_name = "wsUrl"];
        Specified by:
        getWsUrl in interface LocalSidecarConfigOrBuilder
        Returns:
        The wsUrl.
      • getWsUrlBytes

        public com.google.protobuf.ByteString getWsUrlBytes()
        optional string ws_url = 6 [json_name = "wsUrl"];
        Specified by:
        getWsUrlBytes in interface LocalSidecarConfigOrBuilder
        Returns:
        The bytes for wsUrl.
      • hasRedis

        public boolean hasRedis()
        optional .stigg.sidecar.v1.RedisOptions redis = 7 [json_name = "redis"];
        Specified by:
        hasRedis in interface LocalSidecarConfigOrBuilder
        Returns:
        Whether the redis field is set.
      • containsEntitlementsFallback

        public boolean containsEntitlementsFallback​(java.lang.String key)
        map<string, .stigg.sidecar.v1.EntitlementFallback> entitlements_fallback = 8 [json_name = "entitlementsFallback"];
        Specified by:
        containsEntitlementsFallback in interface LocalSidecarConfigOrBuilder
      • hasCacheMaxSizeBytes

        public boolean hasCacheMaxSizeBytes()
        optional int64 cache_max_size_bytes = 9 [json_name = "cacheMaxSizeBytes"];
        Specified by:
        hasCacheMaxSizeBytes in interface LocalSidecarConfigOrBuilder
        Returns:
        Whether the cacheMaxSizeBytes field is set.
      • getCacheMaxSizeBytes

        public long getCacheMaxSizeBytes()
        optional int64 cache_max_size_bytes = 9 [json_name = "cacheMaxSizeBytes"];
        Specified by:
        getCacheMaxSizeBytes in interface LocalSidecarConfigOrBuilder
        Returns:
        The cacheMaxSizeBytes.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static LocalSidecarConfig parseFrom​(java.nio.ByteBuffer data)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LocalSidecarConfig parseFrom​(java.nio.ByteBuffer data,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LocalSidecarConfig parseFrom​(com.google.protobuf.ByteString data)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LocalSidecarConfig parseFrom​(com.google.protobuf.ByteString data,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LocalSidecarConfig parseFrom​(byte[] data)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LocalSidecarConfig parseFrom​(byte[] data,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LocalSidecarConfig parseFrom​(java.io.InputStream input)
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static LocalSidecarConfig parseFrom​(java.io.InputStream input,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static LocalSidecarConfig parseDelimitedFrom​(java.io.InputStream input)
                                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static LocalSidecarConfig parseDelimitedFrom​(java.io.InputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static LocalSidecarConfig parseFrom​(com.google.protobuf.CodedInputStream input)
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static LocalSidecarConfig parseFrom​(com.google.protobuf.CodedInputStream input,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public LocalSidecarConfig.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public LocalSidecarConfig.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected LocalSidecarConfig.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<LocalSidecarConfig> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public LocalSidecarConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder