Interface ManagedServiceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ManagedService
,ManagedService.Builder
public interface ManagedServiceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.String
getServiceName()
The name of the service.com.google.protobuf.ByteString
getServiceNameBytes()
The name of the service.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServiceName
String getServiceName()
The name of the service. See the [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements.
string service_name = 2;
- Returns:
- The serviceName.
-
getServiceNameBytes
com.google.protobuf.ByteString getServiceNameBytes()
The name of the service. See the [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements.
string service_name = 2;
- Returns:
- The bytes for serviceName.
-
getProducerProjectId
String getProducerProjectId()
ID of the project that produces and owns this service.
string producer_project_id = 3;
- Returns:
- The producerProjectId.
-
getProducerProjectIdBytes
com.google.protobuf.ByteString getProducerProjectIdBytes()
ID of the project that produces and owns this service.
string producer_project_id = 3;
- Returns:
- The bytes for producerProjectId.
-
-