public final class ExportResponse extends com.google.protobuf.GeneratedMessageV3 implements ExportResponseOrBuilder
aserto.directory.exporter.v3.ExportResponse| Modifier and Type | Class and Description |
|---|---|
static class |
ExportResponse.Builder
Protobuf type
aserto.directory.exporter.v3.ExportResponse |
static class |
ExportResponse.MsgCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
OBJECT_FIELD_NUMBER |
static int |
RELATION_FIELD_NUMBER |
static int |
STATS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static ExportResponse |
getDefaultInstance() |
ExportResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ExportResponse.MsgCase |
getMsgCase() |
Object |
getObject()
object instance (data)
|
ObjectOrBuilder |
getObjectOrBuilder()
object instance (data)
|
com.google.protobuf.Parser<ExportResponse> |
getParserForType() |
Relation |
getRelation()
relation instance (data)
|
RelationOrBuilder |
getRelationOrBuilder()
relation instance (data)
|
com.google.protobuf.Struct |
getStats()
object and/or relation stats (no data)
|
com.google.protobuf.StructOrBuilder |
getStatsOrBuilder()
object and/or relation stats (no data)
|
boolean |
hasObject()
object instance (data)
|
boolean |
hasRelation()
relation instance (data)
|
boolean |
hasStats()
object and/or relation stats (no data)
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
static ExportResponse.Builder |
newBuilder() |
static ExportResponse.Builder |
newBuilder(ExportResponse prototype) |
ExportResponse.Builder |
newBuilderForType() |
protected ExportResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ExportResponse |
parseDelimitedFrom(InputStream input) |
static ExportResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportResponse |
parseFrom(byte[] data) |
static ExportResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportResponse |
parseFrom(ByteBuffer data) |
static ExportResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportResponse |
parseFrom(com.google.protobuf.ByteString data) |
static ExportResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ExportResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportResponse |
parseFrom(InputStream input) |
static ExportResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ExportResponse> |
parser() |
ExportResponse.Builder |
toBuilder() |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getSerializedSize, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isInitialized, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag, writeToequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int OBJECT_FIELD_NUMBER
public static final int RELATION_FIELD_NUMBER
public static final int STATS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 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 ExportResponse.MsgCase getMsgCase()
getMsgCase in interface ExportResponseOrBuilderpublic boolean hasObject()
object instance (data)
.aserto.directory.common.v3.Object object = 2 [json_name = "object"];hasObject in interface ExportResponseOrBuilderpublic Object getObject()
object instance (data)
.aserto.directory.common.v3.Object object = 2 [json_name = "object"];getObject in interface ExportResponseOrBuilderpublic ObjectOrBuilder getObjectOrBuilder()
object instance (data)
.aserto.directory.common.v3.Object object = 2 [json_name = "object"];getObjectOrBuilder in interface ExportResponseOrBuilderpublic boolean hasRelation()
relation instance (data)
.aserto.directory.common.v3.Relation relation = 4 [json_name = "relation"];hasRelation in interface ExportResponseOrBuilderpublic Relation getRelation()
relation instance (data)
.aserto.directory.common.v3.Relation relation = 4 [json_name = "relation"];getRelation in interface ExportResponseOrBuilderpublic RelationOrBuilder getRelationOrBuilder()
relation instance (data)
.aserto.directory.common.v3.Relation relation = 4 [json_name = "relation"];getRelationOrBuilder in interface ExportResponseOrBuilderpublic boolean hasStats()
object and/or relation stats (no data)
.google.protobuf.Struct stats = 8 [json_name = "stats"];hasStats in interface ExportResponseOrBuilderpublic com.google.protobuf.Struct getStats()
object and/or relation stats (no data)
.google.protobuf.Struct stats = 8 [json_name = "stats"];getStats in interface ExportResponseOrBuilderpublic com.google.protobuf.StructOrBuilder getStatsOrBuilder()
object and/or relation stats (no data)
.google.protobuf.Struct stats = 8 [json_name = "stats"];getStatsOrBuilder in interface ExportResponseOrBuilderpublic static ExportResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static ExportResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ExportResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ExportResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ExportResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ExportResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ExportResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ExportResponse.Builder newBuilder()
public static ExportResponse.Builder newBuilder(ExportResponse prototype)
public ExportResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ExportResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ExportResponse getDefaultInstance()
public static com.google.protobuf.Parser<ExportResponse> parser()
public com.google.protobuf.Parser<ExportResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ExportResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023. All rights reserved.