Interface AuditDataOrBuilder (2.23.0)

publicinterface AuditDataOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateVersion()

publicabstractCreateVersionMethodgetCreateVersion()

Detailed information about CreateVersion call.

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

Returns
Type Description
CreateVersionMethod

The createVersion.

getCreateVersionOrBuilder()

publicabstractCreateVersionMethodOrBuildergetCreateVersionOrBuilder()

Detailed information about CreateVersion call.

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

Returns
Type Description
CreateVersionMethodOrBuilder

getMethodCase()

publicabstractAuditData.MethodCasegetMethodCase()
Returns
Type Description
AuditData.MethodCase

getUpdateService()

publicabstractUpdateServiceMethodgetUpdateService()

Detailed information about UpdateService call.

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

Returns
Type Description
UpdateServiceMethod

The updateService.

getUpdateServiceOrBuilder()

publicabstractUpdateServiceMethodOrBuildergetUpdateServiceOrBuilder()

Detailed information about UpdateService call.

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

Returns
Type Description
UpdateServiceMethodOrBuilder

hasCreateVersion()

publicabstractbooleanhasCreateVersion()

Detailed information about CreateVersion call.

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

Returns
Type Description
boolean

Whether the createVersion field is set.

hasUpdateService()

publicabstractbooleanhasUpdateService()

Detailed information about UpdateService call.

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

Returns
Type Description
boolean

Whether the updateService field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.