Class Http (2.2.0)

public sealed class Http : Protobuf.IMessage<Http>, Protobuf.IBufferMessage

Defines the HTTP configuration for an API service. It contains a list of [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method to one or more HTTP REST API methods.

Inheritance

Object > Http

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Constructors

Http()

public Http()

Http(Http)

public Http(Http other)
Parameter
NameDescription
otherHttp

Fields

FullyDecodeReservedExpansionFieldNumber

public const int FullyDecodeReservedExpansionFieldNumber = 2

Field number for the "fully_decode_reserved_expansion" field.

Field Value
TypeDescription
Int32

RulesFieldNumber

public const int RulesFieldNumber = 1

Field number for the "rules" field.

Field Value
TypeDescription
Int32

Properties

Descriptor

public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
TypeDescription
Protobuf.Reflection.MessageDescriptor

FullyDecodeReservedExpansion

public bool FullyDecodeReservedExpansion { get; set; }

When set to true, URL path parameters will be fully URI-decoded except in cases of single segment matches in reserved expansion, where "%2F" will be left encoded.

The default behavior is to not decode RFC 6570 reserved characters in multi segment matches.

Property Value
TypeDescription
Boolean

Parser

public static Protobuf.MessageParser<Http> Parser { get; }
Property Value
TypeDescription
Protobuf.MessageParser<Http>

Rules

public Protobuf.Collections.RepeatedField<HttpRule> Rules { get; }

A list of HTTP configuration rules that apply to individual API methods.

NOTE: All service configuration rules follow "last one wins" order.

Property Value
TypeDescription
Protobuf.Collections.RepeatedField<HttpRule>

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
Int32

Clone()

public Http Clone()
Returns
TypeDescription
Http

Equals(Http)

public bool Equals(Http other)
Parameter
NameDescription
otherHttp
Returns
TypeDescription
Boolean

Equals(Object)

public override bool Equals(object other)
Parameter
NameDescription
otherObject
Returns
TypeDescription
Boolean

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
Int32

MergeFrom(Http)

public void MergeFrom(Http other)
Parameter
NameDescription
otherHttp

MergeFrom(Protobuf.CodedInputStream)

public void MergeFrom(Protobuf.CodedInputStream input)
Parameter
NameDescription
inputProtobuf.CodedInputStream

ToString()

public override string ToString()
Returns
TypeDescription
String

WriteTo(Protobuf.CodedOutputStream)

public void WriteTo(Protobuf.CodedOutputStream output)
Parameter
NameDescription
outputProtobuf.CodedOutputStream