public interface ListWorkflowTemplatesRequestOrBuilder
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 "resource name" of the region, as described
in https://cloud.google.com/apis/design/resource_names of the form
`projects/{project_id}/regions/{region}`
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. The "resource name" of the region, as described
in https://cloud.google.com/apis/design/resource_names of the form
`projects/{project_id}/regions/{region}`
string parent = 1;int getPageSize()
Optional. The maximum number of results to return in each response.
int32 page_size = 2;String getPageToken()
Optional. The page token, returned by a previous call, to request the next page of results.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
Optional. The page token, returned by a previous call, to request the next page of results.
string page_token = 3;Copyright © 2019 Google LLC. All rights reserved.