Class Http (2.17.0)

 public sealed class Http : IMessage<Http>, IEquatable<Http>, IDeepCloneable<Http>, IBufferMessage, IMessage 

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
Name
Description
other

Fields

FullyDecodeReservedExpansionFieldNumber

  public 
  
 const 
  
 int 
  
 FullyDecodeReservedExpansionFieldNumber 
  
 = 
  
 2 
 

Field number for the "fully_decode_reserved_expansion" field.

Field Value
Type
Description
int

RulesFieldNumber

  public 
  
 const 
  
 int 
  
 RulesFieldNumber 
  
 = 
  
 1 
 

Field number for the "rules" field.

Field Value
Type
Description
int

Properties

Descriptor

 public static MessageDescriptor Descriptor { get; } 
Property Value
Type
Description

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
Type
Description

Parser

 public static MessageParser<Http> Parser { get; } 
Property Value
Type
Description

Rules

 public 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
Type
Description

Methods

CalculateSize()

 public int CalculateSize() 
Returns
Type
Description
int

Clone()

 public Http Clone() 
Returns
Type
Description

Equals(Http)

 public bool Equals(Http other) 
Parameter
Name
Description
other
Returns
Type
Description

Equals(object)

 public override bool Equals(object other) 
Parameter
Name
Description
other
Returns
Type
Description
Overrides

GetHashCode()

 public override int GetHashCode() 
Returns
Type
Description
int
Overrides

MergeFrom(Http)

 public void MergeFrom(Http other) 
Parameter
Name
Description
other

MergeFrom(CodedInputStream)

 public void MergeFrom(CodedInputStream input) 
Parameter
Name
Description

ToString()

 public override string ToString() 
Returns
Type
Description
Overrides

WriteTo(CodedOutputStream)

 public void WriteTo(CodedOutputStream output) 
Parameter
Name
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: