Package com.openapi.v3
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 TypeMethodDescriptionstring authorization_url = 1 [json_name = "authorizationUrl"];com.google.protobuf.ByteStringstring authorization_url = 1 [json_name = "authorizationUrl"];string refresh_url = 3 [json_name = "refreshUrl"];com.google.protobuf.ByteStringstring refresh_url = 3 [json_name = "refreshUrl"];.openapi.v3.Strings scopes = 4 [json_name = "scopes"];.openapi.v3.Strings scopes = 4 [json_name = "scopes"];getSpecificationExtension(int index) repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];intrepeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];getSpecificationExtensionOrBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];List<? extends NamedAnyOrBuilder>repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];string token_url = 2 [json_name = "tokenUrl"];com.google.protobuf.ByteStringstring token_url = 2 [json_name = "tokenUrl"];boolean.openapi.v3.Strings scopes = 4 [json_name = "scopes"];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
-
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
repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"]; -
getSpecificationExtension
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
repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
-