Class CreateEventThreatDetectionCustomModuleRequest (0.7.0)

public final class CreateEventThreatDetectionCustomModuleRequest extends GeneratedMessageV3 implements CreateEventThreatDetectionCustomModuleRequestOrBuilder

Message for creating a EventThreatDetectionCustomModule

Protobuf type google.cloud.securitycentermanagement.v1.CreateEventThreatDetectionCustomModuleRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CreateEventThreatDetectionCustomModuleRequest

Static Fields

EVENT_THREAT_DETECTION_CUSTOM_MODULE_FIELD_NUMBER

public static final int EVENT_THREAT_DETECTION_CUSTOM_MODULE_FIELD_NUMBER
Field Value
TypeDescription
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
TypeDescription
int

VALIDATE_ONLY_FIELD_NUMBER

public static final int VALIDATE_ONLY_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static CreateEventThreatDetectionCustomModuleRequest getDefaultInstance()
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static CreateEventThreatDetectionCustomModuleRequest.Builder newBuilder()
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest.Builder

newBuilder(CreateEventThreatDetectionCustomModuleRequest prototype)

public static CreateEventThreatDetectionCustomModuleRequest.Builder newBuilder(CreateEventThreatDetectionCustomModuleRequest prototype)
Parameter
NameDescription
prototypeCreateEventThreatDetectionCustomModuleRequest
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest.Builder

parseDelimitedFrom(InputStream input)

public static CreateEventThreatDetectionCustomModuleRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateEventThreatDetectionCustomModuleRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static CreateEventThreatDetectionCustomModuleRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CreateEventThreatDetectionCustomModuleRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CreateEventThreatDetectionCustomModuleRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CreateEventThreatDetectionCustomModuleRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CreateEventThreatDetectionCustomModuleRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateEventThreatDetectionCustomModuleRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static CreateEventThreatDetectionCustomModuleRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateEventThreatDetectionCustomModuleRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static CreateEventThreatDetectionCustomModuleRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CreateEventThreatDetectionCustomModuleRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<CreateEventThreatDetectionCustomModuleRequest> parser()
Returns
TypeDescription
Parser<CreateEventThreatDetectionCustomModuleRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public CreateEventThreatDetectionCustomModuleRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest

getEventThreatDetectionCustomModule()

public EventThreatDetectionCustomModule getEventThreatDetectionCustomModule()

Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated.

.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
EventThreatDetectionCustomModule

The eventThreatDetectionCustomModule.

getEventThreatDetectionCustomModuleOrBuilder()

public EventThreatDetectionCustomModuleOrBuilder getEventThreatDetectionCustomModuleOrBuilder()

Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated.

.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
EventThreatDetectionCustomModuleOrBuilder

getParent()

public String getParent()

Required. Name of parent for the module. Its format is "organizations/{organization}/locations/{location}", "folders/{folder}/locations/{location}", or "projects/{project}/locations/{location}"

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. Name of parent for the module. Its format is "organizations/{organization}/locations/{location}", "folders/{folder}/locations/{location}", or "projects/{project}/locations/{location}"

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getParserForType()

public Parser<CreateEventThreatDetectionCustomModuleRequest> getParserForType()
Returns
TypeDescription
Parser<CreateEventThreatDetectionCustomModuleRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getValidateOnly()

public boolean getValidateOnly()

Optional. When set to true, only validations (including IAM checks) will done for the request (no module will be created). An OK response indicates the request is valid while an error response indicates the request is invalid. Note that a subsequent request to actually create the module could still fail because 1. the state could have changed (e.g. IAM permission lost) or

  1. A failure occurred during creation of the module.

bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The validateOnly.

hasEventThreatDetectionCustomModule()

public boolean hasEventThreatDetectionCustomModule()

Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated.

.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the eventThreatDetectionCustomModule field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public CreateEventThreatDetectionCustomModuleRequest.Builder newBuilderForType()
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CreateEventThreatDetectionCustomModuleRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public CreateEventThreatDetectionCustomModuleRequest.Builder toBuilder()
Returns
TypeDescription
CreateEventThreatDetectionCustomModuleRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException