public interface ManagedServiceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProducerProjectId()
public abstract String getProducerProjectId()ID of the project that produces and owns this service.
string producer_project_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The producerProjectId. |
getProducerProjectIdBytes()
public abstract ByteString getProducerProjectIdBytes()ID of the project that produces and owns this service.
string producer_project_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for producerProjectId. |
getServiceName()
public abstract String getServiceName()The name of the service. See the overview for naming requirements.
string service_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The serviceName. |
getServiceNameBytes()
public abstract ByteString getServiceNameBytes()The name of the service. See the overview for naming requirements.
string service_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceName. |