public final class ListPublicOperatorsResponse extends GeneratedMessageV3 implements ListPublicOperatorsResponseOrBuilder
Response message of ListPublicOperators API.
Protobuf type google.cloud.visionai.v1.ListPublicOperatorsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListPublicOperatorsResponseImplements
ListPublicOperatorsResponseOrBuilderStatic Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
OPERATORS_FIELD_NUMBER
public static final int OPERATORS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListPublicOperatorsResponse getDefaultInstance()
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ListPublicOperatorsResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse.Builder |
newBuilder(ListPublicOperatorsResponse prototype)
public static ListPublicOperatorsResponse.Builder newBuilder(ListPublicOperatorsResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ListPublicOperatorsResponse |
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListPublicOperatorsResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListPublicOperatorsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListPublicOperatorsResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListPublicOperatorsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListPublicOperatorsResponse parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListPublicOperatorsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListPublicOperatorsResponse parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListPublicOperatorsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListPublicOperatorsResponse parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListPublicOperatorsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListPublicOperatorsResponse parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListPublicOperatorsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListPublicOperatorsResponse> parser()
Returns | |
---|---|
Type | Description |
Parser<ListPublicOperatorsResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ListPublicOperatorsResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse |
getNextPageToken()
public String getNextPageToken()
A token identifying a page of results the server should return.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token identifying a page of results the server should return.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getOperators(int index)
public Operator getOperators(int index)
The list of Operator
repeated .google.cloud.visionai.v1.Operator operators = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Operator |
getOperatorsCount()
public int getOperatorsCount()
The list of Operator
repeated .google.cloud.visionai.v1.Operator operators = 1;
Returns | |
---|---|
Type | Description |
int |
getOperatorsList()
public List<Operator> getOperatorsList()
The list of Operator
repeated .google.cloud.visionai.v1.Operator operators = 1;
Returns | |
---|---|
Type | Description |
List<Operator> |
getOperatorsOrBuilder(int index)
public OperatorOrBuilder getOperatorsOrBuilder(int index)
The list of Operator
repeated .google.cloud.visionai.v1.Operator operators = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OperatorOrBuilder |
getOperatorsOrBuilderList()
public List<? extends OperatorOrBuilder> getOperatorsOrBuilderList()
The list of Operator
repeated .google.cloud.visionai.v1.Operator operators = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.visionai.v1.OperatorOrBuilder> |
getParserForType()
public Parser<ListPublicOperatorsResponse> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ListPublicOperatorsResponse> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ListPublicOperatorsResponse.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListPublicOperatorsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ListPublicOperatorsResponse.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ListPublicOperatorsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |