public static final class ApplicationNodeAnnotation.Builder extends GeneratedMessageV3.Builder<ApplicationNodeAnnotation.Builder> implements ApplicationNodeAnnotationOrBuilder
Message describing annotations specific to application node.
This message is a duplication of StreamWithAnnotation.NodeAnnotation.
Protobuf type google.cloud.visionai.v1.ApplicationNodeAnnotation
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllAnnotations(Iterable<? extends StreamAnnotation> values)
public ApplicationNodeAnnotation.Builder addAllAnnotations(Iterable<? extends StreamAnnotation> values)
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.visionai.v1.StreamAnnotation>
|
addAnnotations(StreamAnnotation value)
public ApplicationNodeAnnotation.Builder addAnnotations(StreamAnnotation value)
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
addAnnotations(StreamAnnotation.Builder builderForValue)
public ApplicationNodeAnnotation.Builder addAnnotations(StreamAnnotation.Builder builderForValue)
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
addAnnotations(int index, StreamAnnotation value)
public ApplicationNodeAnnotation.Builder addAnnotations(int index, StreamAnnotation value)
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
addAnnotations(int index, StreamAnnotation.Builder builderForValue)
public ApplicationNodeAnnotation.Builder addAnnotations(int index, StreamAnnotation.Builder builderForValue)
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
addAnnotationsBuilder()
public StreamAnnotation.Builder addAnnotationsBuilder()
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
addAnnotationsBuilder(int index)
public StreamAnnotation.Builder addAnnotationsBuilder(int index)
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ApplicationNodeAnnotation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ApplicationNodeAnnotation build()
buildPartial()
public ApplicationNodeAnnotation buildPartial()
clear()
public ApplicationNodeAnnotation.Builder clear()
Overrides
clearAnnotations()
public ApplicationNodeAnnotation.Builder clearAnnotations()
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
clearField(Descriptors.FieldDescriptor field)
public ApplicationNodeAnnotation.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNode()
public ApplicationNodeAnnotation.Builder clearNode()
The node name of the application graph.
string node = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public ApplicationNodeAnnotation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ApplicationNodeAnnotation.Builder clone()
Overrides
getAnnotations(int index)
public StreamAnnotation getAnnotations(int index)
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
Parameter |
Name |
Description |
index |
int
|
getAnnotationsBuilder(int index)
public StreamAnnotation.Builder getAnnotationsBuilder(int index)
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
Parameter |
Name |
Description |
index |
int
|
getAnnotationsBuilderList()
public List<StreamAnnotation.Builder> getAnnotationsBuilderList()
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
getAnnotationsCount()
public int getAnnotationsCount()
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
Returns |
Type |
Description |
int |
|
getAnnotationsList()
public List<StreamAnnotation> getAnnotationsList()
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
getAnnotationsOrBuilder(int index)
public StreamAnnotationOrBuilder getAnnotationsOrBuilder(int index)
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
Parameter |
Name |
Description |
index |
int
|
getAnnotationsOrBuilderList()
public List<? extends StreamAnnotationOrBuilder> getAnnotationsOrBuilderList()
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
Returns |
Type |
Description |
List<? extends com.google.cloud.visionai.v1.StreamAnnotationOrBuilder> |
|
getDefaultInstanceForType()
public ApplicationNodeAnnotation getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNode()
The node name of the application graph.
string node = 1;
Returns |
Type |
Description |
String |
The node.
|
getNodeBytes()
public ByteString getNodeBytes()
The node name of the application graph.
string node = 1;
Returns |
Type |
Description |
ByteString |
The bytes for node.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ApplicationNodeAnnotation other)
public ApplicationNodeAnnotation.Builder mergeFrom(ApplicationNodeAnnotation other)
public ApplicationNodeAnnotation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ApplicationNodeAnnotation.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ApplicationNodeAnnotation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeAnnotations(int index)
public ApplicationNodeAnnotation.Builder removeAnnotations(int index)
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
Parameter |
Name |
Description |
index |
int
|
setAnnotations(int index, StreamAnnotation value)
public ApplicationNodeAnnotation.Builder setAnnotations(int index, StreamAnnotation value)
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
setAnnotations(int index, StreamAnnotation.Builder builderForValue)
public ApplicationNodeAnnotation.Builder setAnnotations(int index, StreamAnnotation.Builder builderForValue)
The node specific stream annotations.
repeated .google.cloud.visionai.v1.StreamAnnotation annotations = 2;
setField(Descriptors.FieldDescriptor field, Object value)
public ApplicationNodeAnnotation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNode(String value)
public ApplicationNodeAnnotation.Builder setNode(String value)
The node name of the application graph.
string node = 1;
Parameter |
Name |
Description |
value |
String
The node to set.
|
setNodeBytes(ByteString value)
public ApplicationNodeAnnotation.Builder setNodeBytes(ByteString value)
The node name of the application graph.
string node = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for node to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ApplicationNodeAnnotation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ApplicationNodeAnnotation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides