Package com.google.cloud.compute.v1
Interface InstancesRemoveResourcePoliciesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstancesRemoveResourcePoliciesRequest
,InstancesRemoveResourcePoliciesRequest.Builder
public interface InstancesRemoveResourcePoliciesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getResourcePolicies(int index)
Resource policies to be removed from this instance.com.google.protobuf.ByteString
getResourcePoliciesBytes(int index)
Resource policies to be removed from this instance.int
getResourcePoliciesCount()
Resource policies to be removed from this instance.List<String>
getResourcePoliciesList()
Resource policies to be removed from this instance.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourcePoliciesList
List<String> getResourcePoliciesList()
Resource policies to be removed from this instance.
repeated string resource_policies = 22220385;
- Returns:
- A list containing the resourcePolicies.
-
getResourcePoliciesCount
int getResourcePoliciesCount()
Resource policies to be removed from this instance.
repeated string resource_policies = 22220385;
- Returns:
- The count of resourcePolicies.
-
getResourcePolicies
String getResourcePolicies(int index)
Resource policies to be removed from this instance.
repeated string resource_policies = 22220385;
- Parameters:
index
- The index of the element to return.- Returns:
- The resourcePolicies at the given index.
-
getResourcePoliciesBytes
com.google.protobuf.ByteString getResourcePoliciesBytes(int index)
Resource policies to be removed from this instance.
repeated string resource_policies = 22220385;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the resourcePolicies at the given index.
-
-