Interface InstancesRemoveResourcePoliciesRequestOrBuilder (1.47.0)

public interface InstancesRemoveResourcePoliciesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResourcePolicies(int index)

public abstract String getResourcePolicies(int index)

Resource policies to be removed from this instance.

repeated string resource_policies = 22220385;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The resourcePolicies at the given index.

getResourcePoliciesBytes(int index)

public abstract ByteString getResourcePoliciesBytes(int index)

Resource policies to be removed from this instance.

repeated string resource_policies = 22220385;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the resourcePolicies at the given index.

getResourcePoliciesCount()

public abstract int getResourcePoliciesCount()

Resource policies to be removed from this instance.

repeated string resource_policies = 22220385;

Returns
TypeDescription
int

The count of resourcePolicies.

getResourcePoliciesList()

public abstract List<String> getResourcePoliciesList()

Resource policies to be removed from this instance.

repeated string resource_policies = 22220385;

Returns
TypeDescription
List<String>

A list containing the resourcePolicies.