Interface SnapshotSettingsStorageLocationSettingsStorageLocationPreferenceOrBuilder (1.55.0)

public interface SnapshotSettingsStorageLocationSettingsStorageLocationPreferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of the location. It should be one of the Cloud Storage buckets. Only one location can be specified.

optional string name = 3373707;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the location. It should be one of the Cloud Storage buckets. Only one location can be specified.

optional string name = 3373707;

Returns
Type Description
ByteString

The bytes for name.

hasName()

public abstract boolean hasName()

Name of the location. It should be one of the Cloud Storage buckets. Only one location can be specified.

optional string name = 3373707;

Returns
Type Description
boolean

Whether the name field is set.