public interface ServiceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Relative name of the service within the application.
|
ByteString |
getIdBytes()
Relative name of the service within the application.
|
java.lang.String |
getName()
Full path to the Service resource in the API.
|
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, hasOneof
isInitialized
java.lang.String getName()
Full path to the Service resource in the API. Example: `apps/myapp/services/default`. @OutputOnly
string name = 1;
ByteString getNameBytes()
Full path to the Service resource in the API. Example: `apps/myapp/services/default`. @OutputOnly
string name = 1;
java.lang.String getId()
Relative name of the service within the application. Example: `default`. @OutputOnly
string id = 2;
ByteString getIdBytes()
Relative name of the service within the application. Example: `default`. @OutputOnly
string id = 2;
boolean hasSplit()
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
.google.appengine.v1.TrafficSplit split = 3;
TrafficSplit getSplit()
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
.google.appengine.v1.TrafficSplit split = 3;
TrafficSplitOrBuilder getSplitOrBuilder()
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
.google.appengine.v1.TrafficSplit split = 3;