Interface AuditDataOrBuilder (2.5.0)

public interface AuditDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateVersion()

public abstract CreateVersionMethod getCreateVersion()

Detailed information about CreateVersion call.

.google.appengine.v1.CreateVersionMethod create_version = 2;

Returns
TypeDescription
CreateVersionMethod

The createVersion.

getCreateVersionOrBuilder()

public abstract CreateVersionMethodOrBuilder getCreateVersionOrBuilder()

Detailed information about CreateVersion call.

.google.appengine.v1.CreateVersionMethod create_version = 2;

Returns
TypeDescription
CreateVersionMethodOrBuilder

getMethodCase()

public abstract AuditData.MethodCase getMethodCase()
Returns
TypeDescription
AuditData.MethodCase

getUpdateService()

public abstract UpdateServiceMethod getUpdateService()

Detailed information about UpdateService call.

.google.appengine.v1.UpdateServiceMethod update_service = 1;

Returns
TypeDescription
UpdateServiceMethod

The updateService.

getUpdateServiceOrBuilder()

public abstract UpdateServiceMethodOrBuilder getUpdateServiceOrBuilder()

Detailed information about UpdateService call.

.google.appengine.v1.UpdateServiceMethod update_service = 1;

Returns
TypeDescription
UpdateServiceMethodOrBuilder

hasCreateVersion()

public abstract boolean hasCreateVersion()

Detailed information about CreateVersion call.

.google.appengine.v1.CreateVersionMethod create_version = 2;

Returns
TypeDescription
boolean

Whether the createVersion field is set.

hasUpdateService()

public abstract boolean hasUpdateService()

Detailed information about UpdateService call.

.google.appengine.v1.UpdateServiceMethod update_service = 1;

Returns
TypeDescription
boolean

Whether the updateService field is set.