Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::VerifyReferenceListRequest.
VerifyReferenceList request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entries
def entries() -> ::Array<::Google::Cloud::Chronicle::V1::ReferenceListEntry>
Returns
- (::Array<::Google::Cloud::Chronicle::V1::ReferenceListEntry>) — Required. The entries of the reference list. Each line may be either an item in the list or a comment.
#entries=
def entries=(value) -> ::Array<::Google::Cloud::Chronicle::V1::ReferenceListEntry>
Parameter
- value (::Array<::Google::Cloud::Chronicle::V1::ReferenceListEntry>) — Required. The entries of the reference list. Each line may be either an item in the list or a comment.
Returns
- (::Array<::Google::Cloud::Chronicle::V1::ReferenceListEntry>) — Required. The entries of the reference list. Each line may be either an item in the list or a comment.
#instance
def instance() -> ::String
Returns
-
(::String) — Required. The name of the parent resource, which is the SecOps instance
associated with the request. Format:
projects/{project}/locations/{location}/instances/{instance}
#instance=
def instance=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the parent resource, which is the SecOps instance
associated with the request. Format:
projects/{project}/locations/{location}/instances/{instance}
Returns
-
(::String) — Required. The name of the parent resource, which is the SecOps instance
associated with the request. Format:
projects/{project}/locations/{location}/instances/{instance}
#syntax_type
def syntax_type() -> ::Google::Cloud::Chronicle::V1::ReferenceListSyntaxType
Returns
- (::Google::Cloud::Chronicle::V1::ReferenceListSyntaxType) — Required. Type (format) of list lines.
#syntax_type=
def syntax_type=(value) -> ::Google::Cloud::Chronicle::V1::ReferenceListSyntaxType
Parameter
- value (::Google::Cloud::Chronicle::V1::ReferenceListSyntaxType) — Required. Type (format) of list lines.
Returns
- (::Google::Cloud::Chronicle::V1::ReferenceListSyntaxType) — Required. Type (format) of list lines.