public interface AuditDataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateVersion()
public abstract CreateVersionMethod getCreateVersion()Detailed information about CreateVersion call.
.google.appengine.v1.CreateVersionMethod create_version = 2;
| Type | Description |
| CreateVersionMethod | The createVersion. |
getCreateVersionOrBuilder()
public abstract CreateVersionMethodOrBuilder getCreateVersionOrBuilder()Detailed information about CreateVersion call.
.google.appengine.v1.CreateVersionMethod create_version = 2;
| Type | Description |
| CreateVersionMethodOrBuilder |
getMethodCase()
public abstract AuditData.MethodCase getMethodCase()| Type | Description |
| AuditData.MethodCase |
getUpdateService()
public abstract UpdateServiceMethod getUpdateService()Detailed information about UpdateService call.
.google.appengine.v1.UpdateServiceMethod update_service = 1;
| Type | Description |
| UpdateServiceMethod | The updateService. |
getUpdateServiceOrBuilder()
public abstract UpdateServiceMethodOrBuilder getUpdateServiceOrBuilder()Detailed information about UpdateService call.
.google.appengine.v1.UpdateServiceMethod update_service = 1;
| Type | Description |
| UpdateServiceMethodOrBuilder |
hasCreateVersion()
public abstract boolean hasCreateVersion()Detailed information about CreateVersion call.
.google.appengine.v1.CreateVersionMethod create_version = 2;
| Type | Description |
| boolean | Whether the createVersion field is set. |
hasUpdateService()
public abstract boolean hasUpdateService()Detailed information about UpdateService call.
.google.appengine.v1.UpdateServiceMethod update_service = 1;
| Type | Description |
| boolean | Whether the updateService field is set. |