public static final class Csv.CsvRow extends GeneratedMessageV3 implements Csv.CsvRowOrBuilder
A representation of a single data row in a CSV file.
Protobuf type google.cloud.advisorynotifications.v1.Csv.CsvRow
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Csv.CsvRowImplements
Csv.CsvRowOrBuilderStatic Fields
ENTRIES_FIELD_NUMBER
public static final int ENTRIES_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Csv.CsvRow getDefaultInstance()
Type | Description |
Csv.CsvRow |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Csv.CsvRow.Builder newBuilder()
Type | Description |
Csv.CsvRow.Builder |
newBuilder(Csv.CsvRow prototype)
public static Csv.CsvRow.Builder newBuilder(Csv.CsvRow prototype)
Name | Description |
prototype | Csv.CsvRow |
Type | Description |
Csv.CsvRow.Builder |
parseDelimitedFrom(InputStream input)
public static Csv.CsvRow parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Csv.CsvRow |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Csv.CsvRow parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Csv.CsvRow |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Csv.CsvRow parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Csv.CsvRow |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Csv.CsvRow parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Csv.CsvRow |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Csv.CsvRow parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Csv.CsvRow |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Csv.CsvRow parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Csv.CsvRow |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Csv.CsvRow parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Csv.CsvRow |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Csv.CsvRow parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Csv.CsvRow |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Csv.CsvRow parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Csv.CsvRow |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Csv.CsvRow parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Csv.CsvRow |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Csv.CsvRow parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Csv.CsvRow |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Csv.CsvRow parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Csv.CsvRow |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Csv.CsvRow> parser()
Type | Description |
Parser<CsvRow> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Csv.CsvRow getDefaultInstanceForType()
Type | Description |
Csv.CsvRow |
getEntries(int index)
public String getEntries(int index)
The data entries in a CSV file row, as a string array rather than a single comma-separated string.
repeated string entries = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The entries at the given index. |
getEntriesBytes(int index)
public ByteString getEntriesBytes(int index)
The data entries in a CSV file row, as a string array rather than a single comma-separated string.
repeated string entries = 1;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the entries at the given index. |
getEntriesCount()
public int getEntriesCount()
The data entries in a CSV file row, as a string array rather than a single comma-separated string.
repeated string entries = 1;
Type | Description |
int | The count of entries. |
getEntriesList()
public ProtocolStringList getEntriesList()
The data entries in a CSV file row, as a string array rather than a single comma-separated string.
repeated string entries = 1;
Type | Description |
ProtocolStringList | A list containing the entries. |
getParserForType()
public Parser<Csv.CsvRow> getParserForType()
Type | Description |
Parser<CsvRow> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Csv.CsvRow.Builder newBuilderForType()
Type | Description |
Csv.CsvRow.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Csv.CsvRow.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Csv.CsvRow.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Csv.CsvRow.Builder toBuilder()
Type | Description |
Csv.CsvRow.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |