public static final class AuthenticateRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<AuthenticateRequest.Builder> implements AuthenticateRequestOrBuilder
Authentication requestProtobuf type
satori.api.AuthenticateRequest| Modifier and Type | Method and Description |
|---|---|
AuthenticateRequest |
build() |
AuthenticateRequest |
buildPartial() |
AuthenticateRequest.Builder |
clear() |
AuthenticateRequest.Builder |
clearCustom() |
AuthenticateRequest.Builder |
clearDefault() |
AuthenticateRequest.Builder |
clearId()
Identity ID.
|
boolean |
containsCustom(java.lang.String key)
Optional custom properties to update with this call.
|
boolean |
containsDefault(java.lang.String key)
Optional default properties to update with this call.
|
java.util.Map<java.lang.String,java.lang.String> |
getCustom()
Deprecated.
|
int |
getCustomCount()
Optional custom properties to update with this call.
|
java.util.Map<java.lang.String,java.lang.String> |
getCustomMap()
Optional custom properties to update with this call.
|
java.lang.String |
getCustomOrDefault(java.lang.String key,
java.lang.String defaultValue)
Optional custom properties to update with this call.
|
java.lang.String |
getCustomOrThrow(java.lang.String key)
Optional custom properties to update with this call.
|
java.util.Map<java.lang.String,java.lang.String> |
getDefault()
Deprecated.
|
int |
getDefaultCount()
Optional default properties to update with this call.
|
AuthenticateRequest |
getDefaultInstanceForType() |
java.util.Map<java.lang.String,java.lang.String> |
getDefaultMap()
Optional default properties to update with this call.
|
java.lang.String |
getDefaultOrDefault(java.lang.String key,
java.lang.String defaultValue)
Optional default properties to update with this call.
|
java.lang.String |
getDefaultOrThrow(java.lang.String key)
Optional default properties to update with this call.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getId()
Identity ID.
|
com.google.protobuf.ByteString |
getIdBytes()
Identity ID.
|
java.util.Map<java.lang.String,java.lang.String> |
getMutableCustom()
Deprecated.
|
java.util.Map<java.lang.String,java.lang.String> |
getMutableDefault()
Deprecated.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number) |
boolean |
isInitialized() |
AuthenticateRequest.Builder |
mergeFrom(AuthenticateRequest other) |
AuthenticateRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuthenticateRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
AuthenticateRequest.Builder |
putAllCustom(java.util.Map<java.lang.String,java.lang.String> values)
Optional custom properties to update with this call.
|
AuthenticateRequest.Builder |
putAllDefault(java.util.Map<java.lang.String,java.lang.String> values)
Optional default properties to update with this call.
|
AuthenticateRequest.Builder |
putCustom(java.lang.String key,
java.lang.String value)
Optional custom properties to update with this call.
|
AuthenticateRequest.Builder |
putDefault(java.lang.String key,
java.lang.String value)
Optional default properties to update with this call.
|
AuthenticateRequest.Builder |
removeCustom(java.lang.String key)
Optional custom properties to update with this call.
|
AuthenticateRequest.Builder |
removeDefault(java.lang.String key)
Optional default properties to update with this call.
|
AuthenticateRequest.Builder |
setId(java.lang.String value)
Identity ID.
|
AuthenticateRequest.Builder |
setIdBytes(com.google.protobuf.ByteString value)
Identity ID.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<AuthenticateRequest.Builder>protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<AuthenticateRequest.Builder>protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<AuthenticateRequest.Builder>public AuthenticateRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<AuthenticateRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<AuthenticateRequest.Builder>public AuthenticateRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AuthenticateRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AuthenticateRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AuthenticateRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AuthenticateRequest.Builder>public AuthenticateRequest.Builder mergeFrom(AuthenticateRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<AuthenticateRequest.Builder>public AuthenticateRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AuthenticateRequest.Builder>java.io.IOExceptionpublic java.lang.String getId()
Identity ID. Must be between eight and 128 characters (inclusive). Must be an alphanumeric string with only underscores and hyphens allowed.
string id = 1 [json_name = "id"];getId in interface AuthenticateRequestOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
Identity ID. Must be between eight and 128 characters (inclusive). Must be an alphanumeric string with only underscores and hyphens allowed.
string id = 1 [json_name = "id"];getIdBytes in interface AuthenticateRequestOrBuilderpublic AuthenticateRequest.Builder setId(java.lang.String value)
Identity ID. Must be between eight and 128 characters (inclusive). Must be an alphanumeric string with only underscores and hyphens allowed.
string id = 1 [json_name = "id"];value - The id to set.public AuthenticateRequest.Builder clearId()
Identity ID. Must be between eight and 128 characters (inclusive). Must be an alphanumeric string with only underscores and hyphens allowed.
string id = 1 [json_name = "id"];public AuthenticateRequest.Builder setIdBytes(com.google.protobuf.ByteString value)
Identity ID. Must be between eight and 128 characters (inclusive). Must be an alphanumeric string with only underscores and hyphens allowed.
string id = 1 [json_name = "id"];value - The bytes for id to set.public int getDefaultCount()
AuthenticateRequestOrBuilderOptional default properties to update with this call. If not set, properties are left as they are on the server.
map<string, string> default = 2 [json_name = "default"];getDefaultCount in interface AuthenticateRequestOrBuilderpublic boolean containsDefault(java.lang.String key)
Optional default properties to update with this call. If not set, properties are left as they are on the server.
map<string, string> default = 2 [json_name = "default"];containsDefault in interface AuthenticateRequestOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.String> getDefault()
getDefaultMap() instead.getDefault in interface AuthenticateRequestOrBuilderpublic java.util.Map<java.lang.String,java.lang.String> getDefaultMap()
Optional default properties to update with this call. If not set, properties are left as they are on the server.
map<string, string> default = 2 [json_name = "default"];getDefaultMap in interface AuthenticateRequestOrBuilderpublic java.lang.String getDefaultOrDefault(java.lang.String key,
java.lang.String defaultValue)
Optional default properties to update with this call. If not set, properties are left as they are on the server.
map<string, string> default = 2 [json_name = "default"];getDefaultOrDefault in interface AuthenticateRequestOrBuilderpublic java.lang.String getDefaultOrThrow(java.lang.String key)
Optional default properties to update with this call. If not set, properties are left as they are on the server.
map<string, string> default = 2 [json_name = "default"];getDefaultOrThrow in interface AuthenticateRequestOrBuilderpublic AuthenticateRequest.Builder clearDefault()
public AuthenticateRequest.Builder removeDefault(java.lang.String key)
Optional default properties to update with this call. If not set, properties are left as they are on the server.
map<string, string> default = 2 [json_name = "default"];@Deprecated public java.util.Map<java.lang.String,java.lang.String> getMutableDefault()
public AuthenticateRequest.Builder putDefault(java.lang.String key, java.lang.String value)
Optional default properties to update with this call. If not set, properties are left as they are on the server.
map<string, string> default = 2 [json_name = "default"];public AuthenticateRequest.Builder putAllDefault(java.util.Map<java.lang.String,java.lang.String> values)
Optional default properties to update with this call. If not set, properties are left as they are on the server.
map<string, string> default = 2 [json_name = "default"];public int getCustomCount()
AuthenticateRequestOrBuilderOptional custom properties to update with this call. If not set, properties are left as they are on the server.
map<string, string> custom = 3 [json_name = "custom"];getCustomCount in interface AuthenticateRequestOrBuilderpublic boolean containsCustom(java.lang.String key)
Optional custom properties to update with this call. If not set, properties are left as they are on the server.
map<string, string> custom = 3 [json_name = "custom"];containsCustom in interface AuthenticateRequestOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.String> getCustom()
getCustomMap() instead.getCustom in interface AuthenticateRequestOrBuilderpublic java.util.Map<java.lang.String,java.lang.String> getCustomMap()
Optional custom properties to update with this call. If not set, properties are left as they are on the server.
map<string, string> custom = 3 [json_name = "custom"];getCustomMap in interface AuthenticateRequestOrBuilderpublic java.lang.String getCustomOrDefault(java.lang.String key,
java.lang.String defaultValue)
Optional custom properties to update with this call. If not set, properties are left as they are on the server.
map<string, string> custom = 3 [json_name = "custom"];getCustomOrDefault in interface AuthenticateRequestOrBuilderpublic java.lang.String getCustomOrThrow(java.lang.String key)
Optional custom properties to update with this call. If not set, properties are left as they are on the server.
map<string, string> custom = 3 [json_name = "custom"];getCustomOrThrow in interface AuthenticateRequestOrBuilderpublic AuthenticateRequest.Builder clearCustom()
public AuthenticateRequest.Builder removeCustom(java.lang.String key)
Optional custom properties to update with this call. If not set, properties are left as they are on the server.
map<string, string> custom = 3 [json_name = "custom"];@Deprecated public java.util.Map<java.lang.String,java.lang.String> getMutableCustom()
public AuthenticateRequest.Builder putCustom(java.lang.String key, java.lang.String value)
Optional custom properties to update with this call. If not set, properties are left as they are on the server.
map<string, string> custom = 3 [json_name = "custom"];public AuthenticateRequest.Builder putAllCustom(java.util.Map<java.lang.String,java.lang.String> values)
Optional custom properties to update with this call. If not set, properties are left as they are on the server.
map<string, string> custom = 3 [json_name = "custom"];