Package com.google.cloud.compute.v1
Interface DisksAddResourcePoliciesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DisksAddResourcePoliciesRequest
,DisksAddResourcePoliciesRequest.Builder
public interface DisksAddResourcePoliciesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getResourcePolicies(int index)
Full or relative path to the resource policy to be added to this disk.com.google.protobuf.ByteString
getResourcePoliciesBytes(int index)
Full or relative path to the resource policy to be added to this disk.int
getResourcePoliciesCount()
Full or relative path to the resource policy to be added to this disk.List<String>
getResourcePoliciesList()
Full or relative path to the resource policy 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()
Full or relative path to the resource policy to be added to this disk. You can only specify one resource policy.
repeated string resource_policies = 22220385;
- Returns:
- A list containing the resourcePolicies.
-
getResourcePoliciesCount
int getResourcePoliciesCount()
Full or relative path to the resource policy to be added to this disk. You can only specify one resource policy.
repeated string resource_policies = 22220385;
- Returns:
- The count of resourcePolicies.
-
getResourcePolicies
String getResourcePolicies(int index)
Full or relative path to the resource policy to be added to this disk. You can only specify one resource policy.
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)
Full or relative path to the resource policy to be added to this disk. You can only specify one resource policy.
repeated string resource_policies = 22220385;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the resourcePolicies at the given index.
-
-