public interface GceInstanceFilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getServiceAccounts(int index)
public abstract String getServiceAccounts(int index)If non-empty, only Compute Engine instances associated with at least one of the provided service accounts will be included in the evaluation.
repeated string service_accounts = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The serviceAccounts at the given index. |
getServiceAccountsBytes(int index)
public abstract ByteString getServiceAccountsBytes(int index)If non-empty, only Compute Engine instances associated with at least one of the provided service accounts will be included in the evaluation.
repeated string service_accounts = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the serviceAccounts at the given index. |
getServiceAccountsCount()
public abstract int getServiceAccountsCount()If non-empty, only Compute Engine instances associated with at least one of the provided service accounts will be included in the evaluation.
repeated string service_accounts = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The count of serviceAccounts. |
getServiceAccountsList()
public abstract List<String> getServiceAccountsList()If non-empty, only Compute Engine instances associated with at least one of the provided service accounts will be included in the evaluation.
repeated string service_accounts = 4;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the serviceAccounts. |