public interface ListUserLicensesRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFilter()
public abstract String getFilter()
Optional. Filter for the list request.
Supported fields:
license_assignment_state
Examples:
license_assignment_state = ASSIGNED
to list assigned user licenses.license_assignment_state = NO_LICENSE
to list not licensed users.license_assignment_state = NO_LICENSE_ATTEMPTED_LOGIN
to list users who attempted login but no license assigned.license_assignment_state != NO_LICENSE_ATTEMPTED_LOGIN
to filter out users who attempted login but no license assigned.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The filter. |
getFilterBytes()
public abstract ByteString getFilterBytes()
Optional. Filter for the list request.
Supported fields:
license_assignment_state
Examples:
license_assignment_state = ASSIGNED
to list assigned user licenses.license_assignment_state = NO_LICENSE
to list not licensed users.license_assignment_state = NO_LICENSE_ATTEMPTED_LOGIN
to list users who attempted login but no license assigned.license_assignment_state != NO_LICENSE_ATTEMPTED_LOGIN
to filter out users who attempted login but no license assigned.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public abstract int getPageSize()
Optional. Requested page size. Server may return fewer items than requested. If unspecified, defaults to 10. The maximum value is 50; values above 50 will be coerced to 50.
If this field is negative, an INVALID_ARGUMENT error is returned.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The pageSize. |
getPageToken()
public abstract String getPageToken()
Optional. A page token, received from a previous ListUserLicenses
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListUserLicenses
must match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()
Optional. A page token, received from a previous ListUserLicenses
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListUserLicenses
must match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public abstract String getParent()
Required. The parent [UserStore][] resource name, format:
projects/{project}/locations/{location}/userStores/{user_store_id}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The parent [UserStore][] resource name, format:
projects/{project}/locations/{location}/userStores/{user_store_id}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |