public interface DisksAddResourcePoliciesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;index - The index of the element to return.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;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.