Package com.google.appengine.v1
Interface AuditDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuditData,AuditData.Builder
public interface AuditDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateVersionMethodgetCreateVersion()Detailed information about CreateVersion call.CreateVersionMethodOrBuildergetCreateVersionOrBuilder()Detailed information about CreateVersion call.AuditData.MethodCasegetMethodCase()UpdateServiceMethodgetUpdateService()Detailed information about UpdateService call.UpdateServiceMethodOrBuildergetUpdateServiceOrBuilder()Detailed information about UpdateService call.booleanhasCreateVersion()Detailed information about CreateVersion call.booleanhasUpdateService()Detailed information about UpdateService call.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUpdateService
boolean hasUpdateService()
Detailed information about UpdateService call.
.google.appengine.v1.UpdateServiceMethod update_service = 1;- Returns:
- Whether the updateService field is set.
-
getUpdateService
UpdateServiceMethod getUpdateService()
Detailed information about UpdateService call.
.google.appengine.v1.UpdateServiceMethod update_service = 1;- Returns:
- The updateService.
-
getUpdateServiceOrBuilder
UpdateServiceMethodOrBuilder getUpdateServiceOrBuilder()
Detailed information about UpdateService call.
.google.appengine.v1.UpdateServiceMethod update_service = 1;
-
hasCreateVersion
boolean hasCreateVersion()
Detailed information about CreateVersion call.
.google.appengine.v1.CreateVersionMethod create_version = 2;- Returns:
- Whether the createVersion field is set.
-
getCreateVersion
CreateVersionMethod getCreateVersion()
Detailed information about CreateVersion call.
.google.appengine.v1.CreateVersionMethod create_version = 2;- Returns:
- The createVersion.
-
getCreateVersionOrBuilder
CreateVersionMethodOrBuilder getCreateVersionOrBuilder()
Detailed information about CreateVersion call.
.google.appengine.v1.CreateVersionMethod create_version = 2;
-
getMethodCase
AuditData.MethodCase getMethodCase()
-
-