public static interface WasmPlugin.UsedByOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Output only. Full name of the resource
https://google.aip.dev/122#full-resource-names, for example
//networkservices.googleapis.com/projects/{project}/locations/{location}/lbRouteExtensions/{extension}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Output only. Full name of the resource
https://google.aip.dev/122#full-resource-names, for example
//networkservices.googleapis.com/projects/{project}/locations/{location}/lbRouteExtensions/{extension}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |