Interface OauthFlowOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
OauthFlow, OauthFlow.Builder

public interface OauthFlowOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string authorization_url = 1 [json_name = "authorizationUrl"];
    com.google.protobuf.ByteString
    string authorization_url = 1 [json_name = "authorizationUrl"];
    string refresh_url = 3 [json_name = "refreshUrl"];
    com.google.protobuf.ByteString
    string refresh_url = 3 [json_name = "refreshUrl"];
    .openapi.v3.Strings scopes = 4 [json_name = "scopes"];
    .openapi.v3.Strings scopes = 4 [json_name = "scopes"];
    repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    int
    repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    string token_url = 2 [json_name = "tokenUrl"];
    com.google.protobuf.ByteString
    string token_url = 2 [json_name = "tokenUrl"];
    boolean
    .openapi.v3.Strings scopes = 4 [json_name = "scopes"];

    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 Details

    • getAuthorizationUrl

      String getAuthorizationUrl()
      string authorization_url = 1 [json_name = "authorizationUrl"];
      Returns:
      The authorizationUrl.
    • getAuthorizationUrlBytes

      com.google.protobuf.ByteString getAuthorizationUrlBytes()
      string authorization_url = 1 [json_name = "authorizationUrl"];
      Returns:
      The bytes for authorizationUrl.
    • getTokenUrl

      String getTokenUrl()
      string token_url = 2 [json_name = "tokenUrl"];
      Returns:
      The tokenUrl.
    • getTokenUrlBytes

      com.google.protobuf.ByteString getTokenUrlBytes()
      string token_url = 2 [json_name = "tokenUrl"];
      Returns:
      The bytes for tokenUrl.
    • getRefreshUrl

      String getRefreshUrl()
      string refresh_url = 3 [json_name = "refreshUrl"];
      Returns:
      The refreshUrl.
    • getRefreshUrlBytes

      com.google.protobuf.ByteString getRefreshUrlBytes()
      string refresh_url = 3 [json_name = "refreshUrl"];
      Returns:
      The bytes for refreshUrl.
    • hasScopes

      boolean hasScopes()
      .openapi.v3.Strings scopes = 4 [json_name = "scopes"];
      Returns:
      Whether the scopes field is set.
    • getScopes

      Strings getScopes()
      .openapi.v3.Strings scopes = 4 [json_name = "scopes"];
      Returns:
      The scopes.
    • getScopesOrBuilder

      StringsOrBuilder getScopesOrBuilder()
      .openapi.v3.Strings scopes = 4 [json_name = "scopes"];
    • getSpecificationExtensionList

      List<NamedAny> getSpecificationExtensionList()
      repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    • getSpecificationExtension

      NamedAny getSpecificationExtension(int index)
      repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    • getSpecificationExtensionCount

      int getSpecificationExtensionCount()
      repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    • getSpecificationExtensionOrBuilderList

      List<? extends NamedAnyOrBuilder> getSpecificationExtensionOrBuilderList()
      repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    • getSpecificationExtensionOrBuilder

      NamedAnyOrBuilder getSpecificationExtensionOrBuilder(int index)
      repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];