<PackageReference Include="Relativity.OutsideIn" Version="2021.8.0" />

ServiceOptions

public const int DeprecatedFieldNumber = 33

public const int UninterpretedOptionFieldNumber = 999

public static MessageDescriptor Descriptor { get; }

public static MessageParser<ServiceOptions> Parser { get; }

public bool Deprecated { get; set; }

public bool HasDeprecated { get; }

public ServiceOptions()

public int CalculateSize()

public void ClearDeprecated()

public void ClearExtension<TValue>(Extension<ServiceOptions, TValue> extension)

public void ClearExtension<TValue>(RepeatedExtension<ServiceOptions, TValue> extension)

public bool Equals(ServiceOptions other)

public TValue GetExtension<TValue>(Extension<ServiceOptions, TValue> extension)

public RepeatedField<TValue> GetExtension<TValue>(RepeatedExtension<ServiceOptions, TValue> extension)

public RepeatedField<TValue> GetOrInitializeExtension<TValue>(RepeatedExtension<ServiceOptions, TValue> extension)

public bool HasExtension<TValue>(Extension<ServiceOptions, TValue> extension)

public void MergeFrom(ServiceOptions other)

public void MergeFrom(CodedInputStream input)

public void SetExtension<TValue>(Extension<ServiceOptions, TValue> extension, TValue value)

public void WriteTo(CodedOutputStream output)