public sealed class ListAppProfilesRequest : IMessage<ListAppProfilesRequest>, IEquatable<ListAppProfilesRequest>, IDeepCloneable<ListAppProfilesRequest>, IBufferMessage, IMessage, IPageRequest
Request message for BigtableInstanceAdmin.ListAppProfiles.
Implements
IMessage<ListAppProfilesRequest>, IEquatable<ListAppProfilesRequest>, IDeepCloneable<ListAppProfilesRequest>, 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 |
Int32 |
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 |