Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
DeletionRequest.Builder
public
static
final
class
DeletionRequest.Builder
extends Object
DeletionRequest 对象的构建器。
摘要
继承的方法 |
继承自
java.lang.Object
类
Object
|
clone()
创建并返回此对象的副本。
|
boolean
|
equals(Object obj)
指示某个其他对象是否“等于”这个。
|
void
|
finalize()
垃圾回收时,由垃圾回收器针对对象调用
确定没有对对象的更多引用。
|
final
Class<?>
|
getClass()
返回此 Object 的运行时类。
|
int
|
hashCode()
返回对象的哈希代码值。
|
final
void
|
notify()
唤醒正在等待此对象的
监控。
|
final
void
|
notifyAll()
唤醒正在等待此对象的监控器的所有线程。
|
String
|
toString()
返回对象的字符串表示。
|
final
void
|
wait(long timeoutMillis, int nanos)
导致当前线程处于等待状态,直到其被唤醒,这通常是
通知或中断,或者直到
经过了一定量的实时。
|
final
void
|
wait(long timeoutMillis)
导致当前线程处于等待状态,直到其被唤醒,这通常是
通知或中断,或者直到
经过了一定量的实时。
|
final
void
|
wait()
导致当前线程处于等待状态,直到其被唤醒,这通常是
通知或中断。
|
|
公共构造函数
Builder
public Builder ()
公共方法
setDomainUris
public DeletionRequest.Builder setDomainUris (List<Uri> domainUris)
设置将用于匹配的网域 URI 列表。系统会将这些定位条件与
使用同一网域或任何子网域的记录。例如:如果 domainUri 为 https://example.com,则 https://a.example.com、https://example.com 和
https://b.example.com 将匹配;https://abcexample.com 将不匹配。
| 参数 |
domainUris |
List:此值可以为 null。 |
setOriginUris
public DeletionRequest.Builder setOriginUris (List<Uri> originUris)
设置将用于匹配的源 URI 列表。系统会将这些定位条件与
仅使用相同源的记录,即子网域不会匹配。例如:如果 originUri 为
https://a.example.com,则 https://a.example.com 将匹配;https://example.com、https://b.example.com和https://abcexample.com
将不匹配。
| 参数 |
originUris |
List:此值可以为 null。 |
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-27。"],[],[]]