public interface AuditDataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CreateVersionMethod |
getCreateVersion()
Detailed information about CreateVersion call.
|
CreateVersionMethodOrBuilder |
getCreateVersionOrBuilder()
Detailed information about CreateVersion call.
|
AuditData.MethodCase |
getMethodCase() |
UpdateServiceMethod |
getUpdateService()
Detailed information about UpdateService call.
|
UpdateServiceMethodOrBuilder |
getUpdateServiceOrBuilder()
Detailed information about UpdateService call.
|
boolean |
hasCreateVersion()
Detailed information about CreateVersion call.
|
boolean |
hasUpdateService()
Detailed information about UpdateService call.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasUpdateService()
Detailed information about UpdateService call.
.google.appengine.v1.UpdateServiceMethod update_service = 1;
UpdateServiceMethod getUpdateService()
Detailed information about UpdateService call.
.google.appengine.v1.UpdateServiceMethod update_service = 1;
UpdateServiceMethodOrBuilder getUpdateServiceOrBuilder()
Detailed information about UpdateService call.
.google.appengine.v1.UpdateServiceMethod update_service = 1;
boolean hasCreateVersion()
Detailed information about CreateVersion call.
.google.appengine.v1.CreateVersionMethod create_version = 2;
CreateVersionMethod getCreateVersion()
Detailed information about CreateVersion call.
.google.appengine.v1.CreateVersionMethod create_version = 2;
CreateVersionMethodOrBuilder getCreateVersionOrBuilder()
Detailed information about CreateVersion call.
.google.appengine.v1.CreateVersionMethod create_version = 2;
AuditData.MethodCase getMethodCase()