Modifier and Type | Method and Description |
---|---|
Items |
build() |
Items.Builder |
clone() |
String |
getKey()
Key for the metadata entry.
|
String |
getValue()
Value for the metadata entry.
|
Items.Builder |
mergeFrom(Items other) |
Items.Builder |
setKey(String key)
Key for the metadata entry.
|
Items.Builder |
setValue(String value)
Value for the metadata entry.
|
public Items.Builder mergeFrom(Items other)
public String getKey()
public Items.Builder setKey(String key)
public String getValue()
public Items.Builder setValue(String value)
public Items build()
public Items.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.