Interface CreateVersionRequestOrBuilder (2.37.0)

publicinterface CreateVersionRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

publicabstractStringgetParent()

Name of the parent resource to create this version under. Example: apps/myapp/services/default.

string parent = 1;

Returns
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

Name of the parent resource to create this version under. Example: apps/myapp/services/default.

string parent = 1;

Returns
Type Description
ByteString

The bytes for parent.

getVersion()

publicabstractVersiongetVersion()

Application deployment configuration.

.google.appengine.v1.Version version = 2;

Returns
Type Description
Version

The version.

getVersionOrBuilder()

publicabstractVersionOrBuildergetVersionOrBuilder()

Application deployment configuration.

.google.appengine.v1.Version version = 2;

Returns
Type Description
VersionOrBuilder

hasVersion()

publicabstractbooleanhasVersion()

Application deployment configuration.

.google.appengine.v1.Version version = 2;

Returns
Type Description
boolean

Whether the version 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.