public interface UnassignRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. License pool name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. License pool name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getUsernames(int index)
public abstract String getUsernames(int index) Required. Username.
Format: name@domain.com.
repeated string usernames = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The usernames at the given index. |
getUsernamesBytes(int index)
public abstract ByteString getUsernamesBytes(int index) Required. Username.
Format: name@domain.com.
repeated string usernames = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the usernames at the given index. |
getUsernamesCount()
public abstract int getUsernamesCount() Required. Username.
Format: name@domain.com.
repeated string usernames = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The count of usernames. |
getUsernamesList()
public abstract List<String> getUsernamesList() Required. Username.
Format: name@domain.com.
repeated string usernames = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the usernames. |