public final class TimestampArray extends GeneratedMessage implements TimestampArrayOrBuilderTimestamp values.
Protobuf type google.cloud.contentwarehouse.v1.TimestampArray
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > TimestampArrayImplements
TimestampArrayOrBuilderStatic Fields
VALUES_FIELD_NUMBER
public static final int VALUES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static TimestampArray getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
TimestampArray |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static TimestampArray.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
TimestampArray.Builder |
|
newBuilder(TimestampArray prototype)
public static TimestampArray.Builder newBuilder(TimestampArray prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
TimestampArray |
| Returns | |
|---|---|
| Type | Description |
TimestampArray.Builder |
|
parseDelimitedFrom(InputStream input)
public static TimestampArray parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
TimestampArray |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TimestampArray parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimestampArray |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static TimestampArray parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
TimestampArray |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TimestampArray parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimestampArray |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static TimestampArray parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
TimestampArray |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TimestampArray parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimestampArray |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static TimestampArray parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
TimestampArray |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TimestampArray parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimestampArray |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static TimestampArray parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
TimestampArray |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TimestampArray parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimestampArray |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static TimestampArray parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
TimestampArray |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TimestampArray parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimestampArray |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<TimestampArray> parser()| Returns | |
|---|---|
| Type | Description |
Parser<TimestampArray> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public TimestampArray getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TimestampArray |
|
getParserForType()
public Parser<TimestampArray> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<TimestampArray> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getValues(int index)
public TimestampValue getValues(int index)List of timestamp values.
repeated .google.cloud.contentwarehouse.v1.TimestampValue values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TimestampValue |
|
getValuesCount()
public int getValuesCount()List of timestamp values.
repeated .google.cloud.contentwarehouse.v1.TimestampValue values = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getValuesList()
public List<TimestampValue> getValuesList()List of timestamp values.
repeated .google.cloud.contentwarehouse.v1.TimestampValue values = 1;
| Returns | |
|---|---|
| Type | Description |
List<TimestampValue> |
|
getValuesOrBuilder(int index)
public TimestampValueOrBuilder getValuesOrBuilder(int index)List of timestamp values.
repeated .google.cloud.contentwarehouse.v1.TimestampValue values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TimestampValueOrBuilder |
|
getValuesOrBuilderList()
public List<? extends TimestampValueOrBuilder> getValuesOrBuilderList()List of timestamp values.
repeated .google.cloud.contentwarehouse.v1.TimestampValue values = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.contentwarehouse.v1.TimestampValueOrBuilder> |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public TimestampArray.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
TimestampArray.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected TimestampArray.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
TimestampArray.Builder |
|
toBuilder()
public TimestampArray.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
TimestampArray.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|