public static final class ProcessorType.LocationInfo extends GeneratedMessage implements ProcessorType.LocationInfoOrBuilderThe location information about where the processor is available.
Protobuf type google.cloud.documentai.v1beta3.ProcessorType.LocationInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ProcessorType.LocationInfoImplements
ProcessorType.LocationInfoOrBuilderStatic Fields
LOCATION_ID_FIELD_NUMBER
public static final int LOCATION_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ProcessorType.LocationInfo getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ProcessorType.LocationInfo.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo.Builder |
|
newBuilder(ProcessorType.LocationInfo prototype)
public static ProcessorType.LocationInfo.Builder newBuilder(ProcessorType.LocationInfo prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ProcessorType.LocationInfo |
| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo.Builder |
|
parseDelimitedFrom(InputStream input)
public static ProcessorType.LocationInfo parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ProcessorType.LocationInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ProcessorType.LocationInfo parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProcessorType.LocationInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ProcessorType.LocationInfo parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProcessorType.LocationInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ProcessorType.LocationInfo parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ProcessorType.LocationInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ProcessorType.LocationInfo parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ProcessorType.LocationInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ProcessorType.LocationInfo parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProcessorType.LocationInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ProcessorType.LocationInfo> parser()| Returns | |
|---|---|
| Type | Description |
Parser<LocationInfo> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ProcessorType.LocationInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo |
|
getLocationId()
public String getLocationId()The location ID. For supported locations, refer to regional and multi-regional support.
string location_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The locationId. |
getLocationIdBytes()
public ByteString getLocationIdBytes()The location ID. For supported locations, refer to regional and multi-regional support.
string location_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for locationId. |
getParserForType()
public Parser<ProcessorType.LocationInfo> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<LocationInfo> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
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 ProcessorType.LocationInfo.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ProcessorType.LocationInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo.Builder |
|
toBuilder()
public ProcessorType.LocationInfo.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ProcessorType.LocationInfo.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|