public static final class Series.Builder extends GeneratedMessageV3.Builder<Series.Builder> implements SeriesOrBuilderMessage describing the Series object.
Protobuf type google.events.cloud.visionai.v1.Series
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Series.BuilderImplements
SeriesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Series.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
build()
public Series build()| Returns | |
|---|---|
| Type | Description |
Series |
|
buildPartial()
public Series buildPartial()| Returns | |
|---|---|
| Type | Description |
Series |
|
clear()
public Series.Builder clear()| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
clearAnnotations()
public Series.Builder clearAnnotations()| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
clearCreateTime()
public Series.Builder clearCreateTime()Output only. The create timestamp.
.google.protobuf.Timestamp create_time = 2;
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
clearEvent()
public Series.Builder clearEvent()Required. Event that is associated with this series.
string event = 7;
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Series.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
clearLabels()
public Series.Builder clearLabels()| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
clearName()
public Series.Builder clearName()Name of the resource.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Series.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
clearStream()
public Series.Builder clearStream()Required. Stream that is associated with this series.
string stream = 6;
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
This builder for chaining. |
clearUpdateTime()
public Series.Builder clearUpdateTime()Output only. The update timestamp.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
clone()
public Series.Builder clone()| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
containsAnnotations(String key)
public boolean containsAnnotations(String key)Annotations to allow clients to store small amounts of arbitrary data.
map<string, string> annotations = 5;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
containsLabels(String key)
public boolean containsLabels(String key)Labels as key value pairs.
map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getAnnotations()
public Map<String,String> getAnnotations()Use #getAnnotationsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getAnnotationsCount()
public int getAnnotationsCount()Annotations to allow clients to store small amounts of arbitrary data.
map<string, string> annotations = 5;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAnnotationsMap()
public Map<String,String> getAnnotationsMap()Annotations to allow clients to store small amounts of arbitrary data.
map<string, string> annotations = 5;
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getAnnotationsOrDefault(String key, String defaultValue)
public String getAnnotationsOrDefault(String key, String defaultValue)Annotations to allow clients to store small amounts of arbitrary data.
map<string, string> annotations = 5;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getAnnotationsOrThrow(String key)
public String getAnnotationsOrThrow(String key)Annotations to allow clients to store small amounts of arbitrary data.
map<string, string> annotations = 5;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getCreateTime()
public Timestamp getCreateTime()Output only. The create timestamp.
.google.protobuf.Timestamp create_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. The create timestamp.
.google.protobuf.Timestamp create_time = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The create timestamp.
.google.protobuf.Timestamp create_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public Series getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Series |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEvent()
public String getEvent()Required. Event that is associated with this series.
string event = 7;
| Returns | |
|---|---|
| Type | Description |
String |
The event. |
getEventBytes()
public ByteString getEventBytes()Required. Event that is associated with this series.
string event = 7;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for event. |
getLabels()
public Map<String,String> getLabels()Use #getLabelsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getLabelsCount()
public int getLabelsCount()Labels as key value pairs.
map<string, string> labels = 4;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLabelsMap()
public Map<String,String> getLabelsMap()Labels as key value pairs.
map<string, string> labels = 4;
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)Labels as key value pairs.
map<string, string> labels = 4;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)Labels as key value pairs.
map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getMutableAnnotations()
public Map<String,String> getMutableAnnotations()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getMutableLabels()
public Map<String,String> getMutableLabels()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getName()
public String getName()Name of the resource.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Name of the resource.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getStream()
public String getStream()Required. Stream that is associated with this series.
string stream = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The stream. |
getStreamBytes()
public ByteString getStreamBytes()Required. Stream that is associated with this series.
string stream = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for stream. |
getUpdateTime()
public Timestamp getUpdateTime()Output only. The update timestamp.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. The update timestamp.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The update timestamp.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasCreateTime()
public boolean hasCreateTime()Output only. The create timestamp.
.google.protobuf.Timestamp create_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasUpdateTime()
public boolean hasUpdateTime()Output only. The update timestamp.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
internalGetMapField(int number)
protected MapField internalGetMapField(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
MapField |
|
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
MapField |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCreateTime(Timestamp value)
public Series.Builder mergeCreateTime(Timestamp value)Output only. The create timestamp.
.google.protobuf.Timestamp create_time = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
mergeFrom(Series other)
public Series.Builder mergeFrom(Series other)| Parameter | |
|---|---|
| Name | Description |
other |
Series |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Series.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Series.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Series.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
mergeUpdateTime(Timestamp value)
public Series.Builder mergeUpdateTime(Timestamp value)Output only. The update timestamp.
.google.protobuf.Timestamp update_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
putAllAnnotations(Map<String,String> values)
public Series.Builder putAllAnnotations(Map<String,String> values)Annotations to allow clients to store small amounts of arbitrary data.
map<string, string> annotations = 5;
| Parameter | |
|---|---|
| Name | Description |
values |
Map<String,String> |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
putAllLabels(Map<String,String> values)
public Series.Builder putAllLabels(Map<String,String> values)Labels as key value pairs.
map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description |
values |
Map<String,String> |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
putAnnotations(String key, String value)
public Series.Builder putAnnotations(String key, String value)Annotations to allow clients to store small amounts of arbitrary data.
map<string, string> annotations = 5;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
value |
String |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
putLabels(String key, String value)
public Series.Builder putLabels(String key, String value)Labels as key value pairs.
map<string, string> labels = 4;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
value |
String |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
removeAnnotations(String key)
public Series.Builder removeAnnotations(String key)Annotations to allow clients to store small amounts of arbitrary data.
map<string, string> annotations = 5;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
removeLabels(String key)
public Series.Builder removeLabels(String key)Labels as key value pairs.
map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
setCreateTime(Timestamp value)
public Series.Builder setCreateTime(Timestamp value)Output only. The create timestamp.
.google.protobuf.Timestamp create_time = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
setCreateTime(Timestamp.Builder builderForValue)
public Series.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. The create timestamp.
.google.protobuf.Timestamp create_time = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
setEvent(String value)
public Series.Builder setEvent(String value)Required. Event that is associated with this series.
string event = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe event to set. |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
This builder for chaining. |
setEventBytes(ByteString value)
public Series.Builder setEventBytes(ByteString value)Required. Event that is associated with this series.
string event = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for event to set. |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Series.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
setName(String value)
public Series.Builder setName(String value)Name of the resource.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public Series.Builder setNameBytes(ByteString value)Name of the resource.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Series.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
setStream(String value)
public Series.Builder setStream(String value)Required. Stream that is associated with this series.
string stream = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe stream to set. |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
This builder for chaining. |
setStreamBytes(ByteString value)
public Series.Builder setStreamBytes(ByteString value)Required. Stream that is associated with this series.
string stream = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for stream to set. |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Series.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
setUpdateTime(Timestamp value)
public Series.Builder setUpdateTime(Timestamp value)Output only. The update timestamp.
.google.protobuf.Timestamp update_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|
setUpdateTime(Timestamp.Builder builderForValue)
public Series.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. The update timestamp.
.google.protobuf.Timestamp update_time = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Series.Builder |
|