Interface Feed.PlacesLocationFeedData.OAuthInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Feed.PlacesLocationFeedData.OAuthInfo,Feed.PlacesLocationFeedData.OAuthInfo.Builder
- Enclosing class:
- Feed.PlacesLocationFeedData
public static interface Feed.PlacesLocationFeedData.OAuthInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe HTTP authorization header used to obtain authorization.com.google.protobuf.ByteStringThe HTTP authorization header used to obtain authorization.The HTTP method used to obtain authorization.com.google.protobuf.ByteStringThe HTTP method used to obtain authorization.The HTTP request URL used to obtain authorization.com.google.protobuf.ByteStringThe HTTP request URL used to obtain authorization.booleanThe HTTP authorization header used to obtain authorization.booleanThe HTTP method used to obtain authorization.booleanThe HTTP request URL used to obtain authorization.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasHttpMethod
boolean hasHttpMethod()The HTTP method used to obtain authorization.
optional string http_method = 4;- Returns:
- Whether the httpMethod field is set.
-
getHttpMethod
String getHttpMethod()The HTTP method used to obtain authorization.
optional string http_method = 4;- Returns:
- The httpMethod.
-
getHttpMethodBytes
com.google.protobuf.ByteString getHttpMethodBytes()The HTTP method used to obtain authorization.
optional string http_method = 4;- Returns:
- The bytes for httpMethod.
-
hasHttpRequestUrl
boolean hasHttpRequestUrl()The HTTP request URL used to obtain authorization.
optional string http_request_url = 5;- Returns:
- Whether the httpRequestUrl field is set.
-
getHttpRequestUrl
String getHttpRequestUrl()The HTTP request URL used to obtain authorization.
optional string http_request_url = 5;- Returns:
- The httpRequestUrl.
-
getHttpRequestUrlBytes
com.google.protobuf.ByteString getHttpRequestUrlBytes()The HTTP request URL used to obtain authorization.
optional string http_request_url = 5;- Returns:
- The bytes for httpRequestUrl.
-
hasHttpAuthorizationHeader
boolean hasHttpAuthorizationHeader()The HTTP authorization header used to obtain authorization.
optional string http_authorization_header = 6;- Returns:
- Whether the httpAuthorizationHeader field is set.
-
getHttpAuthorizationHeader
String getHttpAuthorizationHeader()The HTTP authorization header used to obtain authorization.
optional string http_authorization_header = 6;- Returns:
- The httpAuthorizationHeader.
-
getHttpAuthorizationHeaderBytes
com.google.protobuf.ByteString getHttpAuthorizationHeaderBytes()The HTTP authorization header used to obtain authorization.
optional string http_authorization_header = 6;- Returns:
- The bytes for httpAuthorizationHeader.
-