Package com.google.cloud.compute.v1
Interface DisksRemoveResourcePoliciesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DisksRemoveResourcePoliciesRequest
,DisksRemoveResourcePoliciesRequest.Builder
public interface DisksRemoveResourcePoliciesRequestOrBuilder 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 disk.com.google.protobuf.ByteString
getResourcePoliciesBytes(int index)
Resource policies to be removed from this disk.int
getResourcePoliciesCount()
Resource policies to be removed from this disk.List<String>
getResourcePoliciesList()
Resource policies to be removed from this disk.-
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 disk.
repeated string resource_policies = 22220385;
- Returns:
- A list containing the resourcePolicies.
-
getResourcePoliciesCount
int getResourcePoliciesCount()
Resource policies to be removed from this disk.
repeated string resource_policies = 22220385;
- Returns:
- The count of resourcePolicies.
-
getResourcePolicies
String getResourcePolicies(int index)
Resource policies to be removed from this disk.
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 disk.
repeated string resource_policies = 22220385;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the resourcePolicies at the given index.
-
-