Interface Service.TelemetryOrBuilder (3.3.6)

public static interface Service.TelemetryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for resourceName.