public interface CreateReferenceListRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The parent resource where this reference list will be created.
 Format: projects/{project}/locations/{location}/instances/{instance}
 
 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 parent resource where this reference list will be created.
 Format: projects/{project}/locations/{location}/instances/{instance}
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for parent.  | 
      
getReferenceList()
public abstract ReferenceList getReferenceList()Required. The reference list to create.
 
 .google.cloud.chronicle.v1.ReferenceList reference_list = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
ReferenceList | 
        The referenceList.  | 
      
getReferenceListId()
public abstract String getReferenceListId()Required. The ID to use for the reference list. This is also the display name for the reference list. It must satisfy the following requirements:
- Starts with letter.
 - Contains only letters, numbers and underscore.
 - Has length less than 256.
 - Must be unique.
 
 string reference_list_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The referenceListId.  | 
      
getReferenceListIdBytes()
public abstract ByteString getReferenceListIdBytes()Required. The ID to use for the reference list. This is also the display name for the reference list. It must satisfy the following requirements:
- Starts with letter.
 - Contains only letters, numbers and underscore.
 - Has length less than 256.
 - Must be unique.
 
 string reference_list_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for referenceListId.  | 
      
getReferenceListOrBuilder()
public abstract ReferenceListOrBuilder getReferenceListOrBuilder()Required. The reference list to create.
 
 .google.cloud.chronicle.v1.ReferenceList reference_list = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
ReferenceListOrBuilder | 
        |
hasReferenceList()
public abstract boolean hasReferenceList()Required. The reference list to create.
 
 .google.cloud.chronicle.v1.ReferenceList reference_list = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the referenceList field is set.  |