public static final class PacketType.Builder extends GeneratedMessage.Builder<PacketType.Builder> implements PacketTypeOrBuilderThe message that represents the data type of a packet.
Protobuf type google.cloud.visionai.v1.PacketType
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PacketType.BuilderImplements
PacketTypeOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public PacketType build()| Returns | |
|---|---|
| Type | Description |
PacketType |
|
buildPartial()
public PacketType buildPartial()| Returns | |
|---|---|
| Type | Description |
PacketType |
|
clear()
public PacketType.Builder clear()| Returns | |
|---|---|
| Type | Description |
PacketType.Builder |
|
clearTypeClass()
public PacketType.Builder clearTypeClass()The type class of the packet. Its possible values are: "gst", "protobuf", and "string".
string type_class = 1;
| Returns | |
|---|---|
| Type | Description |
PacketType.Builder |
This builder for chaining. |
clearTypeDescriptor()
public PacketType.Builder clearTypeDescriptor()The type descriptor.
.google.cloud.visionai.v1.PacketType.TypeDescriptor type_descriptor = 2;
| Returns | |
|---|---|
| Type | Description |
PacketType.Builder |
|
getDefaultInstanceForType()
public PacketType getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PacketType |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getTypeClass()
public String getTypeClass()The type class of the packet. Its possible values are: "gst", "protobuf", and "string".
string type_class = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The typeClass. |
getTypeClassBytes()
public ByteString getTypeClassBytes()The type class of the packet. Its possible values are: "gst", "protobuf", and "string".
string type_class = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for typeClass. |
getTypeDescriptor()
public PacketType.TypeDescriptor getTypeDescriptor()The type descriptor.
.google.cloud.visionai.v1.PacketType.TypeDescriptor type_descriptor = 2;
| Returns | |
|---|---|
| Type | Description |
PacketType.TypeDescriptor |
The typeDescriptor. |
getTypeDescriptorBuilder()
public PacketType.TypeDescriptor.Builder getTypeDescriptorBuilder()The type descriptor.
.google.cloud.visionai.v1.PacketType.TypeDescriptor type_descriptor = 2;
| Returns | |
|---|---|
| Type | Description |
PacketType.TypeDescriptor.Builder |
|
getTypeDescriptorOrBuilder()
public PacketType.TypeDescriptorOrBuilder getTypeDescriptorOrBuilder()The type descriptor.
.google.cloud.visionai.v1.PacketType.TypeDescriptor type_descriptor = 2;
| Returns | |
|---|---|
| Type | Description |
PacketType.TypeDescriptorOrBuilder |
|
hasTypeDescriptor()
public boolean hasTypeDescriptor()The type descriptor.
.google.cloud.visionai.v1.PacketType.TypeDescriptor type_descriptor = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the typeDescriptor field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(PacketType other)
public PacketType.Builder mergeFrom(PacketType other)| Parameter | |
|---|---|
| Name | Description |
other |
PacketType |
| Returns | |
|---|---|
| Type | Description |
PacketType.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PacketType.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PacketType.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PacketType.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PacketType.Builder |
|
mergeTypeDescriptor(PacketType.TypeDescriptor value)
public PacketType.Builder mergeTypeDescriptor(PacketType.TypeDescriptor value)The type descriptor.
.google.cloud.visionai.v1.PacketType.TypeDescriptor type_descriptor = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
PacketType.TypeDescriptor |
| Returns | |
|---|---|
| Type | Description |
PacketType.Builder |
|
setTypeClass(String value)
public PacketType.Builder setTypeClass(String value)The type class of the packet. Its possible values are: "gst", "protobuf", and "string".
string type_class = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe typeClass to set. |
| Returns | |
|---|---|
| Type | Description |
PacketType.Builder |
This builder for chaining. |
setTypeClassBytes(ByteString value)
public PacketType.Builder setTypeClassBytes(ByteString value)The type class of the packet. Its possible values are: "gst", "protobuf", and "string".
string type_class = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for typeClass to set. |
| Returns | |
|---|---|
| Type | Description |
PacketType.Builder |
This builder for chaining. |
setTypeDescriptor(PacketType.TypeDescriptor value)
public PacketType.Builder setTypeDescriptor(PacketType.TypeDescriptor value)The type descriptor.
.google.cloud.visionai.v1.PacketType.TypeDescriptor type_descriptor = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
PacketType.TypeDescriptor |
| Returns | |
|---|---|
| Type | Description |
PacketType.Builder |
|
setTypeDescriptor(PacketType.TypeDescriptor.Builder builderForValue)
public PacketType.Builder setTypeDescriptor(PacketType.TypeDescriptor.Builder builderForValue)The type descriptor.
.google.cloud.visionai.v1.PacketType.TypeDescriptor type_descriptor = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PacketType.TypeDescriptor.Builder |
| Returns | |
|---|---|
| Type | Description |
PacketType.Builder |
|