public sealed class ListAppProfilesRequest : IMessage<ListAppProfilesRequest>, IEquatable<ListAppProfilesRequest>, IDeepCloneable<ListAppProfilesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ListAppProfilesRequest.
Request message for BigtableInstanceAdmin.ListAppProfiles.
Implements
IMessageListAppProfilesRequest, IEquatableListAppProfilesRequest, IDeepCloneableListAppProfilesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
ListAppProfilesRequest()
public ListAppProfilesRequest()
ListAppProfilesRequest(ListAppProfilesRequest)
public ListAppProfilesRequest(ListAppProfilesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListAppProfilesRequest |
Properties
PageSize
public int PageSize { get; set; }
Maximum number of results per page.
A page_size of zero lets the server choose the number of items to return. A page_size which is strictly positive will return at most that many items. A negative page_size will cause an error.
Following the first request, subsequent paginated calls are not required to pass a page_size. If a page_size is set in subsequent calls, it must match the page_size given in the first request.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The value of next_page_token
returned by a previous call.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The unique name of the instance for which a list of app profiles
is requested. Values are of the form
projects/{project}/instances/{instance}
.
Use {instance} = '-'
to list AppProfiles for all Instances in a project,
e.g., projects/myproject/instances/-
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsInstanceName
public InstanceName ParentAsInstanceName { get; set; }
InstanceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
InstanceName |