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 ExfilResource
ExfilResource.Builder. build()
ExfilResource
ExfilResource.Builder. buildPartial()
static ExfilResource
ExfilResource. getDefaultInstance()
ExfilResource
ExfilResource.Builder. getDefaultInstanceForType()
ExfilResource
ExfilResource. getDefaultInstanceForType()
ExfilResource
Exfiltration.Builder. getSources(int index)
If there are multiple sources, then the data is considered "joined" between them.ExfilResource
Exfiltration. getSources(int index)
If there are multiple sources, then the data is considered "joined" between them.ExfilResource
ExfiltrationOrBuilder. getSources(int index)
If there are multiple sources, then the data is considered "joined" between them.ExfilResource
Exfiltration.Builder. getTargets(int index)
If there are multiple targets, each target would get a complete copy of the "joined" source data.ExfilResource
Exfiltration. getTargets(int index)
If there are multiple targets, each target would get a complete copy of the "joined" source data.ExfilResource
ExfiltrationOrBuilder. getTargets(int index)
If there are multiple targets, each target would get a complete copy of the "joined" source data.static ExfilResource
ExfilResource. parseDelimitedFrom(InputStream input)
static ExfilResource
ExfilResource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExfilResource
ExfilResource. parseFrom(byte[] data)
static ExfilResource
ExfilResource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExfilResource
ExfilResource. parseFrom(com.google.protobuf.ByteString data)
static ExfilResource
ExfilResource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExfilResource
ExfilResource. parseFrom(com.google.protobuf.CodedInputStream input)
static ExfilResource
ExfilResource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExfilResource
ExfilResource. parseFrom(InputStream input)
static ExfilResource
ExfilResource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExfilResource
ExfilResource. parseFrom(ByteBuffer data)
static ExfilResource
ExfilResource. 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.Builder
Exfiltration.Builder. addSources(int index, ExfilResource value)
If there are multiple sources, then the data is considered "joined" between them.Exfiltration.Builder
Exfiltration.Builder. addSources(ExfilResource value)
If there are multiple sources, then the data is considered "joined" between them.Exfiltration.Builder
Exfiltration.Builder. addTargets(int index, ExfilResource value)
If there are multiple targets, each target would get a complete copy of the "joined" source data.Exfiltration.Builder
Exfiltration.Builder. addTargets(ExfilResource value)
If there are multiple targets, each target would get a complete copy of the "joined" source data.ExfilResource.Builder
ExfilResource.Builder. mergeFrom(ExfilResource other)
static ExfilResource.Builder
ExfilResource. newBuilder(ExfilResource prototype)
Exfiltration.Builder
Exfiltration.Builder. setSources(int index, ExfilResource value)
If there are multiple sources, then the data is considered "joined" between them.Exfiltration.Builder
Exfiltration.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.Builder
Exfiltration.Builder. addAllSources(Iterable<? extends ExfilResource> values)
If there are multiple sources, then the data is considered "joined" between them.Exfiltration.Builder
Exfiltration.Builder. addAllTargets(Iterable<? extends ExfilResource> values)
If there are multiple targets, each target would get a complete copy of the "joined" source data.
-