public static final class CreateEngineRequest.Builder extends GeneratedMessage.Builder<CreateEngineRequest.Builder> implements CreateEngineRequestOrBuilderRequest for EngineService.CreateEngine method.
Protobuf type google.cloud.discoveryengine.v1.CreateEngineRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateEngineRequest.BuilderImplements
CreateEngineRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateEngineRequest build()| Returns | |
|---|---|
| Type | Description |
CreateEngineRequest |
|
buildPartial()
public CreateEngineRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateEngineRequest |
|
clear()
public CreateEngineRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateEngineRequest.Builder |
|
clearEngine()
public CreateEngineRequest.Builder clearEngine()Required. The Engine to create.
.google.cloud.discoveryengine.v1.Engine engine = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateEngineRequest.Builder |
|
clearEngineId()
public CreateEngineRequest.Builder clearEngineId()Required. The ID to use for the Engine, which will become the final component of the Engine's resource name.
This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.
string engine_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateEngineRequest.Builder |
This builder for chaining. |
clearParent()
public CreateEngineRequest.Builder clearParent() 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateEngineRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CreateEngineRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateEngineRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEngine()
public Engine getEngine()Required. The Engine to create.
.google.cloud.discoveryengine.v1.Engine engine = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Engine |
The engine. |
getEngineBuilder()
public Engine.Builder getEngineBuilder()Required. The Engine to create.
.google.cloud.discoveryengine.v1.Engine engine = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Engine.Builder |
|
getEngineId()
public String getEngineId()Required. The ID to use for the Engine, which will become the final component of the Engine's resource name.
This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.
string engine_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The engineId. |
getEngineIdBytes()
public ByteString getEngineIdBytes()Required. The ID to use for the Engine, which will become the final component of the Engine's resource name.
This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.
string engine_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for engineId. |
getEngineOrBuilder()
public EngineOrBuilder getEngineOrBuilder()Required. The Engine to create.
.google.cloud.discoveryengine.v1.Engine engine = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EngineOrBuilder |
|
getParent()
public String 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasEngine()
public boolean hasEngine()Required. The Engine to create.
.google.cloud.discoveryengine.v1.Engine engine = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the engine field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeEngine(Engine value)
public CreateEngineRequest.Builder mergeEngine(Engine value)Required. The Engine to create.
.google.cloud.discoveryengine.v1.Engine engine = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Engine |
| Returns | |
|---|---|
| Type | Description |
CreateEngineRequest.Builder |
|
mergeFrom(CreateEngineRequest other)
public CreateEngineRequest.Builder mergeFrom(CreateEngineRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateEngineRequest |
| Returns | |
|---|---|
| Type | Description |
CreateEngineRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateEngineRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateEngineRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateEngineRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateEngineRequest.Builder |
|
setEngine(Engine value)
public CreateEngineRequest.Builder setEngine(Engine value)Required. The Engine to create.
.google.cloud.discoveryengine.v1.Engine engine = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Engine |
| Returns | |
|---|---|
| Type | Description |
CreateEngineRequest.Builder |
|
setEngine(Engine.Builder builderForValue)
public CreateEngineRequest.Builder setEngine(Engine.Builder builderForValue)Required. The Engine to create.
.google.cloud.discoveryengine.v1.Engine engine = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Engine.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateEngineRequest.Builder |
|
setEngineId(String value)
public CreateEngineRequest.Builder setEngineId(String value)Required. The ID to use for the Engine, which will become the final component of the Engine's resource name.
This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.
string engine_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe engineId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateEngineRequest.Builder |
This builder for chaining. |
setEngineIdBytes(ByteString value)
public CreateEngineRequest.Builder setEngineIdBytes(ByteString value)Required. The ID to use for the Engine, which will become the final component of the Engine's resource name.
This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.
string engine_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for engineId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateEngineRequest.Builder |
This builder for chaining. |
setParent(String value)
public CreateEngineRequest.Builder setParent(String value) 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateEngineRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateEngineRequest.Builder setParentBytes(ByteString value) 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateEngineRequest.Builder |
This builder for chaining. |