public interface ResourceLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentLocations(int index)
The locations of a resource after the execution of the operation.
|
com.google.protobuf.ByteString |
getCurrentLocationsBytes(int index)
The locations of a resource after the execution of the operation.
|
int |
getCurrentLocationsCount()
The locations of a resource after the execution of the operation.
|
List<String> |
getCurrentLocationsList()
The locations of a resource after the execution of the operation.
|
String |
getOriginalLocations(int index)
The locations of a resource prior to the execution of the operation.
|
com.google.protobuf.ByteString |
getOriginalLocationsBytes(int index)
The locations of a resource prior to the execution of the operation.
|
int |
getOriginalLocationsCount()
The locations of a resource prior to the execution of the operation.
|
List<String> |
getOriginalLocationsList()
The locations of a resource prior to the execution of the operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getCurrentLocationsList()
The locations of a resource after the execution of the operation.
Requests to create or delete a location based resource must populate
the 'current_locations' field and not the 'original_locations' field.
For example:
"europe-west1-a"
"us-east1"
"nam3"
repeated string current_locations = 1;int getCurrentLocationsCount()
The locations of a resource after the execution of the operation.
Requests to create or delete a location based resource must populate
the 'current_locations' field and not the 'original_locations' field.
For example:
"europe-west1-a"
"us-east1"
"nam3"
repeated string current_locations = 1;String getCurrentLocations(int index)
The locations of a resource after the execution of the operation.
Requests to create or delete a location based resource must populate
the 'current_locations' field and not the 'original_locations' field.
For example:
"europe-west1-a"
"us-east1"
"nam3"
repeated string current_locations = 1;index - The index of the element to return.com.google.protobuf.ByteString getCurrentLocationsBytes(int index)
The locations of a resource after the execution of the operation.
Requests to create or delete a location based resource must populate
the 'current_locations' field and not the 'original_locations' field.
For example:
"europe-west1-a"
"us-east1"
"nam3"
repeated string current_locations = 1;index - The index of the value to return.List<String> getOriginalLocationsList()
The locations of a resource prior to the execution of the operation.
Requests that mutate the resource's location must populate both the
'original_locations' as well as the 'current_locations' fields.
For example:
"europe-west1-a"
"us-east1"
"nam3"
repeated string original_locations = 2;int getOriginalLocationsCount()
The locations of a resource prior to the execution of the operation.
Requests that mutate the resource's location must populate both the
'original_locations' as well as the 'current_locations' fields.
For example:
"europe-west1-a"
"us-east1"
"nam3"
repeated string original_locations = 2;String getOriginalLocations(int index)
The locations of a resource prior to the execution of the operation.
Requests that mutate the resource's location must populate both the
'original_locations' as well as the 'current_locations' fields.
For example:
"europe-west1-a"
"us-east1"
"nam3"
repeated string original_locations = 2;index - The index of the element to return.com.google.protobuf.ByteString getOriginalLocationsBytes(int index)
The locations of a resource prior to the execution of the operation.
Requests that mutate the resource's location must populate both the
'original_locations' as well as the 'current_locations' fields.
For example:
"europe-west1-a"
"us-east1"
"nam3"
repeated string original_locations = 2;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.