HttpRequestOrBuilder

interface HttpRequestOrBuilder : MessageOrBuilder

Inheritors

Properties

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getBody(): HttpBody
Body payload, if specified/available.
.elide.http.HttpBody body = 7;
Link copied to clipboard
Body payload, if specified/available.
.elide.http.HttpBody body = 7;
Link copied to clipboard
abstract fun getCustom(): String
Custom HTTP method.
string custom = 3;
Link copied to clipboard
abstract fun getCustomBytes(): ByteString
Custom HTTP method.
string custom = 3;
Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
abstract fun getDefaultInstanceForType(): Message
Link copied to clipboard
abstract fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
abstract fun getHeaders(): HttpHeaders
Specifies the HTTP headers constituent to the request.
.elide.http.HttpHeaders headers = 6;
Link copied to clipboard
Specifies the HTTP headers constituent to the request.
.elide.http.HttpHeaders headers = 6;
Link copied to clipboard
Link copied to clipboard
Specifies metadata known or available about the HTTP request.
.elide.http.HttpRequestMetadata metadata = 1;
Link copied to clipboard
Specifies metadata known or available about the HTTP request.
.elide.http.HttpRequestMetadata metadata = 1;
Link copied to clipboard
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
abstract fun getPath(): String
Specifies the HTTP request path.
string path = 4;
Link copied to clipboard
abstract fun getPathBytes(): ByteString
Specifies the HTTP request path.
string path = 4;
Link copied to clipboard
abstract fun getQuery(): String
Query/search parameters attached to the URI.
string query = 5;
Link copied to clipboard
abstract fun getQueryBytes(): ByteString
Query/search parameters attached to the URI.
string query = 5;
Link copied to clipboard
abstract fun getRepeatedField(field: Descriptors.FieldDescriptor, index: Int): Any
Link copied to clipboard
abstract fun getRepeatedFieldCount(field: Descriptors.FieldDescriptor): Int
Link copied to clipboard
abstract fun getStandard(): HttpMethod
Standard HTTP method.
.elide.http.HttpMethod standard = 2;
Link copied to clipboard
abstract fun getStandardValue(): Int
Standard HTTP method.
.elide.http.HttpMethod standard = 2;
Link copied to clipboard
abstract fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
abstract fun hasBody(): Boolean
Body payload, if specified/available.
.elide.http.HttpBody body = 7;
Link copied to clipboard
abstract fun hasCustom(): Boolean
Custom HTTP method.
string custom = 3;
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasHeaders(): Boolean
Specifies the HTTP headers constituent to the request.
.elide.http.HttpHeaders headers = 6;
Link copied to clipboard
abstract fun hasMetadata(): Boolean
Specifies metadata known or available about the HTTP request.
.elide.http.HttpRequestMetadata metadata = 1;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun hasStandard(): Boolean
Standard HTTP method.
.elide.http.HttpMethod standard = 2;
Link copied to clipboard
abstract fun isInitialized(): Boolean