Interface Feed.PlacesLocationFeedData.OAuthInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getHttpAuthorizationHeader()
      The HTTP authorization header used to obtain authorization.
      com.google.protobuf.ByteString getHttpAuthorizationHeaderBytes()
      The HTTP authorization header used to obtain authorization.
      java.lang.String getHttpMethod()
      The HTTP method used to obtain authorization.
      com.google.protobuf.ByteString getHttpMethodBytes()
      The HTTP method used to obtain authorization.
      java.lang.String getHttpRequestUrl()
      The HTTP request URL used to obtain authorization.
      com.google.protobuf.ByteString getHttpRequestUrlBytes()
      The HTTP request URL used to obtain authorization.
      boolean hasHttpAuthorizationHeader()
      The HTTP authorization header used to obtain authorization.
      boolean hasHttpMethod()
      The HTTP method used to obtain authorization.
      boolean hasHttpRequestUrl()
      The HTTP request URL used to obtain authorization.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.