public final class GetObjectTypesResponse extends com.google.protobuf.GeneratedMessageV3 implements GetObjectTypesResponseOrBuilder
aserto.directory.reader.v2.GetObjectTypesResponse| Modifier and Type | Class and Description |
|---|---|
static class |
GetObjectTypesResponse.Builder
Protobuf type
aserto.directory.reader.v2.GetObjectTypesResponse |
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 |
PAGE_FIELD_NUMBER |
static int |
RESULTS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static GetObjectTypesResponse |
getDefaultInstance() |
GetObjectTypesResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
PaginationResponse |
getPage()
pagination response
|
PaginationResponseOrBuilder |
getPageOrBuilder()
pagination response
|
com.google.protobuf.Parser<GetObjectTypesResponse> |
getParserForType() |
ObjectType |
getResults(int index)
array of object types
|
int |
getResultsCount()
array of object types
|
List<ObjectType> |
getResultsList()
array of object types
|
ObjectTypeOrBuilder |
getResultsOrBuilder(int index)
array of object types
|
List<? extends ObjectTypeOrBuilder> |
getResultsOrBuilderList()
array of object types
|
boolean |
hasPage()
pagination response
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
static GetObjectTypesResponse.Builder |
newBuilder() |
static GetObjectTypesResponse.Builder |
newBuilder(GetObjectTypesResponse prototype) |
GetObjectTypesResponse.Builder |
newBuilderForType() |
protected GetObjectTypesResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static GetObjectTypesResponse |
parseDelimitedFrom(InputStream input) |
static GetObjectTypesResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetObjectTypesResponse |
parseFrom(byte[] data) |
static GetObjectTypesResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetObjectTypesResponse |
parseFrom(ByteBuffer data) |
static GetObjectTypesResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetObjectTypesResponse |
parseFrom(com.google.protobuf.ByteString data) |
static GetObjectTypesResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetObjectTypesResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GetObjectTypesResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetObjectTypesResponse |
parseFrom(InputStream input) |
static GetObjectTypesResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GetObjectTypesResponse> |
parser() |
GetObjectTypesResponse.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 RESULTS_FIELD_NUMBER
public static final int PAGE_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 List<ObjectType> getResultsList()
array of object types
repeated .aserto.directory.common.v2.ObjectType results = 1 [json_name = "results"];getResultsList in interface GetObjectTypesResponseOrBuilderpublic List<? extends ObjectTypeOrBuilder> getResultsOrBuilderList()
array of object types
repeated .aserto.directory.common.v2.ObjectType results = 1 [json_name = "results"];getResultsOrBuilderList in interface GetObjectTypesResponseOrBuilderpublic int getResultsCount()
array of object types
repeated .aserto.directory.common.v2.ObjectType results = 1 [json_name = "results"];getResultsCount in interface GetObjectTypesResponseOrBuilderpublic ObjectType getResults(int index)
array of object types
repeated .aserto.directory.common.v2.ObjectType results = 1 [json_name = "results"];getResults in interface GetObjectTypesResponseOrBuilderpublic ObjectTypeOrBuilder getResultsOrBuilder(int index)
array of object types
repeated .aserto.directory.common.v2.ObjectType results = 1 [json_name = "results"];getResultsOrBuilder in interface GetObjectTypesResponseOrBuilderpublic boolean hasPage()
pagination response
.aserto.directory.common.v2.PaginationResponse page = 9 [json_name = "page"];hasPage in interface GetObjectTypesResponseOrBuilderpublic PaginationResponse getPage()
pagination response
.aserto.directory.common.v2.PaginationResponse page = 9 [json_name = "page"];getPage in interface GetObjectTypesResponseOrBuilderpublic PaginationResponseOrBuilder getPageOrBuilder()
pagination response
.aserto.directory.common.v2.PaginationResponse page = 9 [json_name = "page"];getPageOrBuilder in interface GetObjectTypesResponseOrBuilderpublic static GetObjectTypesResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetObjectTypesResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetObjectTypesResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetObjectTypesResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetObjectTypesResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetObjectTypesResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetObjectTypesResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static GetObjectTypesResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GetObjectTypesResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GetObjectTypesResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GetObjectTypesResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GetObjectTypesResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GetObjectTypesResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GetObjectTypesResponse.Builder newBuilder()
public static GetObjectTypesResponse.Builder newBuilder(GetObjectTypesResponse prototype)
public GetObjectTypesResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GetObjectTypesResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GetObjectTypesResponse getDefaultInstance()
public static com.google.protobuf.Parser<GetObjectTypesResponse> parser()
public com.google.protobuf.Parser<GetObjectTypesResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GetObjectTypesResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023. All rights reserved.