public interface ResourceOwnersOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getResourceOwners(int index)
public abstract String getResourceOwners(int index)List of resource owners.
repeated string resource_owners = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The resourceOwners at the given index. |
getResourceOwnersBytes(int index)
public abstract ByteString getResourceOwnersBytes(int index)List of resource owners.
repeated string resource_owners = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the resourceOwners at the given index. |
getResourceOwnersCount()
public abstract int getResourceOwnersCount()List of resource owners.
repeated string resource_owners = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of resourceOwners. |
getResourceOwnersList()
public abstract List<String> getResourceOwnersList()List of resource owners.
repeated string resource_owners = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the resourceOwners. |