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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetHttpAuthorizationHeader()The HTTP authorization header used to obtain authorization.com.google.protobuf.ByteStringgetHttpAuthorizationHeaderBytes()The HTTP authorization header used to obtain authorization.java.lang.StringgetHttpMethod()The HTTP method used to obtain authorization.com.google.protobuf.ByteStringgetHttpMethodBytes()The HTTP method used to obtain authorization.java.lang.StringgetHttpRequestUrl()The HTTP request URL used to obtain authorization.com.google.protobuf.ByteStringgetHttpRequestUrlBytes()The HTTP request URL used to obtain authorization.booleanhasHttpAuthorizationHeader()The HTTP authorization header used to obtain authorization.booleanhasHttpMethod()The HTTP method used to obtain authorization.booleanhasHttpRequestUrl()The HTTP request URL used to obtain authorization.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHttpMethod
boolean hasHttpMethod()
The HTTP method used to obtain authorization.
optional string http_method = 4;- Returns:
- Whether the httpMethod field is set.
-
getHttpMethod
java.lang.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
java.lang.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
java.lang.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.
-
-