Interface ServiceOrBuilder (2.15.0)

public interface ServiceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBusinessEntityName()

public abstract String getBusinessEntityName()

The business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps"

string business_entity_name = 4;

Returns
TypeDescription
String

The businessEntityName.

getBusinessEntityNameBytes()

public abstract ByteString getBusinessEntityNameBytes()

The business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps"

string business_entity_name = 4;

Returns
TypeDescription
ByteString

The bytes for businessEntityName.

getDisplayName()

public abstract String getDisplayName()

A human readable display name for this service.

string display_name = 3;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

A human readable display name for this service.

string display_name = 3;

Returns
TypeDescription
ByteString

The bytes for displayName.

getName()

public abstract String getName()

The resource name for the service. Example: "services/DA34-426B-A397"

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The resource name for the service. Example: "services/DA34-426B-A397"

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getServiceId()

public abstract String getServiceId()

The identifier for the service. Example: "DA34-426B-A397"

string service_id = 2;

Returns
TypeDescription
String

The serviceId.

getServiceIdBytes()

public abstract ByteString getServiceIdBytes()

The identifier for the service. Example: "DA34-426B-A397"

string service_id = 2;

Returns
TypeDescription
ByteString

The bytes for serviceId.