public interface CreateVersionRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
Version |
getVersion()
Required.
|
VersionOrBuilder |
getVersionOrBuilder()
Required.
|
boolean |
hasVersion()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getParent()
Required. The agent to create a version for. Supported formats: - `projects/<Project ID>/agent` - `projects/<Project ID>/locations/<Location ID>/agent`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The agent to create a version for. Supported formats: - `projects/<Project ID>/agent` - `projects/<Project ID>/locations/<Location ID>/agent`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasVersion()
Required. The version to create.
.google.cloud.dialogflow.v2beta1.Version version = 2 [(.google.api.field_behavior) = REQUIRED];
Version getVersion()
Required. The version to create.
.google.cloud.dialogflow.v2beta1.Version version = 2 [(.google.api.field_behavior) = REQUIRED];
VersionOrBuilder getVersionOrBuilder()
Required. The version to create.
.google.cloud.dialogflow.v2beta1.Version version = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.