public final class GetManifestResponse extends com.google.protobuf.GeneratedMessageV3 implements GetManifestResponseOrBuilder
aserto.directory.model.v3.GetManifestResponse| Modifier and Type | Class and Description |
|---|---|
static class |
GetManifestResponse.Builder
Protobuf type
aserto.directory.model.v3.GetManifestResponse |
static class |
GetManifestResponse.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 |
BODY_FIELD_NUMBER |
static int |
METADATA_FIELD_NUMBER |
static int |
MODEL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
Body |
getBody()
Manifest content
|
BodyOrBuilder |
getBodyOrBuilder()
Manifest content
|
static GetManifestResponse |
getDefaultInstance() |
GetManifestResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Metadata |
getMetadata()
Manifest metadata
|
MetadataOrBuilder |
getMetadataOrBuilder()
Manifest metadata
|
com.google.protobuf.Struct |
getModel()
Model
|
com.google.protobuf.StructOrBuilder |
getModelOrBuilder()
Model
|
GetManifestResponse.MsgCase |
getMsgCase() |
com.google.protobuf.Parser<GetManifestResponse> |
getParserForType() |
boolean |
hasBody()
Manifest content
|
boolean |
hasMetadata()
Manifest metadata
|
boolean |
hasModel()
Model
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
static GetManifestResponse.Builder |
newBuilder() |
static GetManifestResponse.Builder |
newBuilder(GetManifestResponse prototype) |
GetManifestResponse.Builder |
newBuilderForType() |
protected GetManifestResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static GetManifestResponse |
parseDelimitedFrom(InputStream input) |
static GetManifestResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetManifestResponse |
parseFrom(byte[] data) |
static GetManifestResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetManifestResponse |
parseFrom(ByteBuffer data) |
static GetManifestResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetManifestResponse |
parseFrom(com.google.protobuf.ByteString data) |
static GetManifestResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetManifestResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GetManifestResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetManifestResponse |
parseFrom(InputStream input) |
static GetManifestResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GetManifestResponse> |
parser() |
GetManifestResponse.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 METADATA_FIELD_NUMBER
public static final int BODY_FIELD_NUMBER
public static final int MODEL_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 GetManifestResponse.MsgCase getMsgCase()
getMsgCase in interface GetManifestResponseOrBuilderpublic boolean hasMetadata()
Manifest metadata
.aserto.directory.model.v3.Metadata metadata = 1 [json_name = "metadata"];hasMetadata in interface GetManifestResponseOrBuilderpublic Metadata getMetadata()
Manifest metadata
.aserto.directory.model.v3.Metadata metadata = 1 [json_name = "metadata"];getMetadata in interface GetManifestResponseOrBuilderpublic MetadataOrBuilder getMetadataOrBuilder()
Manifest metadata
.aserto.directory.model.v3.Metadata metadata = 1 [json_name = "metadata"];getMetadataOrBuilder in interface GetManifestResponseOrBuilderpublic boolean hasBody()
Manifest content
.aserto.directory.model.v3.Body body = 2 [json_name = "body"];hasBody in interface GetManifestResponseOrBuilderpublic Body getBody()
Manifest content
.aserto.directory.model.v3.Body body = 2 [json_name = "body"];getBody in interface GetManifestResponseOrBuilderpublic BodyOrBuilder getBodyOrBuilder()
Manifest content
.aserto.directory.model.v3.Body body = 2 [json_name = "body"];getBodyOrBuilder in interface GetManifestResponseOrBuilderpublic boolean hasModel()
Model
.google.protobuf.Struct model = 3 [json_name = "model"];hasModel in interface GetManifestResponseOrBuilderpublic com.google.protobuf.Struct getModel()
Model
.google.protobuf.Struct model = 3 [json_name = "model"];getModel in interface GetManifestResponseOrBuilderpublic com.google.protobuf.StructOrBuilder getModelOrBuilder()
Model
.google.protobuf.Struct model = 3 [json_name = "model"];getModelOrBuilder in interface GetManifestResponseOrBuilderpublic static GetManifestResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetManifestResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetManifestResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetManifestResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetManifestResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetManifestResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetManifestResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static GetManifestResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GetManifestResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GetManifestResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GetManifestResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GetManifestResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GetManifestResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GetManifestResponse.Builder newBuilder()
public static GetManifestResponse.Builder newBuilder(GetManifestResponse prototype)
public GetManifestResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GetManifestResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GetManifestResponse getDefaultInstance()
public static com.google.protobuf.Parser<GetManifestResponse> parser()
public com.google.protobuf.Parser<GetManifestResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GetManifestResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023. All rights reserved.