Package com.google.apps.script.type
Interface HttpOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HttpOptions
,HttpOptions.Builder
public interface HttpOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpAuthorizationHeader
getAuthorizationHeader()
Configuration for the token sent in the HTTP Authorization headerint
getAuthorizationHeaderValue()
Configuration for the token sent in the HTTP Authorization header-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAuthorizationHeaderValue
int getAuthorizationHeaderValue()
Configuration for the token sent in the HTTP Authorization header
.google.apps.script.type.HttpAuthorizationHeader authorization_header = 1;
- Returns:
- The enum numeric value on the wire for authorizationHeader.
-
getAuthorizationHeader
HttpAuthorizationHeader getAuthorizationHeader()
Configuration for the token sent in the HTTP Authorization header
.google.apps.script.type.HttpAuthorizationHeader authorization_header = 1;
- Returns:
- The authorizationHeader.
-
-