public interface ListScanRunsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
The maximum number of ScanRuns to return, can be limited by server.
|
String |
getPageToken()
A token identifying a page of results to be returned.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A token identifying a page of results to be returned.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required.
The parent resource name, which should be a scan resource name in the
format 'projects/{projectId}/scanConfigs/{scanConfigId}'.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required.
The parent resource name, which should be a scan resource name in the
format 'projects/{projectId}/scanConfigs/{scanConfigId}'.
string parent = 1;String getPageToken()
A token identifying a page of results to be returned. This should be a `next_page_token` value returned from a previous List request. If unspecified, the first page of results is returned.
string page_token = 2;com.google.protobuf.ByteString getPageTokenBytes()
A token identifying a page of results to be returned. This should be a `next_page_token` value returned from a previous List request. If unspecified, the first page of results is returned.
string page_token = 2;int getPageSize()
The maximum number of ScanRuns to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value.
int32 page_size = 3;Copyright © 2019 Google LLC. All rights reserved.