public interface CreateAppRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApp()
public abstract App getApp()Required. The app to create.
.google.cloud.ces.v1.App app = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
App |
The app. |
getAppId()
public abstract String getAppId()Optional. The ID to use for the app, which will become the final component of the app's resource name. If not provided, a unique ID will be automatically assigned for the app.
string app_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The appId. |
getAppIdBytes()
public abstract ByteString getAppIdBytes()Optional. The ID to use for the app, which will become the final component of the app's resource name. If not provided, a unique ID will be automatically assigned for the app.
string app_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for appId. |
getAppOrBuilder()
public abstract AppOrBuilder getAppOrBuilder()Required. The app to create.
.google.cloud.ces.v1.App app = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AppOrBuilder |
|
getParent()
public abstract String getParent()Required. The resource name of the location to create an app 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 location to create an app in.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasApp()
public abstract boolean hasApp()Required. The app to create.
.google.cloud.ces.v1.App app = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the app field is set. |