public interface CreateVersionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The Flow to create an
Version for. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>.
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 Flow to create an
Version for. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getVersion()
public abstract Version getVersion()Required. The version to create.
.google.cloud.dialogflow.cx.v3beta1.Version version = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Version |
The version. |
getVersionOrBuilder()
public abstract VersionOrBuilder getVersionOrBuilder()Required. The version to create.
.google.cloud.dialogflow.cx.v3beta1.Version version = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
VersionOrBuilder |
|
hasVersion()
public abstract boolean hasVersion()Required. The version to create.
.google.cloud.dialogflow.cx.v3beta1.Version version = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the version field is set. |