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