public static interface Service.TelemetryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getResourceName()
public abstract String getResourceName()The full name of the resource that defines this service. Formatted as described in https://cloud.google.com/apis/design/resource_names.
string resource_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The resourceName. |
getResourceNameBytes()
public abstract ByteString getResourceNameBytes()The full name of the resource that defines this service. Formatted as described in https://cloud.google.com/apis/design/resource_names.
string resource_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resourceName. |