Interface MetadataOrBuilder (0.10.0)

public interface MetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getItems(int index)

public abstract Entry getItems(int index)

Optional. Array of key/value pairs. The total size of all keys and values must be less than 512 KB.

repeated .google.cloud.backupdr.v1.Entry items = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Entry

getItemsCount()

public abstract int getItemsCount()

Optional. Array of key/value pairs. The total size of all keys and values must be less than 512 KB.

repeated .google.cloud.backupdr.v1.Entry items = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getItemsList()

public abstract List<Entry> getItemsList()

Optional. Array of key/value pairs. The total size of all keys and values must be less than 512 KB.

repeated .google.cloud.backupdr.v1.Entry items = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Entry>

getItemsOrBuilder(int index)

public abstract EntryOrBuilder getItemsOrBuilder(int index)

Optional. Array of key/value pairs. The total size of all keys and values must be less than 512 KB.

repeated .google.cloud.backupdr.v1.Entry items = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
EntryOrBuilder

getItemsOrBuilderList()

public abstract List<? extends EntryOrBuilder> getItemsOrBuilderList()

Optional. Array of key/value pairs. The total size of all keys and values must be less than 512 KB.

repeated .google.cloud.backupdr.v1.Entry items = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.backupdr.v1.EntryOrBuilder>