public interface ReorderFirewallPoliciesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNames(int index)
Required.
|
com.google.protobuf.ByteString |
getNamesBytes(int index)
Required.
|
int |
getNamesCount()
Required.
|
List<String> |
getNamesList()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The name of the project to list the policies for, in the format
`projects/{project}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The name of the project to list the policies for, in the format
`projects/{project}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
List<String> getNamesList()
Required. A list containing all policy names, in the new order. Each name
is in the format `projects/{project}/firewallpolicies/{firewallpolicy}`.
repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getNamesCount()
Required. A list containing all policy names, in the new order. Each name
is in the format `projects/{project}/firewallpolicies/{firewallpolicy}`.
repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getNames(int index)
Required. A list containing all policy names, in the new order. Each name
is in the format `projects/{project}/firewallpolicies/{firewallpolicy}`.
repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
index - The index of the element to return.com.google.protobuf.ByteString getNamesBytes(int index)
Required. A list containing all policy names, in the new order. Each name
is in the format `projects/{project}/firewallpolicies/{firewallpolicy}`.
repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.