Interface OAuth2ConnectionMessages.OAuth2AuthRequestMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OAuth2ConnectionMessages.OAuth2AuthRequestMessage
,OAuth2ConnectionMessages.OAuth2AuthRequestMessage.Builder
- Enclosing class:
- OAuth2ConnectionMessages
public static interface OAuth2ConnectionMessages.OAuth2AuthRequestMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
optional string code = 1;
com.google.protobuf.ByteString
optional string code = 1;
getState()
optional string state = 2;
com.google.protobuf.ByteString
optional string state = 2;
boolean
hasCode()
optional string code = 1;
boolean
hasState()
optional string state = 2;
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
-
hasCode
boolean hasCode()optional string code = 1;
- Returns:
- Whether the code field is set.
-
getCode
String getCode()optional string code = 1;
- Returns:
- The code.
-
getCodeBytes
com.google.protobuf.ByteString getCodeBytes()optional string code = 1;
- Returns:
- The bytes for code.
-
hasState
boolean hasState()optional string state = 2;
- Returns:
- Whether the state field is set.
-
getState
String getState()optional string state = 2;
- Returns:
- The state.
-
getStateBytes
com.google.protobuf.ByteString getStateBytes()optional string state = 2;
- Returns:
- The bytes for state.
-