public interface CreateEngineRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Engine |
getEngine()
Required.
|
String |
getEngineId()
Required.
|
com.google.protobuf.ByteString |
getEngineIdBytes()
Required.
|
EngineOrBuilder |
getEngineOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasEngine()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource name, such as
`projects/{project}/locations/{location}/collections/{collection}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource name, such as
`projects/{project}/locations/{location}/collections/{collection}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasEngine()
Required. The [Engine][google.cloud.discoveryengine.v1beta.Engine] to create.
.google.cloud.discoveryengine.v1beta.Engine engine = 2 [(.google.api.field_behavior) = REQUIRED];
Engine getEngine()
Required. The [Engine][google.cloud.discoveryengine.v1beta.Engine] to create.
.google.cloud.discoveryengine.v1beta.Engine engine = 2 [(.google.api.field_behavior) = REQUIRED];
EngineOrBuilder getEngineOrBuilder()
Required. The [Engine][google.cloud.discoveryengine.v1beta.Engine] to create.
.google.cloud.discoveryengine.v1beta.Engine engine = 2 [(.google.api.field_behavior) = REQUIRED];
String getEngineId()
Required. The ID to use for the [Engine][google.cloud.discoveryengine.v1beta.Engine], which will become the final component of the [Engine][google.cloud.discoveryengine.v1beta.Engine]'s resource name. This field must conform to [RFC-1034](https://tools.ietf.org/html/rfc1034) standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.
string engine_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getEngineIdBytes()
Required. The ID to use for the [Engine][google.cloud.discoveryengine.v1beta.Engine], which will become the final component of the [Engine][google.cloud.discoveryengine.v1beta.Engine]'s resource name. This field must conform to [RFC-1034](https://tools.ietf.org/html/rfc1034) standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.
string engine_id = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.