Package org.yamcs.protobuf
Class RemoteFile
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.yamcs.protobuf.RemoteFile
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,RemoteFileOrBuilder
public final class RemoteFile
extends com.google.protobuf.GeneratedMessageV3
implements RemoteFileOrBuilder
Protobuf type
yamcs.protobuf.filetransfer.RemoteFile
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Protobuf typeyamcs.protobuf.filetransfer.RemoteFile
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final com.google.protobuf.Parser<RemoteFile>
Deprecated.static final int
Fields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFields
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static RemoteFile
static final com.google.protobuf.Descriptors.Descriptor
Optional display name.com.google.protobuf.ByteString
Optional display name.com.google.protobuf.Struct
getExtra()
Implementation-specific fieldscom.google.protobuf.StructOrBuilder
Implementation-specific fieldsboolean
True if the path represents a directorycom.google.protobuf.Timestamp
Modification timecom.google.protobuf.TimestampOrBuilder
Modification timegetName()
File identifier Typically, a remote file path, or a filename in case of a flat file table.com.google.protobuf.ByteString
File identifier Typically, a remote file path, or a filename in case of a flat file table.com.google.protobuf.Parser<RemoteFile>
int
long
getSize()
File sizefinal com.google.protobuf.UnknownFieldSet
boolean
Optional display name.boolean
hasExtra()
Implementation-specific fieldsint
hashCode()
boolean
True if the path represents a directoryboolean
Modification timeboolean
hasName()
File identifier Typically, a remote file path, or a filename in case of a flat file table.boolean
hasSize()
File sizeprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
static RemoteFile.Builder
static RemoteFile.Builder
newBuilder
(RemoteFile prototype) protected RemoteFile.Builder
newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) protected Object
newInstance
(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) static RemoteFile
parseDelimitedFrom
(InputStream input) static RemoteFile
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoteFile
parseFrom
(byte[] data) static RemoteFile
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoteFile
parseFrom
(com.google.protobuf.ByteString data) static RemoteFile
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoteFile
parseFrom
(com.google.protobuf.CodedInputStream input) static RemoteFile
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoteFile
parseFrom
(InputStream input) static RemoteFile
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoteFile
parseFrom
(ByteBuffer data) static RemoteFile
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<RemoteFile>
parser()
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
-
Field Details
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER- See Also:
-
DISPLAYNAME_FIELD_NUMBER
public static final int DISPLAYNAME_FIELD_NUMBER- See Also:
-
ISDIRECTORY_FIELD_NUMBER
public static final int ISDIRECTORY_FIELD_NUMBER- See Also:
-
SIZE_FIELD_NUMBER
public static final int SIZE_FIELD_NUMBER- See Also:
-
MODIFIED_FIELD_NUMBER
public static final int MODIFIED_FIELD_NUMBER- See Also:
-
EXTRA_FIELD_NUMBER
public static final int EXTRA_FIELD_NUMBER- See Also:
-
PARSER
Deprecated.
-
-
Method Details
-
newInstance
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()- Specified by:
getUnknownFields
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasName
public boolean hasName()File identifier Typically, a remote file path, or a filename in case of a flat file table.
optional string name = 1;
- Specified by:
hasName
in interfaceRemoteFileOrBuilder
- Returns:
- Whether the name field is set.
-
getName
File identifier Typically, a remote file path, or a filename in case of a flat file table.
optional string name = 1;
- Specified by:
getName
in interfaceRemoteFileOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()File identifier Typically, a remote file path, or a filename in case of a flat file table.
optional string name = 1;
- Specified by:
getNameBytes
in interfaceRemoteFileOrBuilder
- Returns:
- The bytes for name.
-
hasDisplayName
public boolean hasDisplayName()Optional display name. Can be used when the ``name`` field contains information that should be hidden from the user.
optional string displayName = 5;
- Specified by:
hasDisplayName
in interfaceRemoteFileOrBuilder
- Returns:
- Whether the displayName field is set.
-
getDisplayName
Optional display name. Can be used when the ``name`` field contains information that should be hidden from the user.
optional string displayName = 5;
- Specified by:
getDisplayName
in interfaceRemoteFileOrBuilder
- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()Optional display name. Can be used when the ``name`` field contains information that should be hidden from the user.
optional string displayName = 5;
- Specified by:
getDisplayNameBytes
in interfaceRemoteFileOrBuilder
- Returns:
- The bytes for displayName.
-
hasIsDirectory
public boolean hasIsDirectory()True if the path represents a directory
optional bool isDirectory = 2;
- Specified by:
hasIsDirectory
in interfaceRemoteFileOrBuilder
- Returns:
- Whether the isDirectory field is set.
-
getIsDirectory
public boolean getIsDirectory()True if the path represents a directory
optional bool isDirectory = 2;
- Specified by:
getIsDirectory
in interfaceRemoteFileOrBuilder
- Returns:
- The isDirectory.
-
hasSize
public boolean hasSize()File size
optional uint64 size = 3;
- Specified by:
hasSize
in interfaceRemoteFileOrBuilder
- Returns:
- Whether the size field is set.
-
getSize
public long getSize()File size
optional uint64 size = 3;
- Specified by:
getSize
in interfaceRemoteFileOrBuilder
- Returns:
- The size.
-
hasModified
public boolean hasModified()Modification time
optional .google.protobuf.Timestamp modified = 4;
- Specified by:
hasModified
in interfaceRemoteFileOrBuilder
- Returns:
- Whether the modified field is set.
-
getModified
public com.google.protobuf.Timestamp getModified()Modification time
optional .google.protobuf.Timestamp modified = 4;
- Specified by:
getModified
in interfaceRemoteFileOrBuilder
- Returns:
- The modified.
-
getModifiedOrBuilder
public com.google.protobuf.TimestampOrBuilder getModifiedOrBuilder()Modification time
optional .google.protobuf.Timestamp modified = 4;
- Specified by:
getModifiedOrBuilder
in interfaceRemoteFileOrBuilder
-
hasExtra
public boolean hasExtra()Implementation-specific fields
optional .google.protobuf.Struct extra = 6;
- Specified by:
hasExtra
in interfaceRemoteFileOrBuilder
- Returns:
- Whether the extra field is set.
-
getExtra
public com.google.protobuf.Struct getExtra()Implementation-specific fields
optional .google.protobuf.Struct extra = 6;
- Specified by:
getExtra
in interfaceRemoteFileOrBuilder
- Returns:
- The extra.
-
getExtraOrBuilder
public com.google.protobuf.StructOrBuilder getExtraOrBuilder()Implementation-specific fields
optional .google.protobuf.Struct extra = 6;
- Specified by:
getExtraOrBuilder
in interfaceRemoteFileOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static RemoteFile parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RemoteFile parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RemoteFile parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RemoteFile parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RemoteFile parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RemoteFile parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static RemoteFile parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static RemoteFile parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static RemoteFile parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected RemoteFile.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) - Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-