Uses of Class
com.google.cloud.securitycenter.v1.IamBinding
-
Packages that use IamBinding Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of IamBinding in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return IamBinding Modifier and Type Method Description IamBindingIamBinding.Builder. build()IamBindingIamBinding.Builder. buildPartial()static IamBindingIamBinding. getDefaultInstance()IamBindingIamBinding.Builder. getDefaultInstanceForType()IamBindingIamBinding. getDefaultInstanceForType()IamBindingFinding.Builder. getIamBindings(int index)Represents IAM bindings associated with the finding.IamBindingFinding. getIamBindings(int index)Represents IAM bindings associated with the finding.IamBindingFindingOrBuilder. getIamBindings(int index)Represents IAM bindings associated with the finding.static IamBindingIamBinding. parseDelimitedFrom(InputStream input)static IamBindingIamBinding. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IamBindingIamBinding. parseFrom(byte[] data)static IamBindingIamBinding. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IamBindingIamBinding. parseFrom(com.google.protobuf.ByteString data)static IamBindingIamBinding. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IamBindingIamBinding. parseFrom(com.google.protobuf.CodedInputStream input)static IamBindingIamBinding. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IamBindingIamBinding. parseFrom(InputStream input)static IamBindingIamBinding. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IamBindingIamBinding. parseFrom(ByteBuffer data)static IamBindingIamBinding. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type IamBinding Modifier and Type Method Description List<IamBinding>Finding.Builder. getIamBindingsList()Represents IAM bindings associated with the finding.List<IamBinding>Finding. getIamBindingsList()Represents IAM bindings associated with the finding.List<IamBinding>FindingOrBuilder. getIamBindingsList()Represents IAM bindings associated with the finding.com.google.protobuf.Parser<IamBinding>IamBinding. getParserForType()static com.google.protobuf.Parser<IamBinding>IamBinding. parser()Methods in com.google.cloud.securitycenter.v1 with parameters of type IamBinding Modifier and Type Method Description Finding.BuilderFinding.Builder. addIamBindings(int index, IamBinding value)Represents IAM bindings associated with the finding.Finding.BuilderFinding.Builder. addIamBindings(IamBinding value)Represents IAM bindings associated with the finding.IamBinding.BuilderIamBinding.Builder. mergeFrom(IamBinding other)static IamBinding.BuilderIamBinding. newBuilder(IamBinding prototype)Finding.BuilderFinding.Builder. setIamBindings(int index, IamBinding value)Represents IAM bindings associated with the finding.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type IamBinding Modifier and Type Method Description Finding.BuilderFinding.Builder. addAllIamBindings(Iterable<? extends IamBinding> values)Represents IAM bindings associated with the finding.
-