public interface CreateSessionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Session |
getSession()
Required.
|
SessionOrBuilder |
getSessionOrBuilder()
Required.
|
boolean |
hasSession()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Full resource name of parent data store. Format:
`projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Full resource name of parent data store. Format:
`projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasSession()
Required. The session to create.
.google.cloud.discoveryengine.v1alpha.Session session = 2 [(.google.api.field_behavior) = REQUIRED];
Session getSession()
Required. The session to create.
.google.cloud.discoveryengine.v1alpha.Session session = 2 [(.google.api.field_behavior) = REQUIRED];
SessionOrBuilder getSessionOrBuilder()
Required. The session to create.
.google.cloud.discoveryengine.v1alpha.Session session = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.