publicfinalclass CreateSecurityHealthAnalyticsCustomModuleRequestextendsGeneratedMessageV3implementsCreateSecurityHealthAnalyticsCustomModuleRequestOrBuilder
Request message for
SecurityCenterManagement.CreateSecurityHealthAnalyticsCustomModule.
Protobuf type
google.cloud.securitycentermanagement.v1.CreateSecurityHealthAnalyticsCustomModuleRequest
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
PARENT_FIELD_NUMBER
publicstaticfinalintPARENT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
SECURITY_HEALTH_ANALYTICS_CUSTOM_MODULE_FIELD_NUMBER
publicstaticfinalintSECURITY_HEALTH_ANALYTICS_CUSTOM_MODULE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
VALIDATE_ONLY_FIELD_NUMBER
publicstaticfinalintVALIDATE_ONLY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticCreateSecurityHealthAnalyticsCustomModuleRequestgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticCreateSecurityHealthAnalyticsCustomModuleRequest.BuildernewBuilder()
newBuilder(CreateSecurityHealthAnalyticsCustomModuleRequest prototype)
publicstaticCreateSecurityHealthAnalyticsCustomModuleRequest.BuildernewBuilder(CreateSecurityHealthAnalyticsCustomModuleRequestprototype)
publicstaticCreateSecurityHealthAnalyticsCustomModuleRequestparseDelimitedFrom(InputStreaminput)
publicstaticCreateSecurityHealthAnalyticsCustomModuleRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticCreateSecurityHealthAnalyticsCustomModuleRequestparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticCreateSecurityHealthAnalyticsCustomModuleRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticCreateSecurityHealthAnalyticsCustomModuleRequestparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticCreateSecurityHealthAnalyticsCustomModuleRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticCreateSecurityHealthAnalyticsCustomModuleRequestparseFrom(CodedInputStreaminput)
publicstaticCreateSecurityHealthAnalyticsCustomModuleRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticCreateSecurityHealthAnalyticsCustomModuleRequestparseFrom(InputStreaminput)
publicstaticCreateSecurityHealthAnalyticsCustomModuleRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticCreateSecurityHealthAnalyticsCustomModuleRequestparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticCreateSecurityHealthAnalyticsCustomModuleRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<CreateSecurityHealthAnalyticsCustomModuleRequest>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicCreateSecurityHealthAnalyticsCustomModuleRequestgetDefaultInstanceForType()
getParent()
Required. Name of the parent organization, folder, or project of the
module, in one of the following formats:
organizations/{organization}/locations/{location}
folders/{folder}/locations/{location}
projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
String |
The parent.
|
getParentBytes()
publicByteStringgetParentBytes()
Required. Name of the parent organization, folder, or project of the
module, in one of the following formats:
organizations/{organization}/locations/{location}
folders/{folder}/locations/{location}
projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
ByteString |
The bytes for parent.
|
getParserForType()
publicParser<CreateSecurityHealthAnalyticsCustomModuleRequest>getParserForType()
Overrides
getSecurityHealthAnalyticsCustomModule()
publicSecurityHealthAnalyticsCustomModulegetSecurityHealthAnalyticsCustomModule()
Required. The resource being created.
.google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
getSecurityHealthAnalyticsCustomModuleOrBuilder()
publicSecurityHealthAnalyticsCustomModuleOrBuildergetSecurityHealthAnalyticsCustomModuleOrBuilder()
Required. The resource being created.
.google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getValidateOnly()
publicbooleangetValidateOnly()
Optional. When set to true, the request will be validated (including IAM
checks), but no module will be created. An OK response indicates that the
request is valid, while an error response indicates that the request is
invalid.
If the request is valid, a subsequent request to create the module could
still fail for one of the following reasons:
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
The validateOnly.
|
hasSecurityHealthAnalyticsCustomModule()
publicbooleanhasSecurityHealthAnalyticsCustomModule()
Required. The resource being created.
.google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the securityHealthAnalyticsCustomModule field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicCreateSecurityHealthAnalyticsCustomModuleRequest.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedCreateSecurityHealthAnalyticsCustomModuleRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicCreateSecurityHealthAnalyticsCustomModuleRequest.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides