public static interface SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.iam.v1.Policy |
getIamPolicyData()
Optional.
|
com.google.iam.v1.PolicyOrBuilder |
getIamPolicyDataOrBuilder()
Optional.
|
com.google.protobuf.Struct |
getResourceData()
Optional.
|
com.google.protobuf.StructOrBuilder |
getResourceDataOrBuilder()
Optional.
|
String |
getResourceType()
Required.
|
com.google.protobuf.ByteString |
getResourceTypeBytes()
Required.
|
boolean |
hasIamPolicyData()
Optional.
|
boolean |
hasResourceData()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getResourceType()
Required. The type of the resource, for example, `compute.googleapis.com/Disk`.
string resource_type = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getResourceTypeBytes()
Required. The type of the resource, for example, `compute.googleapis.com/Disk`.
string resource_type = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasResourceData()
Optional. A representation of the Google Cloud resource. Should match the Google Cloud resource JSON format.
.google.protobuf.Struct resource_data = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Struct getResourceData()
Optional. A representation of the Google Cloud resource. Should match the Google Cloud resource JSON format.
.google.protobuf.Struct resource_data = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.StructOrBuilder getResourceDataOrBuilder()
Optional. A representation of the Google Cloud resource. Should match the Google Cloud resource JSON format.
.google.protobuf.Struct resource_data = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean hasIamPolicyData()
Optional. A representation of the IAM policy.
.google.iam.v1.Policy iam_policy_data = 3 [(.google.api.field_behavior) = OPTIONAL];
com.google.iam.v1.Policy getIamPolicyData()
Optional. A representation of the IAM policy.
.google.iam.v1.Policy iam_policy_data = 3 [(.google.api.field_behavior) = OPTIONAL];
com.google.iam.v1.PolicyOrBuilder getIamPolicyDataOrBuilder()
Optional. A representation of the IAM policy.
.google.iam.v1.Policy iam_policy_data = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.