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 IamBinding
IamBinding.Builder. build()
IamBinding
IamBinding.Builder. buildPartial()
static IamBinding
IamBinding. getDefaultInstance()
IamBinding
IamBinding.Builder. getDefaultInstanceForType()
IamBinding
IamBinding. getDefaultInstanceForType()
IamBinding
Finding.Builder. getIamBindings(int index)
Represents IAM bindings associated with the finding.IamBinding
Finding. getIamBindings(int index)
Represents IAM bindings associated with the finding.IamBinding
FindingOrBuilder. getIamBindings(int index)
Represents IAM bindings associated with the finding.static IamBinding
IamBinding. parseDelimitedFrom(InputStream input)
static IamBinding
IamBinding. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IamBinding
IamBinding. parseFrom(byte[] data)
static IamBinding
IamBinding. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IamBinding
IamBinding. parseFrom(com.google.protobuf.ByteString data)
static IamBinding
IamBinding. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IamBinding
IamBinding. parseFrom(com.google.protobuf.CodedInputStream input)
static IamBinding
IamBinding. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IamBinding
IamBinding. parseFrom(InputStream input)
static IamBinding
IamBinding. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IamBinding
IamBinding. parseFrom(ByteBuffer data)
static IamBinding
IamBinding. 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.Builder
Finding.Builder. addIamBindings(int index, IamBinding value)
Represents IAM bindings associated with the finding.Finding.Builder
Finding.Builder. addIamBindings(IamBinding value)
Represents IAM bindings associated with the finding.IamBinding.Builder
IamBinding.Builder. mergeFrom(IamBinding other)
static IamBinding.Builder
IamBinding. newBuilder(IamBinding prototype)
Finding.Builder
Finding.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.Builder
Finding.Builder. addAllIamBindings(Iterable<? extends IamBinding> values)
Represents IAM bindings associated with the finding.
-