public interface ServiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Relative name of the service within the application.
|
com.google.protobuf.ByteString |
getIdBytes()
Relative name of the service within the application.
|
java.lang.String |
getName()
Full path to the Service resource in the API.
|
com.google.protobuf.ByteString |
getNameBytes()
Full path to the Service resource in the API.
|
TrafficSplit |
getSplit()
Mapping that defines fractional HTTP traffic diversion to
different versions within the service.
|
TrafficSplitOrBuilder |
getSplitOrBuilder()
Mapping that defines fractional HTTP traffic diversion to
different versions within the service.
|
boolean |
hasSplit()
Mapping that defines fractional HTTP traffic diversion to
different versions within the service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
Full path to the Service resource in the API. Example: `apps/myapp/services/default`. @OutputOnly
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
Full path to the Service resource in the API. Example: `apps/myapp/services/default`. @OutputOnly
optional string name = 1;java.lang.String getId()
Relative name of the service within the application. Example: `default`. @OutputOnly
optional string id = 2;com.google.protobuf.ByteString getIdBytes()
Relative name of the service within the application. Example: `default`. @OutputOnly
optional string id = 2;boolean hasSplit()
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
optional .google.appengine.v1.TrafficSplit split = 3;TrafficSplit getSplit()
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
optional .google.appengine.v1.TrafficSplit split = 3;TrafficSplitOrBuilder getSplitOrBuilder()
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
optional .google.appengine.v1.TrafficSplit split = 3;