| Modifier and Type | Method and Description |
|---|---|
UserSegmentExclusion |
UserSegmentExclusion.Builder.build() |
UserSegmentExclusion |
UserSegmentExclusion.Builder.buildPartial() |
static UserSegmentExclusion |
UserSegmentExclusion.getDefaultInstance() |
UserSegmentExclusion |
UserSegmentExclusion.getDefaultInstanceForType() |
UserSegmentExclusion |
UserSegmentExclusion.Builder.getDefaultInstanceForType() |
UserSegmentExclusion |
UserSegment.getExclusion()
Defines which users are excluded in this segment.
|
UserSegmentExclusion |
UserSegment.Builder.getExclusion()
Defines which users are excluded in this segment.
|
UserSegmentExclusion |
UserSegmentOrBuilder.getExclusion()
Defines which users are excluded in this segment.
|
static UserSegmentExclusion |
UserSegmentExclusion.parseDelimitedFrom(InputStream input) |
static UserSegmentExclusion |
UserSegmentExclusion.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserSegmentExclusion |
UserSegmentExclusion.parseFrom(byte[] data) |
static UserSegmentExclusion |
UserSegmentExclusion.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserSegmentExclusion |
UserSegmentExclusion.parseFrom(ByteBuffer data) |
static UserSegmentExclusion |
UserSegmentExclusion.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserSegmentExclusion |
UserSegmentExclusion.parseFrom(com.google.protobuf.ByteString data) |
static UserSegmentExclusion |
UserSegmentExclusion.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserSegmentExclusion |
UserSegmentExclusion.parseFrom(com.google.protobuf.CodedInputStream input) |
static UserSegmentExclusion |
UserSegmentExclusion.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserSegmentExclusion |
UserSegmentExclusion.parseFrom(InputStream input) |
static UserSegmentExclusion |
UserSegmentExclusion.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<UserSegmentExclusion> |
UserSegmentExclusion.getParserForType() |
static com.google.protobuf.Parser<UserSegmentExclusion> |
UserSegmentExclusion.parser() |
| Modifier and Type | Method and Description |
|---|---|
UserSegment.Builder |
UserSegment.Builder.mergeExclusion(UserSegmentExclusion value)
Defines which users are excluded in this segment.
|
UserSegmentExclusion.Builder |
UserSegmentExclusion.Builder.mergeFrom(UserSegmentExclusion other) |
static UserSegmentExclusion.Builder |
UserSegmentExclusion.newBuilder(UserSegmentExclusion prototype) |
UserSegment.Builder |
UserSegment.Builder.setExclusion(UserSegmentExclusion value)
Defines which users are excluded in this segment.
|
Copyright © 2023 Google LLC. All rights reserved.