Interface SnapshotSettingsOrBuilder (1.49.0)

public interface SnapshotSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStorageLocation()

public abstract SnapshotSettingsStorageLocationSettings getStorageLocation()

Policy of which storage location is going to be resolved, and additional data that particularizes how the policy is going to be carried out.

optional .google.cloud.compute.v1.SnapshotSettingsStorageLocationSettings storage_location = 460859641;

Returns
TypeDescription
SnapshotSettingsStorageLocationSettings

The storageLocation.

getStorageLocationOrBuilder()

public abstract SnapshotSettingsStorageLocationSettingsOrBuilder getStorageLocationOrBuilder()

Policy of which storage location is going to be resolved, and additional data that particularizes how the policy is going to be carried out.

optional .google.cloud.compute.v1.SnapshotSettingsStorageLocationSettings storage_location = 460859641;

Returns
TypeDescription
SnapshotSettingsStorageLocationSettingsOrBuilder

hasStorageLocation()

public abstract boolean hasStorageLocation()

Policy of which storage location is going to be resolved, and additional data that particularizes how the policy is going to be carried out.

optional .google.cloud.compute.v1.SnapshotSettingsStorageLocationSettings storage_location = 460859641;

Returns
TypeDescription
boolean

Whether the storageLocation field is set.