publicfinalclass SimulateSecurityHealthAnalyticsCustomModuleRequestextendsGeneratedMessageV3implementsSimulateSecurityHealthAnalyticsCustomModuleRequestOrBuilder
Request message for
SecurityCenterManagement.SimulateSecurityHealthAnalyticsCustomModule.
The maximum size of the request is 4 MiB.
Protobuf type
google.cloud.securitycentermanagement.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CUSTOM_CONFIG_FIELD_NUMBER
publicstaticfinalintCUSTOM_CONFIG_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
PARENT_FIELD_NUMBER
publicstaticfinalintPARENT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
RESOURCE_FIELD_NUMBER
publicstaticfinalintRESOURCE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticSimulateSecurityHealthAnalyticsCustomModuleRequestgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticSimulateSecurityHealthAnalyticsCustomModuleRequest.BuildernewBuilder()
newBuilder(SimulateSecurityHealthAnalyticsCustomModuleRequest prototype)
publicstaticSimulateSecurityHealthAnalyticsCustomModuleRequest.BuildernewBuilder(SimulateSecurityHealthAnalyticsCustomModuleRequestprototype)
publicstaticSimulateSecurityHealthAnalyticsCustomModuleRequestparseDelimitedFrom(InputStreaminput)
publicstaticSimulateSecurityHealthAnalyticsCustomModuleRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticSimulateSecurityHealthAnalyticsCustomModuleRequestparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticSimulateSecurityHealthAnalyticsCustomModuleRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticSimulateSecurityHealthAnalyticsCustomModuleRequestparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticSimulateSecurityHealthAnalyticsCustomModuleRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticSimulateSecurityHealthAnalyticsCustomModuleRequestparseFrom(CodedInputStreaminput)
publicstaticSimulateSecurityHealthAnalyticsCustomModuleRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticSimulateSecurityHealthAnalyticsCustomModuleRequestparseFrom(InputStreaminput)
publicstaticSimulateSecurityHealthAnalyticsCustomModuleRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticSimulateSecurityHealthAnalyticsCustomModuleRequestparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticSimulateSecurityHealthAnalyticsCustomModuleRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<SimulateSecurityHealthAnalyticsCustomModuleRequest>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getCustomConfig()
publicCustomConfiggetCustomConfig()
Required. The custom configuration that you need to test.
.google.cloud.securitycentermanagement.v1.CustomConfig custom_config = 2 [(.google.api.field_behavior) = REQUIRED];
getCustomConfigOrBuilder()
publicCustomConfigOrBuildergetCustomConfigOrBuilder()
Required. The custom configuration that you need to test.
.google.cloud.securitycentermanagement.v1.CustomConfig custom_config = 2 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
publicSimulateSecurityHealthAnalyticsCustomModuleRequestgetDefaultInstanceForType()
getParent()
Required. The relative resource name of the organization, project, or
folder. For more information about relative resource names, see AIP-122:
Resource names. Example:
organizations/{organization_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
String |
The parent.
|
getParentBytes()
publicByteStringgetParentBytes()
Required. The relative resource name of the organization, project, or
folder. For more information about relative resource names, see AIP-122:
Resource names. Example:
organizations/{organization_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
ByteString |
The bytes for parent.
|
getParserForType()
publicParser<SimulateSecurityHealthAnalyticsCustomModuleRequest>getParserForType()
Overrides
getResource()
publicSimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResourcegetResource()
Required. Resource data to simulate custom module against.
.google.cloud.securitycentermanagement.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource resource = 3 [(.google.api.field_behavior) = REQUIRED];
getResourceOrBuilder()
publicSimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResourceOrBuildergetResourceOrBuilder()
Required. Resource data to simulate custom module against.
.google.cloud.securitycentermanagement.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource resource = 3 [(.google.api.field_behavior) = REQUIRED];
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
hasCustomConfig()
publicbooleanhasCustomConfig()
Required. The custom configuration that you need to test.
.google.cloud.securitycentermanagement.v1.CustomConfig custom_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the customConfig field is set.
|
hasResource()
publicbooleanhasResource()
Required. Resource data to simulate custom module against.
.google.cloud.securitycentermanagement.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource resource = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the resource field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicSimulateSecurityHealthAnalyticsCustomModuleRequest.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedSimulateSecurityHealthAnalyticsCustomModuleRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicSimulateSecurityHealthAnalyticsCustomModuleRequest.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides