Class ListFindingsRefinementsResponse (0.33.0)

public final class ListFindingsRefinementsResponse extends GeneratedMessage implements ListFindingsRefinementsResponseOrBuilder

Response message for ListFindingsRefinements method.

Protobuf type google.cloud.chronicle.v1.ListFindingsRefinementsResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ListFindingsRefinementsResponse

Static Fields

FINDINGS_REFINEMENTS_FIELD_NUMBER

public static final int FINDINGS_REFINEMENTS_FIELD_NUMBER
Field Value
Type Description
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListFindingsRefinementsResponse getDefaultInstance()
Returns
Type Description
ListFindingsRefinementsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ListFindingsRefinementsResponse.Builder newBuilder()
Returns
Type Description
ListFindingsRefinementsResponse.Builder

newBuilder(ListFindingsRefinementsResponse prototype)

public static ListFindingsRefinementsResponse.Builder newBuilder(ListFindingsRefinementsResponse prototype)
Parameter
Name Description
prototype ListFindingsRefinementsResponse
Returns
Type Description
ListFindingsRefinementsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListFindingsRefinementsResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListFindingsRefinementsResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListFindingsRefinementsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListFindingsRefinementsResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListFindingsRefinementsResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListFindingsRefinementsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListFindingsRefinementsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListFindingsRefinementsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListFindingsRefinementsResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListFindingsRefinementsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListFindingsRefinementsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListFindingsRefinementsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListFindingsRefinementsResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListFindingsRefinementsResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListFindingsRefinementsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListFindingsRefinementsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListFindingsRefinementsResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListFindingsRefinementsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListFindingsRefinementsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListFindingsRefinementsResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListFindingsRefinementsResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListFindingsRefinementsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListFindingsRefinementsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListFindingsRefinementsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListFindingsRefinementsResponse> parser()
Returns
Type Description
Parser<ListFindingsRefinementsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ListFindingsRefinementsResponse getDefaultInstanceForType()
Returns
Type Description
ListFindingsRefinementsResponse

getFindingsRefinements(int index)

public FindingsRefinement getFindingsRefinements(int index)

List of findings refinements.

repeated .google.cloud.chronicle.v1.FindingsRefinement findings_refinements = 1;

Parameter
Name Description
index int
Returns
Type Description
FindingsRefinement

getFindingsRefinementsCount()

public int getFindingsRefinementsCount()

List of findings refinements.

repeated .google.cloud.chronicle.v1.FindingsRefinement findings_refinements = 1;

Returns
Type Description
int

getFindingsRefinementsList()

public List<FindingsRefinement> getFindingsRefinementsList()

List of findings refinements.

repeated .google.cloud.chronicle.v1.FindingsRefinement findings_refinements = 1;

Returns
Type Description
List<FindingsRefinement>

getFindingsRefinementsOrBuilder(int index)

public FindingsRefinementOrBuilder getFindingsRefinementsOrBuilder(int index)

List of findings refinements.

repeated .google.cloud.chronicle.v1.FindingsRefinement findings_refinements = 1;

Parameter
Name Description
index int
Returns
Type Description
FindingsRefinementOrBuilder

getFindingsRefinementsOrBuilderList()

public List<? extends FindingsRefinementOrBuilder> getFindingsRefinementsOrBuilderList()

List of findings refinements.

repeated .google.cloud.chronicle.v1.FindingsRefinement findings_refinements = 1;

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.FindingsRefinementOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListFindingsRefinementsResponse> getParserForType()
Returns
Type Description
Parser<ListFindingsRefinementsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListFindingsRefinementsResponse.Builder newBuilderForType()
Returns
Type Description
ListFindingsRefinementsResponse.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected ListFindingsRefinementsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListFindingsRefinementsResponse.Builder
Overrides

toBuilder()

public ListFindingsRefinementsResponse.Builder toBuilder()
Returns
Type Description
ListFindingsRefinementsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException