public interface ListInstructionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Optional.
|
com.google.protobuf.ByteString |
getFilterBytes()
Optional.
|
int |
getPageSize()
Optional.
|
String |
getPageToken()
Optional.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Instruction resource parent, format:
projects/{project_id}
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. Instruction resource parent, format:
projects/{project_id}
string parent = 1;String getFilter()
Optional. Filter is not supported at this moment.
string filter = 2;com.google.protobuf.ByteString getFilterBytes()
Optional. Filter is not supported at this moment.
string filter = 2;int getPageSize()
Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
int32 page_size = 3;String getPageToken()
Optional. A token identifying a page of results for the server to return. Typically obtained by [ListInstructionsResponse.next_page_token][google.cloud.datalabeling.v1beta1.ListInstructionsResponse.next_page_token] of the previous [DataLabelingService.ListInstructions] call. Return first page if empty.
string page_token = 4;com.google.protobuf.ByteString getPageTokenBytes()
Optional. A token identifying a page of results for the server to return. Typically obtained by [ListInstructionsResponse.next_page_token][google.cloud.datalabeling.v1beta1.ListInstructionsResponse.next_page_token] of the previous [DataLabelingService.ListInstructions] call. Return first page if empty.
string page_token = 4;Copyright © 2019 Google LLC. All rights reserved.