Uses of Class
com.google.cloud.securitycenter.v1.ExfilResource
-
Packages that use ExfilResource Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of ExfilResource in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return ExfilResource Modifier and Type Method Description ExfilResourceExfilResource.Builder. build()ExfilResourceExfilResource.Builder. buildPartial()static ExfilResourceExfilResource. getDefaultInstance()ExfilResourceExfilResource.Builder. getDefaultInstanceForType()ExfilResourceExfilResource. getDefaultInstanceForType()ExfilResourceExfiltration.Builder. getSources(int index)If there are multiple sources, then the data is considered "joined" between them.ExfilResourceExfiltration. getSources(int index)If there are multiple sources, then the data is considered "joined" between them.ExfilResourceExfiltrationOrBuilder. getSources(int index)If there are multiple sources, then the data is considered "joined" between them.ExfilResourceExfiltration.Builder. getTargets(int index)If there are multiple targets, each target would get a complete copy of the "joined" source data.ExfilResourceExfiltration. getTargets(int index)If there are multiple targets, each target would get a complete copy of the "joined" source data.ExfilResourceExfiltrationOrBuilder. getTargets(int index)If there are multiple targets, each target would get a complete copy of the "joined" source data.static ExfilResourceExfilResource. parseDelimitedFrom(InputStream input)static ExfilResourceExfilResource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExfilResourceExfilResource. parseFrom(byte[] data)static ExfilResourceExfilResource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExfilResourceExfilResource. parseFrom(com.google.protobuf.ByteString data)static ExfilResourceExfilResource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExfilResourceExfilResource. parseFrom(com.google.protobuf.CodedInputStream input)static ExfilResourceExfilResource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExfilResourceExfilResource. parseFrom(InputStream input)static ExfilResourceExfilResource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExfilResourceExfilResource. parseFrom(ByteBuffer data)static ExfilResourceExfilResource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type ExfilResource Modifier and Type Method Description com.google.protobuf.Parser<ExfilResource>ExfilResource. getParserForType()List<ExfilResource>Exfiltration.Builder. getSourcesList()If there are multiple sources, then the data is considered "joined" between them.List<ExfilResource>Exfiltration. getSourcesList()If there are multiple sources, then the data is considered "joined" between them.List<ExfilResource>ExfiltrationOrBuilder. getSourcesList()If there are multiple sources, then the data is considered "joined" between them.List<ExfilResource>Exfiltration.Builder. getTargetsList()If there are multiple targets, each target would get a complete copy of the "joined" source data.List<ExfilResource>Exfiltration. getTargetsList()If there are multiple targets, each target would get a complete copy of the "joined" source data.List<ExfilResource>ExfiltrationOrBuilder. getTargetsList()If there are multiple targets, each target would get a complete copy of the "joined" source data.static com.google.protobuf.Parser<ExfilResource>ExfilResource. parser()Methods in com.google.cloud.securitycenter.v1 with parameters of type ExfilResource Modifier and Type Method Description Exfiltration.BuilderExfiltration.Builder. addSources(int index, ExfilResource value)If there are multiple sources, then the data is considered "joined" between them.Exfiltration.BuilderExfiltration.Builder. addSources(ExfilResource value)If there are multiple sources, then the data is considered "joined" between them.Exfiltration.BuilderExfiltration.Builder. addTargets(int index, ExfilResource value)If there are multiple targets, each target would get a complete copy of the "joined" source data.Exfiltration.BuilderExfiltration.Builder. addTargets(ExfilResource value)If there are multiple targets, each target would get a complete copy of the "joined" source data.ExfilResource.BuilderExfilResource.Builder. mergeFrom(ExfilResource other)static ExfilResource.BuilderExfilResource. newBuilder(ExfilResource prototype)Exfiltration.BuilderExfiltration.Builder. setSources(int index, ExfilResource value)If there are multiple sources, then the data is considered "joined" between them.Exfiltration.BuilderExfiltration.Builder. setTargets(int index, ExfilResource value)If there are multiple targets, each target would get a complete copy of the "joined" source data.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type ExfilResource Modifier and Type Method Description Exfiltration.BuilderExfiltration.Builder. addAllSources(Iterable<? extends ExfilResource> values)If there are multiple sources, then the data is considered "joined" between them.Exfiltration.BuilderExfiltration.Builder. addAllTargets(Iterable<? extends ExfilResource> values)If there are multiple targets, each target would get a complete copy of the "joined" source data.
-