public final class VulnerableHeaders extends com.google.protobuf.GeneratedMessageV3 implements VulnerableHeadersOrBuilder
Information about vulnerable or missing HTTP Headers.Protobuf type
google.cloud.websecurityscanner.v1beta.VulnerableHeaders| Modifier and Type | Class and Description |
|---|---|
static class |
VulnerableHeaders.Builder
Information about vulnerable or missing HTTP Headers.
|
static class |
VulnerableHeaders.Header
Describes a HTTP Header.
|
static interface |
VulnerableHeaders.HeaderOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
HEADERS_FIELD_NUMBER |
static int |
MISSING_HEADERS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static VulnerableHeaders |
getDefaultInstance() |
VulnerableHeaders |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
VulnerableHeaders.Header |
getHeaders(int index)
List of vulnerable headers.
|
int |
getHeadersCount()
List of vulnerable headers.
|
List<VulnerableHeaders.Header> |
getHeadersList()
List of vulnerable headers.
|
VulnerableHeaders.HeaderOrBuilder |
getHeadersOrBuilder(int index)
List of vulnerable headers.
|
List<? extends VulnerableHeaders.HeaderOrBuilder> |
getHeadersOrBuilderList()
List of vulnerable headers.
|
VulnerableHeaders.Header |
getMissingHeaders(int index)
List of missing headers.
|
int |
getMissingHeadersCount()
List of missing headers.
|
List<VulnerableHeaders.Header> |
getMissingHeadersList()
List of missing headers.
|
VulnerableHeaders.HeaderOrBuilder |
getMissingHeadersOrBuilder(int index)
List of missing headers.
|
List<? extends VulnerableHeaders.HeaderOrBuilder> |
getMissingHeadersOrBuilderList()
List of missing headers.
|
com.google.protobuf.Parser<VulnerableHeaders> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static VulnerableHeaders.Builder |
newBuilder() |
static VulnerableHeaders.Builder |
newBuilder(VulnerableHeaders prototype) |
VulnerableHeaders.Builder |
newBuilderForType() |
protected VulnerableHeaders.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static VulnerableHeaders |
parseDelimitedFrom(InputStream input) |
static VulnerableHeaders |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VulnerableHeaders |
parseFrom(byte[] data) |
static VulnerableHeaders |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VulnerableHeaders |
parseFrom(ByteBuffer data) |
static VulnerableHeaders |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VulnerableHeaders |
parseFrom(com.google.protobuf.ByteString data) |
static VulnerableHeaders |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VulnerableHeaders |
parseFrom(com.google.protobuf.CodedInputStream input) |
static VulnerableHeaders |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VulnerableHeaders |
parseFrom(InputStream input) |
static VulnerableHeaders |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<VulnerableHeaders> |
parser() |
VulnerableHeaders.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int HEADERS_FIELD_NUMBER
public static final int MISSING_HEADERS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<VulnerableHeaders.Header> getHeadersList()
List of vulnerable headers.
repeated .google.cloud.websecurityscanner.v1beta.VulnerableHeaders.Header headers = 1;
getHeadersList in interface VulnerableHeadersOrBuilderpublic List<? extends VulnerableHeaders.HeaderOrBuilder> getHeadersOrBuilderList()
List of vulnerable headers.
repeated .google.cloud.websecurityscanner.v1beta.VulnerableHeaders.Header headers = 1;
getHeadersOrBuilderList in interface VulnerableHeadersOrBuilderpublic int getHeadersCount()
List of vulnerable headers.
repeated .google.cloud.websecurityscanner.v1beta.VulnerableHeaders.Header headers = 1;
getHeadersCount in interface VulnerableHeadersOrBuilderpublic VulnerableHeaders.Header getHeaders(int index)
List of vulnerable headers.
repeated .google.cloud.websecurityscanner.v1beta.VulnerableHeaders.Header headers = 1;
getHeaders in interface VulnerableHeadersOrBuilderpublic VulnerableHeaders.HeaderOrBuilder getHeadersOrBuilder(int index)
List of vulnerable headers.
repeated .google.cloud.websecurityscanner.v1beta.VulnerableHeaders.Header headers = 1;
getHeadersOrBuilder in interface VulnerableHeadersOrBuilderpublic List<VulnerableHeaders.Header> getMissingHeadersList()
List of missing headers.
repeated .google.cloud.websecurityscanner.v1beta.VulnerableHeaders.Header missing_headers = 2;
getMissingHeadersList in interface VulnerableHeadersOrBuilderpublic List<? extends VulnerableHeaders.HeaderOrBuilder> getMissingHeadersOrBuilderList()
List of missing headers.
repeated .google.cloud.websecurityscanner.v1beta.VulnerableHeaders.Header missing_headers = 2;
getMissingHeadersOrBuilderList in interface VulnerableHeadersOrBuilderpublic int getMissingHeadersCount()
List of missing headers.
repeated .google.cloud.websecurityscanner.v1beta.VulnerableHeaders.Header missing_headers = 2;
getMissingHeadersCount in interface VulnerableHeadersOrBuilderpublic VulnerableHeaders.Header getMissingHeaders(int index)
List of missing headers.
repeated .google.cloud.websecurityscanner.v1beta.VulnerableHeaders.Header missing_headers = 2;
getMissingHeaders in interface VulnerableHeadersOrBuilderpublic VulnerableHeaders.HeaderOrBuilder getMissingHeadersOrBuilder(int index)
List of missing headers.
repeated .google.cloud.websecurityscanner.v1beta.VulnerableHeaders.Header missing_headers = 2;
getMissingHeadersOrBuilder in interface VulnerableHeadersOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static VulnerableHeaders parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VulnerableHeaders parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VulnerableHeaders parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VulnerableHeaders parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VulnerableHeaders parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VulnerableHeaders parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VulnerableHeaders parseFrom(InputStream input) throws IOException
IOExceptionpublic static VulnerableHeaders parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VulnerableHeaders parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static VulnerableHeaders parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VulnerableHeaders parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static VulnerableHeaders parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic VulnerableHeaders.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static VulnerableHeaders.Builder newBuilder()
public static VulnerableHeaders.Builder newBuilder(VulnerableHeaders prototype)
public VulnerableHeaders.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected VulnerableHeaders.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static VulnerableHeaders getDefaultInstance()
public static com.google.protobuf.Parser<VulnerableHeaders> parser()
public com.google.protobuf.Parser<VulnerableHeaders> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public VulnerableHeaders getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Google LLC. All rights reserved.