public static final class ConnectorObjects.OperationOptionUnionValue extends com.google.protobuf.GeneratedMessageV3 implements ConnectorObjects.OperationOptionUnionValueOrBuilder
org.forgerock.openicf.common.protobuf.OperationOptionUnionValue| Modifier and Type | Class and Description |
|---|---|
static class |
ConnectorObjects.OperationOptionUnionValue.Builder
Protobuf type
org.forgerock.openicf.common.protobuf.OperationOptionUnionValue |
static class |
ConnectorObjects.OperationOptionUnionValue.PayloadCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEANVALUE_FIELD_NUMBER |
static int |
CHARACTERVALUE_FIELD_NUMBER |
static int |
DOUBLEVALUE_FIELD_NUMBER |
static int |
FILEVALUE_FIELD_NUMBER |
static int |
FLOATVALUE_FIELD_NUMBER |
static int |
GUARDEDBYTEARRAYVALUE_FIELD_NUMBER |
static int |
GUARDEDSTRINGVALUE_FIELD_NUMBER |
static int |
INTEGERVALUE_FIELD_NUMBER |
static int |
LONGVALUE_FIELD_NUMBER |
static int |
OBJECTCLASSVALUE_FIELD_NUMBER |
static int |
QUALIFIEDUIDVALUE_FIELD_NUMBER |
static int |
SCRIPTVALUE_FIELD_NUMBER |
static int |
SORTKEYVALUE_FIELD_NUMBER |
static int |
STRINGVALUE_FIELD_NUMBER |
static int |
UIDVALUE_FIELD_NUMBER |
static int |
URIVALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getBooleanValue()
optional bool booleanValue = 7; |
String |
getCharacterValue()
optional string characterValue = 3; |
com.google.protobuf.ByteString |
getCharacterValueBytes()
optional string characterValue = 3; |
static ConnectorObjects.OperationOptionUnionValue |
getDefaultInstance() |
ConnectorObjects.OperationOptionUnionValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getDoubleValue()
optional double doubleValue = 4; |
String |
getFileValue()
optional string fileValue = 9; |
com.google.protobuf.ByteString |
getFileValueBytes()
optional string fileValue = 9; |
float |
getFloatValue()
optional float floatValue = 5; |
com.google.protobuf.ByteString |
getGuardedByteArrayValue()
optional bytes guardedByteArrayValue = 10; |
com.google.protobuf.ByteString |
getGuardedStringValue()
optional bytes guardedStringValue = 11; |
int |
getIntegerValue()
optional int32 integerValue = 6; |
long |
getLongValue()
optional int64 longValue = 2; |
String |
getObjectClassValue()
optional string objectClassValue = 13; |
com.google.protobuf.ByteString |
getObjectClassValueBytes()
optional string objectClassValue = 13; |
com.google.protobuf.Parser<ConnectorObjects.OperationOptionUnionValue> |
getParserForType() |
ConnectorObjects.OperationOptionUnionValue.PayloadCase |
getPayloadCase() |
CommonObjectMessages.QualifiedUid |
getQualifiedUidValue()
optional .org.forgerock.openicf.common.protobuf.QualifiedUid qualifiedUidValue = 15; |
CommonObjectMessages.QualifiedUidOrBuilder |
getQualifiedUidValueOrBuilder()
optional .org.forgerock.openicf.common.protobuf.QualifiedUid qualifiedUidValue = 15; |
CommonObjectMessages.Script |
getScriptValue()
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12; |
CommonObjectMessages.ScriptOrBuilder |
getScriptValueOrBuilder()
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12; |
int |
getSerializedSize() |
CommonObjectMessages.SortKey |
getSortKeyValue()
optional .org.forgerock.openicf.common.protobuf.SortKey sortKeyValue = 16; |
CommonObjectMessages.SortKeyOrBuilder |
getSortKeyValueOrBuilder()
optional .org.forgerock.openicf.common.protobuf.SortKey sortKeyValue = 16; |
String |
getStringValue()
optional string stringValue = 1; |
com.google.protobuf.ByteString |
getStringValueBytes()
optional string stringValue = 1; |
CommonObjectMessages.Uid |
getUidValue()
optional .org.forgerock.openicf.common.protobuf.Uid uidValue = 14; |
CommonObjectMessages.UidOrBuilder |
getUidValueOrBuilder()
optional .org.forgerock.openicf.common.protobuf.Uid uidValue = 14; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUriValue()
optional string uriValue = 8; |
com.google.protobuf.ByteString |
getUriValueBytes()
optional string uriValue = 8; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ConnectorObjects.OperationOptionUnionValue.Builder |
newBuilder() |
static ConnectorObjects.OperationOptionUnionValue.Builder |
newBuilder(ConnectorObjects.OperationOptionUnionValue prototype) |
ConnectorObjects.OperationOptionUnionValue.Builder |
newBuilderForType() |
protected ConnectorObjects.OperationOptionUnionValue.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ConnectorObjects.OperationOptionUnionValue |
parseDelimitedFrom(InputStream input) |
static ConnectorObjects.OperationOptionUnionValue |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConnectorObjects.OperationOptionUnionValue |
parseFrom(byte[] data) |
static ConnectorObjects.OperationOptionUnionValue |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConnectorObjects.OperationOptionUnionValue |
parseFrom(com.google.protobuf.ByteString data) |
static ConnectorObjects.OperationOptionUnionValue |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConnectorObjects.OperationOptionUnionValue |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ConnectorObjects.OperationOptionUnionValue |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConnectorObjects.OperationOptionUnionValue |
parseFrom(InputStream input) |
static ConnectorObjects.OperationOptionUnionValue |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ConnectorObjects.OperationOptionUnionValue> |
parser() |
ConnectorObjects.OperationOptionUnionValue.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int STRINGVALUE_FIELD_NUMBER
public static final int LONGVALUE_FIELD_NUMBER
public static final int CHARACTERVALUE_FIELD_NUMBER
public static final int DOUBLEVALUE_FIELD_NUMBER
public static final int FLOATVALUE_FIELD_NUMBER
public static final int INTEGERVALUE_FIELD_NUMBER
public static final int BOOLEANVALUE_FIELD_NUMBER
public static final int URIVALUE_FIELD_NUMBER
public static final int FILEVALUE_FIELD_NUMBER
public static final int GUARDEDBYTEARRAYVALUE_FIELD_NUMBER
public static final int GUARDEDSTRINGVALUE_FIELD_NUMBER
public static final int SCRIPTVALUE_FIELD_NUMBER
public static final int OBJECTCLASSVALUE_FIELD_NUMBER
public static final int UIDVALUE_FIELD_NUMBER
public static final int QUALIFIEDUIDVALUE_FIELD_NUMBER
public static final int SORTKEYVALUE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public ConnectorObjects.OperationOptionUnionValue.PayloadCase getPayloadCase()
getPayloadCase in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic String getStringValue()
optional string stringValue = 1;getStringValue in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic com.google.protobuf.ByteString getStringValueBytes()
optional string stringValue = 1;getStringValueBytes in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic long getLongValue()
optional int64 longValue = 2;getLongValue in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic String getCharacterValue()
optional string characterValue = 3;getCharacterValue in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic com.google.protobuf.ByteString getCharacterValueBytes()
optional string characterValue = 3;getCharacterValueBytes in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic double getDoubleValue()
optional double doubleValue = 4;getDoubleValue in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic float getFloatValue()
optional float floatValue = 5;getFloatValue in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic int getIntegerValue()
optional int32 integerValue = 6;getIntegerValue in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic boolean getBooleanValue()
optional bool booleanValue = 7;getBooleanValue in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic String getUriValue()
optional string uriValue = 8;getUriValue in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic com.google.protobuf.ByteString getUriValueBytes()
optional string uriValue = 8;getUriValueBytes in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic String getFileValue()
optional string fileValue = 9;getFileValue in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic com.google.protobuf.ByteString getFileValueBytes()
optional string fileValue = 9;getFileValueBytes in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic com.google.protobuf.ByteString getGuardedByteArrayValue()
optional bytes guardedByteArrayValue = 10;getGuardedByteArrayValue in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic com.google.protobuf.ByteString getGuardedStringValue()
optional bytes guardedStringValue = 11;getGuardedStringValue in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic CommonObjectMessages.Script getScriptValue()
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;getScriptValue in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic CommonObjectMessages.ScriptOrBuilder getScriptValueOrBuilder()
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;getScriptValueOrBuilder in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic String getObjectClassValue()
optional string objectClassValue = 13;getObjectClassValue in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic com.google.protobuf.ByteString getObjectClassValueBytes()
optional string objectClassValue = 13;getObjectClassValueBytes in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic CommonObjectMessages.Uid getUidValue()
optional .org.forgerock.openicf.common.protobuf.Uid uidValue = 14;getUidValue in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic CommonObjectMessages.UidOrBuilder getUidValueOrBuilder()
optional .org.forgerock.openicf.common.protobuf.Uid uidValue = 14;getUidValueOrBuilder in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic CommonObjectMessages.QualifiedUid getQualifiedUidValue()
optional .org.forgerock.openicf.common.protobuf.QualifiedUid qualifiedUidValue = 15;getQualifiedUidValue in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic CommonObjectMessages.QualifiedUidOrBuilder getQualifiedUidValueOrBuilder()
optional .org.forgerock.openicf.common.protobuf.QualifiedUid qualifiedUidValue = 15;getQualifiedUidValueOrBuilder in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic CommonObjectMessages.SortKey getSortKeyValue()
optional .org.forgerock.openicf.common.protobuf.SortKey sortKeyValue = 16;getSortKeyValue in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic CommonObjectMessages.SortKeyOrBuilder getSortKeyValueOrBuilder()
optional .org.forgerock.openicf.common.protobuf.SortKey sortKeyValue = 16;getSortKeyValueOrBuilder in interface ConnectorObjects.OperationOptionUnionValueOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ConnectorObjects.OperationOptionUnionValue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConnectorObjects.OperationOptionUnionValue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConnectorObjects.OperationOptionUnionValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConnectorObjects.OperationOptionUnionValue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConnectorObjects.OperationOptionUnionValue parseFrom(InputStream input) throws IOException
IOExceptionpublic static ConnectorObjects.OperationOptionUnionValue parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ConnectorObjects.OperationOptionUnionValue parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ConnectorObjects.OperationOptionUnionValue parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ConnectorObjects.OperationOptionUnionValue parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ConnectorObjects.OperationOptionUnionValue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ConnectorObjects.OperationOptionUnionValue.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ConnectorObjects.OperationOptionUnionValue.Builder newBuilder()
public static ConnectorObjects.OperationOptionUnionValue.Builder newBuilder(ConnectorObjects.OperationOptionUnionValue prototype)
public ConnectorObjects.OperationOptionUnionValue.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ConnectorObjects.OperationOptionUnionValue.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ConnectorObjects.OperationOptionUnionValue getDefaultInstance()
public static com.google.protobuf.Parser<ConnectorObjects.OperationOptionUnionValue> parser()
public com.google.protobuf.Parser<ConnectorObjects.OperationOptionUnionValue> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ConnectorObjects.OperationOptionUnionValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2025. All rights reserved.