public interface ListInspectTemplatesRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getPageSize()
Optional size of the page, can be limited by server.
|
java.lang.String |
getPageToken()
Optional page token to continue retrieval.
|
ByteString |
getPageTokenBytes()
Optional page token to continue retrieval.
|
java.lang.String |
getParent()
The parent resource name, for example projects/my-project-id or
organizations/my-org-id.
|
ByteString |
getParentBytes()
The parent resource name, for example projects/my-project-id or
organizations/my-org-id.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getParent()
The parent resource name, for example projects/my-project-id or organizations/my-org-id.
string parent = 1;
ByteString getParentBytes()
The parent resource name, for example projects/my-project-id or organizations/my-org-id.
string parent = 1;
java.lang.String getPageToken()
Optional page token to continue retrieval. Comes from previous call to `ListInspectTemplates`.
string page_token = 2;
ByteString getPageTokenBytes()
Optional page token to continue retrieval. Comes from previous call to `ListInspectTemplates`.
string page_token = 2;
int getPageSize()
Optional size of the page, can be limited by server. If zero server returns a page of max size 100.
int32 page_size = 3;