public interface ListTagsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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. The name of the Data Catalog resource to list the tags of. The resource could be an [Entry][google.cloud.datacatalog.v1beta1.Entry].
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. The name of the Data Catalog resource to list the tags of. The resource could be an [Entry][google.cloud.datacatalog.v1beta1.Entry].
string parent = 1;int getPageSize()
Optional. The maximum number of tags to return. Default is 10. Max limit is 1000.
int32 page_size = 2;String getPageToken()
Optional. Token that specifies which page is requested. If empty, the first page is returned.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
Optional. Token that specifies which page is requested. If empty, the first page is returned.
string page_token = 3;Copyright © 2019 Google LLC. All rights reserved.