public interface VerifyReferenceListRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntries(int index)
public abstract ReferenceListEntry getEntries(int index)Required. The entries of the reference list. Each line may be either an item in the list or a comment.
repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReferenceListEntry |
|
getEntriesCount()
public abstract int getEntriesCount()Required. The entries of the reference list. Each line may be either an item in the list or a comment.
repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getEntriesList()
public abstract List<ReferenceListEntry> getEntriesList()Required. The entries of the reference list. Each line may be either an item in the list or a comment.
repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<ReferenceListEntry> |
|
getEntriesOrBuilder(int index)
public abstract ReferenceListEntryOrBuilder getEntriesOrBuilder(int index)Required. The entries of the reference list. Each line may be either an item in the list or a comment.
repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReferenceListEntryOrBuilder |
|
getEntriesOrBuilderList()
public abstract List<? extends ReferenceListEntryOrBuilder> getEntriesOrBuilderList()Required. The entries of the reference list. Each line may be either an item in the list or a comment.
repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.chronicle.v1.ReferenceListEntryOrBuilder> |
|
getInstance()
public abstract String getInstance() Required. The name of the parent resource, which is the SecOps instance
associated with the request. Format:
projects/{project}/locations/{location}/instances/{instance}
string instance = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The instance. |
getInstanceBytes()
public abstract ByteString getInstanceBytes() Required. The name of the parent resource, which is the SecOps instance
associated with the request. Format:
projects/{project}/locations/{location}/instances/{instance}
string instance = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instance. |
getSyntaxType()
public abstract ReferenceListSyntaxType getSyntaxType()Required. Type (format) of list lines.
.google.cloud.chronicle.v1.ReferenceListSyntaxType syntax_type = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ReferenceListSyntaxType |
The syntaxType. |
getSyntaxTypeValue()
public abstract int getSyntaxTypeValue()Required. Type (format) of list lines.
.google.cloud.chronicle.v1.ReferenceListSyntaxType syntax_type = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for syntaxType. |