Lines Matching refs:MethodOptions
183 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.MethodOptions), global::Google.Protobuf.Reflection.MethodOptions.Parser, new[]{ "Deprecated", "IdempotencyLevel", "UninterpretedOption" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.MethodOptions.Types.IdempotencyLevel) }, null, null),
4386 private global::Google.Protobuf.Reflection.MethodOptions options_;
4388 public global::Google.Protobuf.Reflection.MethodOptions Options {
4602 Options = new global::Google.Protobuf.Reflection.MethodOptions();
4640 Options = new global::Google.Protobuf.Reflection.MethodOptions();
4681 Options = new global::Google.Protobuf.Reflection.MethodOptions();
8125 public sealed partial class MethodOptions : pb::IExtendableMessage<MethodOptions>
8130 private static readonly pb::MessageParser<MethodOptions> _parser = new pb::MessageParser<MethodOptions>(() => new MethodOptions());
8132 internal pb::ExtensionSet<MethodOptions> _extensions;
8133 private pb::ExtensionSet<MethodOptions> _Extensions { get { return _extensions; } }
8136 public static pb::MessageParser<MethodOptions> Parser { get { return _parser; } }
8149 public MethodOptions() {
8156 public MethodOptions(MethodOptions other) : this() {
8166 public MethodOptions Clone() {
8167 return new MethodOptions(this);
8202 private readonly static global::Google.Protobuf.Reflection.MethodOptions.Types.IdempotencyLevel IdempotencyLevelDefaultValue = global::Google.Protobuf.Reflection.MethodOptions.Types.IdempotencyLevel.IdempotencyUnknown;
8204 private global::Google.Protobuf.Reflection.MethodOptions.Types.IdempotencyLevel idempotencyLevel_;
8206 public global::Google.Protobuf.Reflection.MethodOptions.Types.IdempotencyLevel IdempotencyLevel {
8239 return Equals(other as MethodOptions);
8243 public bool Equals(MethodOptions other) {
8343 public void MergeFrom(MethodOptions other) {
8376 IdempotencyLevel = (global::Google.Protobuf.Reflection.MethodOptions.Types.IdempotencyLevel) input.ReadEnum();
8404 IdempotencyLevel = (global::Google.Protobuf.Reflection.MethodOptions.Types.IdempotencyLevel) input.ReadEnum();
8416 public TValue GetExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) {
8419 public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<MethodOptions, TValue> extension) {
8422 public pbc::RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<MethodOptions, TValue> extension) {
8425 public void SetExtension<TValue>(pb::Extension<MethodOptions, TValue> extension, TValue value) {
8428 public bool HasExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) {
8431 public void ClearExtension<TValue>(pb::Extension<MethodOptions, TValue> extension) {
8434 public void ClearExtension<TValue>(pb::RepeatedExtension<MethodOptions, TValue> extension) {
8439 /// <summary>Container for nested types declared in the MethodOptions message type.</summary>