Interface ManagedServiceOrBuilder (3.39.0)

public interface ManagedServiceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProducerProjectId()

public abstract String getProducerProjectId()

ID of the project that produces and owns this service.

string producer_project_id = 3;

Returns
TypeDescription
String

The producerProjectId.

getProducerProjectIdBytes()

public abstract ByteString getProducerProjectIdBytes()

ID of the project that produces and owns this service.

string producer_project_id = 3;

Returns
TypeDescription
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
TypeDescription
String

The serviceName.

getServiceNameBytes()

public abstract ByteString getServiceNameBytes()

The name of the service. See the overview for naming requirements.

string service_name = 2;

Returns
TypeDescription
ByteString

The bytes for serviceName.