Send feedback
Class Http (2.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.2.0 keyboard_arrow_down
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.
Namespace
Google.Api
Assembly
Google.Api.CommonProtos.dll
Constructors
Http()
Http(Http)
Parameter Name Description other
Http
Fields
FullyDecodeReservedExpansionFieldNumber
public const int FullyDecodeReservedExpansionFieldNumber = 2
Field number for the "fully_decode_reserved_expansion" field.
Field Value Type Description Int32
RulesFieldNumber
public const int RulesFieldNumber = 1
Field number for the "rules" field.
Field Value Type Description Int32
Properties
Descriptor
public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
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 Boolean
Parser
public static Protobuf.MessageParser<Http> Parser { get; }
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.
Methods
CalculateSize()
public int CalculateSize()
Returns Type Description Int32
Clone()
Returns Type Description Http
Equals(Http)
public bool Equals(Http other)
Parameter Name Description other
Http
Equals(Object)
public override bool Equals(object other)
Parameter Name Description other
Object
GetHashCode()
public override int GetHashCode()
Returns Type Description Int32
MergeFrom(Http)
public void MergeFrom(Http other)
Parameter Name Description other
Http
public void MergeFrom(Protobuf.CodedInputStream input)
ToString()
public override string ToString()
WriteTo(Protobuf.CodedOutputStream)
public void WriteTo(Protobuf.CodedOutputStream output)
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-10 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-09-10 UTC."}