Package com.google.appengine.v1
Interface UpdateServiceMethodOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateServiceMethod
,UpdateServiceMethod.Builder
public interface UpdateServiceMethodOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateServiceRequest
getRequest()
Update service request.UpdateServiceRequestOrBuilder
getRequestOrBuilder()
Update service request.boolean
hasRequest()
Update service request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRequest
boolean hasRequest()
Update service request.
.google.appengine.v1.UpdateServiceRequest request = 1;
- Returns:
- Whether the request field is set.
-
getRequest
UpdateServiceRequest getRequest()
Update service request.
.google.appengine.v1.UpdateServiceRequest request = 1;
- Returns:
- The request.
-
getRequestOrBuilder
UpdateServiceRequestOrBuilder getRequestOrBuilder()
Update service request.
.google.appengine.v1.UpdateServiceRequest request = 1;
-
-