public interface RegionDisksAddResourcePoliciesRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getResourcePolicies(int index)
public abstract String getResourcePolicies(int index)
Resource policies to be added to this disk.
repeated string resource_policies = 22220385;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The resourcePolicies at the given index. |
getResourcePoliciesBytes(int index)
public abstract ByteString getResourcePoliciesBytes(int index)
Resource policies to be added to this disk.
repeated string resource_policies = 22220385;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the resourcePolicies at the given index. |
getResourcePoliciesCount()
public abstract int getResourcePoliciesCount()
Resource policies to be added to this disk.
repeated string resource_policies = 22220385;
Returns | |
---|---|
Type | Description |
int |
The count of resourcePolicies. |
getResourcePoliciesList()
public abstract List<String> getResourcePoliciesList()
Resource policies to be added to this disk.
repeated string resource_policies = 22220385;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the resourcePolicies. |