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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public ConnectorObjects.OperationOptionUnionValue.PayloadCase getPayloadCase()
getPayloadCase
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public String getStringValue()
optional string stringValue = 1;
getStringValue
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public com.google.protobuf.ByteString getStringValueBytes()
optional string stringValue = 1;
getStringValueBytes
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public long getLongValue()
optional int64 longValue = 2;
getLongValue
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public String getCharacterValue()
optional string characterValue = 3;
getCharacterValue
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public com.google.protobuf.ByteString getCharacterValueBytes()
optional string characterValue = 3;
getCharacterValueBytes
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public double getDoubleValue()
optional double doubleValue = 4;
getDoubleValue
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public float getFloatValue()
optional float floatValue = 5;
getFloatValue
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public int getIntegerValue()
optional int32 integerValue = 6;
getIntegerValue
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public boolean getBooleanValue()
optional bool booleanValue = 7;
getBooleanValue
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public String getUriValue()
optional string uriValue = 8;
getUriValue
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public com.google.protobuf.ByteString getUriValueBytes()
optional string uriValue = 8;
getUriValueBytes
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public String getFileValue()
optional string fileValue = 9;
getFileValue
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public com.google.protobuf.ByteString getFileValueBytes()
optional string fileValue = 9;
getFileValueBytes
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public com.google.protobuf.ByteString getGuardedByteArrayValue()
optional bytes guardedByteArrayValue = 10;
getGuardedByteArrayValue
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public com.google.protobuf.ByteString getGuardedStringValue()
optional bytes guardedStringValue = 11;
getGuardedStringValue
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public CommonObjectMessages.Script getScriptValue()
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
getScriptValue
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public CommonObjectMessages.ScriptOrBuilder getScriptValueOrBuilder()
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
getScriptValueOrBuilder
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public String getObjectClassValue()
optional string objectClassValue = 13;
getObjectClassValue
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public com.google.protobuf.ByteString getObjectClassValueBytes()
optional string objectClassValue = 13;
getObjectClassValueBytes
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public CommonObjectMessages.Uid getUidValue()
optional .org.forgerock.openicf.common.protobuf.Uid uidValue = 14;
getUidValue
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public CommonObjectMessages.UidOrBuilder getUidValueOrBuilder()
optional .org.forgerock.openicf.common.protobuf.Uid uidValue = 14;
getUidValueOrBuilder
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public CommonObjectMessages.QualifiedUid getQualifiedUidValue()
optional .org.forgerock.openicf.common.protobuf.QualifiedUid qualifiedUidValue = 15;
getQualifiedUidValue
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public CommonObjectMessages.QualifiedUidOrBuilder getQualifiedUidValueOrBuilder()
optional .org.forgerock.openicf.common.protobuf.QualifiedUid qualifiedUidValue = 15;
getQualifiedUidValueOrBuilder
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public CommonObjectMessages.SortKey getSortKeyValue()
optional .org.forgerock.openicf.common.protobuf.SortKey sortKeyValue = 16;
getSortKeyValue
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public CommonObjectMessages.SortKeyOrBuilder getSortKeyValueOrBuilder()
optional .org.forgerock.openicf.common.protobuf.SortKey sortKeyValue = 16;
getSortKeyValueOrBuilder
in interface ConnectorObjects.OperationOptionUnionValueOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static ConnectorObjects.OperationOptionUnionValue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ConnectorObjects.OperationOptionUnionValue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ConnectorObjects.OperationOptionUnionValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ConnectorObjects.OperationOptionUnionValue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ConnectorObjects.OperationOptionUnionValue parseFrom(InputStream input) throws IOException
IOException
public static ConnectorObjects.OperationOptionUnionValue parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ConnectorObjects.OperationOptionUnionValue parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ConnectorObjects.OperationOptionUnionValue parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ConnectorObjects.OperationOptionUnionValue parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ConnectorObjects.OperationOptionUnionValue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public ConnectorObjects.OperationOptionUnionValue.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public 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.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ConnectorObjects.OperationOptionUnionValue.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public 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.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public ConnectorObjects.OperationOptionUnionValue getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2018–2025. All rights reserved.