Send feedback
Class HttpOptions.Builder
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.1.11 keyboard_arrow_down
public static final class HttpOptions . Builder extends GeneratedMessageV3 . Builder<HttpOptions . Builder > implements HttpOptionsOrBuilder
Options for sending requests to add-on HTTP endpoints
Protobuf type google.apps.script.type.HttpOptions
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public HttpOptions . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public HttpOptions build ()
Returns
buildPartial()
public HttpOptions buildPartial ()
Returns
clear()
public HttpOptions . Builder clear ()
Returns
Overrides
public HttpOptions . Builder clearAuthorizationHeader ()
Configuration for the token sent in the HTTP Authorization header
.google.apps.script.type.HttpAuthorizationHeader authorization_header = 1;
Returns
clearField(Descriptors.FieldDescriptor field)
public HttpOptions . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public HttpOptions . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public HttpOptions . Builder clone ()
Returns
Overrides
public HttpAuthorizationHeader getAuthorizationHeader ()
Configuration for the token sent in the HTTP Authorization header
.google.apps.script.type.HttpAuthorizationHeader authorization_header = 1;
Returns
public int getAuthorizationHeaderValue ()
Configuration for the token sent in the HTTP Authorization header
.google.apps.script.type.HttpAuthorizationHeader authorization_header = 1;
Returns
Type Description int The enum numeric value on the wire for authorizationHeader.
getDefaultInstanceForType()
public HttpOptions getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(HttpOptions other)
public HttpOptions . Builder mergeFrom ( HttpOptions other )
Parameter
Returns
public HttpOptions . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public HttpOptions . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final HttpOptions . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
public HttpOptions . Builder setAuthorizationHeader ( HttpAuthorizationHeader value )
Configuration for the token sent in the HTTP Authorization header
.google.apps.script.type.HttpAuthorizationHeader authorization_header = 1;
Parameter
Returns
public HttpOptions . Builder setAuthorizationHeaderValue ( int value )
Configuration for the token sent in the HTTP Authorization header
.google.apps.script.type.HttpAuthorizationHeader authorization_header = 1;
Parameter
Name Description value int
The enum numeric value on the wire for authorizationHeader to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public HttpOptions . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public HttpOptions . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final HttpOptions . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
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 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]