public interface ManagedServiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProducerProjectId()
ID of the project that produces and owns this service.
|
com.google.protobuf.ByteString |
getProducerProjectIdBytes()
ID of the project that produces and owns this service.
|
java.lang.String |
getServiceName()
The name of the service.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
The name of the service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getServiceName()
The name of the service. See the [overview](/service-management/overview) for naming requirements.
string service_name = 2;com.google.protobuf.ByteString getServiceNameBytes()
The name of the service. See the [overview](/service-management/overview) for naming requirements.
string service_name = 2;java.lang.String getProducerProjectId()
ID of the project that produces and owns this service.
string producer_project_id = 3;com.google.protobuf.ByteString getProducerProjectIdBytes()
ID of the project that produces and owns this service.
string producer_project_id = 3;