public interface ServiceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBusinessEntityName()
public abstract String getBusinessEntityName()The business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps"
string business_entity_name = 4;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for businessEntityName. |
getDisplayName()
public abstract String getDisplayName()A human readable display name for this service.
string display_name = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()A human readable display name for this service.
string display_name = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getName()
public abstract String getName()The resource name for the service. Example: "services/6F81-5844-456A"
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The resource name for the service. Example: "services/6F81-5844-456A"
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getServiceId()
public abstract String getServiceId()The identifier for the service. Example: "6F81-5844-456A"
string service_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The serviceId. |
getServiceIdBytes()
public abstract ByteString getServiceIdBytes()The identifier for the service. Example: "6F81-5844-456A"
string service_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceId. |