Class LogicmoduleMessages.MetadataInfo
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- es.bsc.dataclay.communication.grpc.messages.logicmodule.LogicmoduleMessages.MetadataInfo
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,LogicmoduleMessages.MetadataInfoOrBuilder,Serializable
- Enclosing class:
- LogicmoduleMessages
public static final class LogicmoduleMessages.MetadataInfo extends com.google.protobuf.GeneratedMessageV3 implements LogicmoduleMessages.MetadataInfoOrBuilder
Protobuf typedataclay.communication.grpc.logicmodule.MetadataInfo- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLogicmoduleMessages.MetadataInfo.BuilderProtobuf typedataclay.communication.grpc.logicmodule.MetadataInfo-
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
-
-
Field Summary
Fields Modifier and Type Field Description static intALIAS_FIELD_NUMBERstatic intDATACLAYID_FIELD_NUMBERstatic intDATASETID_FIELD_NUMBERstatic intISREADONLY_FIELD_NUMBERstatic intLOCATIONS_FIELD_NUMBERstatic intMETACLASSID_FIELD_NUMBERstatic intOWNERID_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAlias()string alias = 6;com.google.protobuf.ByteStringgetAliasBytes()string alias = 6;StringgetDataClayID()string dataClayID = 1;com.google.protobuf.ByteStringgetDataClayIDBytes()string dataClayID = 1;StringgetDatasetID()string datasetID = 3;com.google.protobuf.ByteStringgetDatasetIDBytes()string datasetID = 3;static LogicmoduleMessages.MetadataInfogetDefaultInstance()LogicmoduleMessages.MetadataInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()booleangetIsReadOnly()bool isReadOnly = 2;StringgetLocations(int index)repeated string locations = 5;com.google.protobuf.ByteStringgetLocationsBytes(int index)repeated string locations = 5;intgetLocationsCount()repeated string locations = 5;com.google.protobuf.ProtocolStringListgetLocationsList()repeated string locations = 5;StringgetMetaclassID()string metaclassID = 4;com.google.protobuf.ByteStringgetMetaclassIDBytes()string metaclassID = 4;StringgetOwnerID()string ownerID = 7;com.google.protobuf.ByteStringgetOwnerIDBytes()string ownerID = 7;com.google.protobuf.Parser<LogicmoduleMessages.MetadataInfo>getParserForType()intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static LogicmoduleMessages.MetadataInfo.BuildernewBuilder()static LogicmoduleMessages.MetadataInfo.BuildernewBuilder(LogicmoduleMessages.MetadataInfo prototype)LogicmoduleMessages.MetadataInfo.BuildernewBuilderForType()protected LogicmoduleMessages.MetadataInfo.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static LogicmoduleMessages.MetadataInfoparseDelimitedFrom(InputStream input)static LogicmoduleMessages.MetadataInfoparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.MetadataInfoparseFrom(byte[] data)static LogicmoduleMessages.MetadataInfoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.MetadataInfoparseFrom(com.google.protobuf.ByteString data)static LogicmoduleMessages.MetadataInfoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.MetadataInfoparseFrom(com.google.protobuf.CodedInputStream input)static LogicmoduleMessages.MetadataInfoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.MetadataInfoparseFrom(InputStream input)static LogicmoduleMessages.MetadataInfoparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.MetadataInfoparseFrom(ByteBuffer data)static LogicmoduleMessages.MetadataInfoparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<LogicmoduleMessages.MetadataInfo>parser()LogicmoduleMessages.MetadataInfo.BuildertoBuilder()voidwriteTo(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, 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
-
-
-
-
Field Detail
-
DATACLAYID_FIELD_NUMBER
public static final int DATACLAYID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ISREADONLY_FIELD_NUMBER
public static final int ISREADONLY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATASETID_FIELD_NUMBER
public static final int DATASETID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
METACLASSID_FIELD_NUMBER
public static final int METACLASSID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOCATIONS_FIELD_NUMBER
public static final int LOCATIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALIAS_FIELD_NUMBER
public static final int ALIAS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OWNERID_FIELD_NUMBER
public static final int OWNERID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getDataClayID
public String getDataClayID()
string dataClayID = 1;- Specified by:
getDataClayIDin interfaceLogicmoduleMessages.MetadataInfoOrBuilder- Returns:
- The dataClayID.
-
getDataClayIDBytes
public com.google.protobuf.ByteString getDataClayIDBytes()
string dataClayID = 1;- Specified by:
getDataClayIDBytesin interfaceLogicmoduleMessages.MetadataInfoOrBuilder- Returns:
- The bytes for dataClayID.
-
getIsReadOnly
public boolean getIsReadOnly()
bool isReadOnly = 2;- Specified by:
getIsReadOnlyin interfaceLogicmoduleMessages.MetadataInfoOrBuilder- Returns:
- The isReadOnly.
-
getDatasetID
public String getDatasetID()
string datasetID = 3;- Specified by:
getDatasetIDin interfaceLogicmoduleMessages.MetadataInfoOrBuilder- Returns:
- The datasetID.
-
getDatasetIDBytes
public com.google.protobuf.ByteString getDatasetIDBytes()
string datasetID = 3;- Specified by:
getDatasetIDBytesin interfaceLogicmoduleMessages.MetadataInfoOrBuilder- Returns:
- The bytes for datasetID.
-
getMetaclassID
public String getMetaclassID()
string metaclassID = 4;- Specified by:
getMetaclassIDin interfaceLogicmoduleMessages.MetadataInfoOrBuilder- Returns:
- The metaclassID.
-
getMetaclassIDBytes
public com.google.protobuf.ByteString getMetaclassIDBytes()
string metaclassID = 4;- Specified by:
getMetaclassIDBytesin interfaceLogicmoduleMessages.MetadataInfoOrBuilder- Returns:
- The bytes for metaclassID.
-
getLocationsList
public com.google.protobuf.ProtocolStringList getLocationsList()
repeated string locations = 5;- Specified by:
getLocationsListin interfaceLogicmoduleMessages.MetadataInfoOrBuilder- Returns:
- A list containing the locations.
-
getLocationsCount
public int getLocationsCount()
repeated string locations = 5;- Specified by:
getLocationsCountin interfaceLogicmoduleMessages.MetadataInfoOrBuilder- Returns:
- The count of locations.
-
getLocations
public String getLocations(int index)
repeated string locations = 5;- Specified by:
getLocationsin interfaceLogicmoduleMessages.MetadataInfoOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The locations at the given index.
-
getLocationsBytes
public com.google.protobuf.ByteString getLocationsBytes(int index)
repeated string locations = 5;- Specified by:
getLocationsBytesin interfaceLogicmoduleMessages.MetadataInfoOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the locations at the given index.
-
getAlias
public String getAlias()
string alias = 6;- Specified by:
getAliasin interfaceLogicmoduleMessages.MetadataInfoOrBuilder- Returns:
- The alias.
-
getAliasBytes
public com.google.protobuf.ByteString getAliasBytes()
string alias = 6;- Specified by:
getAliasBytesin interfaceLogicmoduleMessages.MetadataInfoOrBuilder- Returns:
- The bytes for alias.
-
getOwnerID
public String getOwnerID()
string ownerID = 7;- Specified by:
getOwnerIDin interfaceLogicmoduleMessages.MetadataInfoOrBuilder- Returns:
- The ownerID.
-
getOwnerIDBytes
public com.google.protobuf.ByteString getOwnerIDBytes()
string ownerID = 7;- Specified by:
getOwnerIDBytesin interfaceLogicmoduleMessages.MetadataInfoOrBuilder- Returns:
- The bytes for ownerID.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static LogicmoduleMessages.MetadataInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LogicmoduleMessages.MetadataInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LogicmoduleMessages.MetadataInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LogicmoduleMessages.MetadataInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LogicmoduleMessages.MetadataInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LogicmoduleMessages.MetadataInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LogicmoduleMessages.MetadataInfo parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static LogicmoduleMessages.MetadataInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static LogicmoduleMessages.MetadataInfo parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static LogicmoduleMessages.MetadataInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static LogicmoduleMessages.MetadataInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static LogicmoduleMessages.MetadataInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public LogicmoduleMessages.MetadataInfo.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static LogicmoduleMessages.MetadataInfo.Builder newBuilder()
-
newBuilder
public static LogicmoduleMessages.MetadataInfo.Builder newBuilder(LogicmoduleMessages.MetadataInfo prototype)
-
toBuilder
public LogicmoduleMessages.MetadataInfo.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected LogicmoduleMessages.MetadataInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static LogicmoduleMessages.MetadataInfo getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<LogicmoduleMessages.MetadataInfo> parser()
-
getParserForType
public com.google.protobuf.Parser<LogicmoduleMessages.MetadataInfo> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public LogicmoduleMessages.MetadataInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-