public interface SnapshotSettingsStorageLocationSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLocations(String key)
When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field.
|
Map<String,SnapshotSettingsStorageLocationSettingsStorageLocationPreference> |
getLocations()
Deprecated.
|
int |
getLocationsCount()
When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field.
|
Map<String,SnapshotSettingsStorageLocationSettingsStorageLocationPreference> |
getLocationsMap()
When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field.
|
SnapshotSettingsStorageLocationSettingsStorageLocationPreference |
getLocationsOrDefault(String key,
SnapshotSettingsStorageLocationSettingsStorageLocationPreference defaultValue)
When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field.
|
SnapshotSettingsStorageLocationSettingsStorageLocationPreference |
getLocationsOrThrow(String key)
When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field.
|
String |
getPolicy()
The chosen location policy.
|
com.google.protobuf.ByteString |
getPolicyBytes()
The chosen location policy.
|
boolean |
hasPolicy()
The chosen location policy.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getLocationsCount()
When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field. Keys are Cloud Storage bucket locations. Only one location can be specified.
map<string, .google.cloud.compute.v1.SnapshotSettingsStorageLocationSettingsStorageLocationPreference> locations = 413423454;
boolean containsLocations(String key)
When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field. Keys are Cloud Storage bucket locations. Only one location can be specified.
map<string, .google.cloud.compute.v1.SnapshotSettingsStorageLocationSettingsStorageLocationPreference> locations = 413423454;
@Deprecated Map<String,SnapshotSettingsStorageLocationSettingsStorageLocationPreference> getLocations()
getLocationsMap() instead.Map<String,SnapshotSettingsStorageLocationSettingsStorageLocationPreference> getLocationsMap()
When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field. Keys are Cloud Storage bucket locations. Only one location can be specified.
map<string, .google.cloud.compute.v1.SnapshotSettingsStorageLocationSettingsStorageLocationPreference> locations = 413423454;
SnapshotSettingsStorageLocationSettingsStorageLocationPreference getLocationsOrDefault(String key, SnapshotSettingsStorageLocationSettingsStorageLocationPreference defaultValue)
When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field. Keys are Cloud Storage bucket locations. Only one location can be specified.
map<string, .google.cloud.compute.v1.SnapshotSettingsStorageLocationSettingsStorageLocationPreference> locations = 413423454;
SnapshotSettingsStorageLocationSettingsStorageLocationPreference getLocationsOrThrow(String key)
When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field. Keys are Cloud Storage bucket locations. Only one location can be specified.
map<string, .google.cloud.compute.v1.SnapshotSettingsStorageLocationSettingsStorageLocationPreference> locations = 413423454;
boolean hasPolicy()
The chosen location policy. Check the Policy enum for the list of possible values.
optional string policy = 91071794;String getPolicy()
The chosen location policy. Check the Policy enum for the list of possible values.
optional string policy = 91071794;com.google.protobuf.ByteString getPolicyBytes()
The chosen location policy. Check the Policy enum for the list of possible values.
optional string policy = 91071794;Copyright © 2025 Google LLC. All rights reserved.