public interface CreateAppVersionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAppVersion()
public abstract AppVersion getAppVersion()Required. The app version to create.
.google.cloud.ces.v1.AppVersion app_version = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AppVersion |
The appVersion. |
getAppVersionId()
public abstract String getAppVersionId()Optional. The ID to use for the app version, which will become the final component of the app version's resource name. If not provided, a unique ID will be automatically assigned for the app version.
string app_version_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The appVersionId. |
getAppVersionIdBytes()
public abstract ByteString getAppVersionIdBytes()Optional. The ID to use for the app version, which will become the final component of the app version's resource name. If not provided, a unique ID will be automatically assigned for the app version.
string app_version_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for appVersionId. |
getAppVersionOrBuilder()
public abstract AppVersionOrBuilder getAppVersionOrBuilder()Required. The app version to create.
.google.cloud.ces.v1.AppVersion app_version = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AppVersionOrBuilder |
|
getParent()
public abstract String getParent()Required. The resource name of the app to create an app version in.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The resource name of the app to create an app version in.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasAppVersion()
public abstract boolean hasAppVersion()Required. The app version to create.
.google.cloud.ces.v1.AppVersion app_version = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the appVersion field is set. |