public static final class ConfigCatalogExtProto.Dataset extends com.google.protobuf.GeneratedMessage implements ConfigCatalogExtProto.DatasetOrBuilder
Dataset| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigCatalogExtProto.Dataset.Builder
Protobuf type
Dataset |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ACCESS_FIELD_NUMBER |
static int |
CATID_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NCML_FIELD_NUMBER |
static int |
PATH_FIELD_NUMBER |
static int |
PROPERTY_FIELD_NUMBER |
static int |
RESTRICT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
ConfigCatalogExtProto.Access |
getAccess(int index)
repeated .Access access = 10; |
int |
getAccessCount()
repeated .Access access = 10; |
List<ConfigCatalogExtProto.Access> |
getAccessList()
repeated .Access access = 10; |
ConfigCatalogExtProto.AccessOrBuilder |
getAccessOrBuilder(int index)
repeated .Access access = 10; |
List<? extends ConfigCatalogExtProto.AccessOrBuilder> |
getAccessOrBuilderList()
repeated .Access access = 10; |
long |
getCatId()
optional uint64 catId = 1; |
static ConfigCatalogExtProto.Dataset |
getDefaultInstance() |
ConfigCatalogExtProto.Dataset |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getId()
optional string id = 4; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 4; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
String |
getNcml()
optional string ncml = 6; |
com.google.protobuf.ByteString |
getNcmlBytes()
optional string ncml = 6; |
com.google.protobuf.Parser<ConfigCatalogExtProto.Dataset> |
getParserForType() |
String |
getPath()
optional string path = 3; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 3; |
ConfigCatalogExtProto.Property |
getProperty(int index)
repeated .Property property = 11; |
int |
getPropertyCount()
repeated .Property property = 11; |
List<ConfigCatalogExtProto.Property> |
getPropertyList()
repeated .Property property = 11; |
ConfigCatalogExtProto.PropertyOrBuilder |
getPropertyOrBuilder(int index)
repeated .Property property = 11; |
List<? extends ConfigCatalogExtProto.PropertyOrBuilder> |
getPropertyOrBuilderList()
repeated .Property property = 11; |
String |
getRestrict()
optional string restrict = 5; |
com.google.protobuf.ByteString |
getRestrictBytes()
optional string restrict = 5; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ConfigCatalogExtProto.Dataset.Builder |
newBuilder() |
static ConfigCatalogExtProto.Dataset.Builder |
newBuilder(ConfigCatalogExtProto.Dataset prototype) |
ConfigCatalogExtProto.Dataset.Builder |
newBuilderForType() |
protected ConfigCatalogExtProto.Dataset.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ConfigCatalogExtProto.Dataset |
parseDelimitedFrom(InputStream input) |
static ConfigCatalogExtProto.Dataset |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigCatalogExtProto.Dataset |
parseFrom(byte[] data) |
static ConfigCatalogExtProto.Dataset |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigCatalogExtProto.Dataset |
parseFrom(com.google.protobuf.ByteString data) |
static ConfigCatalogExtProto.Dataset |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigCatalogExtProto.Dataset |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ConfigCatalogExtProto.Dataset |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigCatalogExtProto.Dataset |
parseFrom(InputStream input) |
static ConfigCatalogExtProto.Dataset |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ConfigCatalogExtProto.Dataset> |
parser() |
ConfigCatalogExtProto.Dataset.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeReplace, writeString, writeStringNoTagequals, 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 CATID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
public static final int RESTRICT_FIELD_NUMBER
public static final int NCML_FIELD_NUMBER
public static final int ACCESS_FIELD_NUMBER
public static final int PROPERTY_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic long getCatId()
optional uint64 catId = 1;
??
getCatId in interface ConfigCatalogExtProto.DatasetOrBuilderpublic String getName()
optional string name = 2;getName in interface ConfigCatalogExtProto.DatasetOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 2;getNameBytes in interface ConfigCatalogExtProto.DatasetOrBuilderpublic String getPath()
optional string path = 3;getPath in interface ConfigCatalogExtProto.DatasetOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
optional string path = 3;getPathBytes in interface ConfigCatalogExtProto.DatasetOrBuilderpublic String getId()
optional string id = 4;getId in interface ConfigCatalogExtProto.DatasetOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
optional string id = 4;getIdBytes in interface ConfigCatalogExtProto.DatasetOrBuilderpublic String getRestrict()
optional string restrict = 5;getRestrict in interface ConfigCatalogExtProto.DatasetOrBuilderpublic com.google.protobuf.ByteString getRestrictBytes()
optional string restrict = 5;getRestrictBytes in interface ConfigCatalogExtProto.DatasetOrBuilderpublic String getNcml()
optional string ncml = 6;getNcml in interface ConfigCatalogExtProto.DatasetOrBuilderpublic com.google.protobuf.ByteString getNcmlBytes()
optional string ncml = 6;getNcmlBytes in interface ConfigCatalogExtProto.DatasetOrBuilderpublic List<ConfigCatalogExtProto.Access> getAccessList()
repeated .Access access = 10;getAccessList in interface ConfigCatalogExtProto.DatasetOrBuilderpublic List<? extends ConfigCatalogExtProto.AccessOrBuilder> getAccessOrBuilderList()
repeated .Access access = 10;getAccessOrBuilderList in interface ConfigCatalogExtProto.DatasetOrBuilderpublic int getAccessCount()
repeated .Access access = 10;getAccessCount in interface ConfigCatalogExtProto.DatasetOrBuilderpublic ConfigCatalogExtProto.Access getAccess(int index)
repeated .Access access = 10;getAccess in interface ConfigCatalogExtProto.DatasetOrBuilderpublic ConfigCatalogExtProto.AccessOrBuilder getAccessOrBuilder(int index)
repeated .Access access = 10;getAccessOrBuilder in interface ConfigCatalogExtProto.DatasetOrBuilderpublic List<ConfigCatalogExtProto.Property> getPropertyList()
repeated .Property property = 11;getPropertyList in interface ConfigCatalogExtProto.DatasetOrBuilderpublic List<? extends ConfigCatalogExtProto.PropertyOrBuilder> getPropertyOrBuilderList()
repeated .Property property = 11;getPropertyOrBuilderList in interface ConfigCatalogExtProto.DatasetOrBuilderpublic int getPropertyCount()
repeated .Property property = 11;getPropertyCount in interface ConfigCatalogExtProto.DatasetOrBuilderpublic ConfigCatalogExtProto.Property getProperty(int index)
repeated .Property property = 11;getProperty in interface ConfigCatalogExtProto.DatasetOrBuilderpublic ConfigCatalogExtProto.PropertyOrBuilder getPropertyOrBuilder(int index)
repeated .Property property = 11;getPropertyOrBuilder in interface ConfigCatalogExtProto.DatasetOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic static ConfigCatalogExtProto.Dataset parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigCatalogExtProto.Dataset parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigCatalogExtProto.Dataset parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigCatalogExtProto.Dataset parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigCatalogExtProto.Dataset parseFrom(InputStream input) throws IOException
IOExceptionpublic static ConfigCatalogExtProto.Dataset parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ConfigCatalogExtProto.Dataset parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ConfigCatalogExtProto.Dataset parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ConfigCatalogExtProto.Dataset parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ConfigCatalogExtProto.Dataset parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ConfigCatalogExtProto.Dataset.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ConfigCatalogExtProto.Dataset.Builder newBuilder()
public static ConfigCatalogExtProto.Dataset.Builder newBuilder(ConfigCatalogExtProto.Dataset prototype)
public ConfigCatalogExtProto.Dataset.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ConfigCatalogExtProto.Dataset.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic static ConfigCatalogExtProto.Dataset getDefaultInstance()
public static com.google.protobuf.Parser<ConfigCatalogExtProto.Dataset> parser()
public com.google.protobuf.Parser<ConfigCatalogExtProto.Dataset> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic ConfigCatalogExtProto.Dataset getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder