public interface ServiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBusinessEntityName()
The business under which the service is offered.
|
com.google.protobuf.ByteString |
getBusinessEntityNameBytes()
The business under which the service is offered.
|
String |
getDisplayName()
A human readable display name for this service.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
A human readable display name for this service.
|
String |
getName()
The resource name for the service.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name for the service.
|
String |
getServiceId()
The identifier for the service.
|
com.google.protobuf.ByteString |
getServiceIdBytes()
The identifier for the service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name for the service. Example: "services/6F81-5844-456A"
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name for the service. Example: "services/6F81-5844-456A"
string name = 1;String getServiceId()
The identifier for the service. Example: "6F81-5844-456A"
string service_id = 2;com.google.protobuf.ByteString getServiceIdBytes()
The identifier for the service. Example: "6F81-5844-456A"
string service_id = 2;String getDisplayName()
A human readable display name for this service.
string display_name = 3;com.google.protobuf.ByteString getDisplayNameBytes()
A human readable display name for this service.
string display_name = 3;String getBusinessEntityName()
The business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps"
string business_entity_name = 4;com.google.protobuf.ByteString getBusinessEntityNameBytes()
The business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps"
string business_entity_name = 4;Copyright © 2024 Google LLC. All rights reserved.