public interface ProductOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getId()
public abstract String getId()
Unique identifier for the product.
string id = 2;
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()
Unique identifier for the product.
string id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for id. |
getProductName()
public abstract String getProductName()
Google Cloud product impacted by the event. Example: "Google Cloud SQL"
string product_name = 1;
Returns | |
---|---|
Type | Description |
String |
The productName. |
getProductNameBytes()
public abstract ByteString getProductNameBytes()
Google Cloud product impacted by the event. Example: "Google Cloud SQL"
string product_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for productName. |