Interface SnapshotSettingsStorageLocationSettingsStorageLocationPreferenceOrBuilder (1.51.0)

public interface SnapshotSettingsStorageLocationSettingsStorageLocationPreferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of the location. It should be one of the GCS buckets.

optional string name = 3373707;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the location. It should be one of the GCS buckets.

optional string name = 3373707;

Returns
TypeDescription
ByteString

The bytes for name.

hasName()

public abstract boolean hasName()

Name of the location. It should be one of the GCS buckets.

optional string name = 3373707;

Returns
TypeDescription
boolean

Whether the name field is set.