Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
Modifier and Type | Method and Description |
---|---|
ExfilResource |
ExfilResource.Builder.build() |
ExfilResource |
ExfilResource.Builder.buildPartial() |
static ExfilResource |
ExfilResource.getDefaultInstance() |
ExfilResource |
ExfilResource.getDefaultInstanceForType() |
ExfilResource |
ExfilResource.Builder.getDefaultInstanceForType() |
ExfilResource |
ExfiltrationOrBuilder.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 |
Exfiltration.Builder.getSources(int index)
If there are multiple sources, then the data is considered "joined" between
them.
|
ExfilResource |
ExfiltrationOrBuilder.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 |
Exfiltration.Builder.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,
ExtensionRegistryLite extensionRegistry) |
static ExfilResource |
ExfilResource.parseFrom(byte[] data) |
static ExfilResource |
ExfilResource.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ExfilResource |
ExfilResource.parseFrom(ByteBuffer data) |
static ExfilResource |
ExfilResource.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ExfilResource |
ExfilResource.parseFrom(ByteString data) |
static ExfilResource |
ExfilResource.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ExfilResource |
ExfilResource.parseFrom(CodedInputStream input) |
static ExfilResource |
ExfilResource.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ExfilResource |
ExfilResource.parseFrom(InputStream input) |
static ExfilResource |
ExfilResource.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<ExfilResource> |
ExfilResource.getParserForType() |
List<ExfilResource> |
ExfiltrationOrBuilder.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> |
Exfiltration.Builder.getSourcesList()
If there are multiple sources, then the data is considered "joined" between
them.
|
List<ExfilResource> |
ExfiltrationOrBuilder.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> |
Exfiltration.Builder.getTargetsList()
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
static Parser<ExfilResource> |
ExfilResource.parser() |
Modifier and Type | Method and Description |
---|---|
Exfiltration.Builder |
Exfiltration.Builder.addSources(ExfilResource value)
If there are multiple sources, then the data is considered "joined" between
them.
|
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.addTargets(ExfilResource value)
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
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.
|
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.
|
Modifier and Type | Method and 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.
|
Copyright © 2022 Google LLC. All rights reserved.