public interface ReportPhishingRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
String |
getUri()
The URI that is being reported for phishing content to be analyzed.
|
com.google.protobuf.ByteString |
getUriBytes()
The URI that is being reported for phishing content to be analyzed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The name of the project for which the report will be created,
in the format "projects/{project_number}".
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. The name of the project for which the report will be created,
in the format "projects/{project_number}".
string parent = 1;String getUri()
The URI that is being reported for phishing content to be analyzed.
string uri = 2;com.google.protobuf.ByteString getUriBytes()
The URI that is being reported for phishing content to be analyzed.
string uri = 2;Copyright © 2019 Google LLC. All rights reserved.