public interface ListAppProfilesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPageToken()
The value of `next_page_token` returned by a previous call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
The value of `next_page_token` returned by a previous call.
|
String |
getParent()
The unique name of the instance for which a list of app profiles is
requested.
|
com.google.protobuf.ByteString |
getParentBytes()
The unique name of the instance for which a list of app profiles is
requested.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
The unique name of the instance for which a list of app profiles is requested. Values are of the form `projects/<project>/instances/<instance>`.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
The unique name of the instance for which a list of app profiles is requested. Values are of the form `projects/<project>/instances/<instance>`.
string parent = 1;String getPageToken()
The value of `next_page_token` returned by a previous call.
string page_token = 2;com.google.protobuf.ByteString getPageTokenBytes()
The value of `next_page_token` returned by a previous call.
string page_token = 2;Copyright © 2018 Google LLC. All rights reserved.