Interface GetServiceRequestOrBuilder (3.38.0)

public interface GetServiceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getServiceName()

public abstract String getServiceName()

Required. The name of the service. See the ServiceManager overview for naming requirements. For example: example.googleapis.com.

string service_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The serviceName.

getServiceNameBytes()

public abstract ByteString getServiceNameBytes()

Required. The name of the service. See the ServiceManager overview for naming requirements. For example: example.googleapis.com.

string service_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for serviceName.