public final class Csv extends com.google.protobuf.GeneratedMessageV3 implements CsvOrBuilder
A representation of a CSV file attachment, as a list of column headers and a list of data rows.Protobuf type
google.cloud.advisorynotifications.v1.Csv| Modifier and Type | Class and Description |
|---|---|
static class |
Csv.Builder
A representation of a CSV file attachment, as a list of column headers and
a list of data rows.
|
static class |
Csv.CsvRow
A representation of a single data row in a CSV file.
|
static interface |
Csv.CsvRowOrBuilder |
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 |
DATA_ROWS_FIELD_NUMBER |
static int |
HEADERS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Csv.CsvRow |
getDataRows(int index)
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
int |
getDataRowsCount()
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
List<Csv.CsvRow> |
getDataRowsList()
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
Csv.CsvRowOrBuilder |
getDataRowsOrBuilder(int index)
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
List<? extends Csv.CsvRowOrBuilder> |
getDataRowsOrBuilderList()
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
static Csv |
getDefaultInstance() |
Csv |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getHeaders(int index)
The list of headers for data columns in a CSV file.
|
com.google.protobuf.ByteString |
getHeadersBytes(int index)
The list of headers for data columns in a CSV file.
|
int |
getHeadersCount()
The list of headers for data columns in a CSV file.
|
com.google.protobuf.ProtocolStringList |
getHeadersList()
The list of headers for data columns in a CSV file.
|
com.google.protobuf.Parser<Csv> |
getParserForType() |
int |
getSerializedSize() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Csv.Builder |
newBuilder() |
static Csv.Builder |
newBuilder(Csv prototype) |
Csv.Builder |
newBuilderForType() |
protected Csv.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Csv |
parseDelimitedFrom(InputStream input) |
static Csv |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Csv |
parseFrom(byte[] data) |
static Csv |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Csv |
parseFrom(ByteBuffer data) |
static Csv |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Csv |
parseFrom(com.google.protobuf.ByteString data) |
static Csv |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Csv |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Csv |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Csv |
parseFrom(InputStream input) |
static Csv |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Csv> |
parser() |
Csv.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int HEADERS_FIELD_NUMBER
public static final int DATA_ROWS_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 com.google.protobuf.ProtocolStringList getHeadersList()
The list of headers for data columns in a CSV file.
repeated string headers = 1;getHeadersList in interface CsvOrBuilderpublic int getHeadersCount()
The list of headers for data columns in a CSV file.
repeated string headers = 1;getHeadersCount in interface CsvOrBuilderpublic String getHeaders(int index)
The list of headers for data columns in a CSV file.
repeated string headers = 1;getHeaders in interface CsvOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getHeadersBytes(int index)
The list of headers for data columns in a CSV file.
repeated string headers = 1;getHeadersBytes in interface CsvOrBuilderindex - The index of the value to return.public List<Csv.CsvRow> getDataRowsList()
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.
repeated .google.cloud.advisorynotifications.v1.Csv.CsvRow data_rows = 2;getDataRowsList in interface CsvOrBuilderpublic List<? extends Csv.CsvRowOrBuilder> getDataRowsOrBuilderList()
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.
repeated .google.cloud.advisorynotifications.v1.Csv.CsvRow data_rows = 2;getDataRowsOrBuilderList in interface CsvOrBuilderpublic int getDataRowsCount()
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.
repeated .google.cloud.advisorynotifications.v1.Csv.CsvRow data_rows = 2;getDataRowsCount in interface CsvOrBuilderpublic Csv.CsvRow getDataRows(int index)
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.
repeated .google.cloud.advisorynotifications.v1.Csv.CsvRow data_rows = 2;getDataRows in interface CsvOrBuilderpublic Csv.CsvRowOrBuilder getDataRowsOrBuilder(int index)
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.
repeated .google.cloud.advisorynotifications.v1.Csv.CsvRow data_rows = 2;getDataRowsOrBuilder in interface CsvOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Csv parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Csv parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Csv parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Csv parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Csv parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Csv parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Csv parseFrom(InputStream input) throws IOException
IOExceptionpublic static Csv parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Csv parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Csv parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Csv parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Csv parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Csv.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Csv.Builder newBuilder()
public static Csv.Builder newBuilder(Csv prototype)
public Csv.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Csv.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Csv getDefaultInstance()
public static com.google.protobuf.Parser<Csv> parser()
public com.google.protobuf.Parser<Csv> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Csv getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.