public interface ViolatingResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
The MIME type of this resource.
|
com.google.protobuf.ByteString |
getContentTypeBytes()
The MIME type of this resource.
|
String |
getResourceUrl()
URL of this violating resource.
|
com.google.protobuf.ByteString |
getResourceUrlBytes()
URL of this violating resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getContentType()
The MIME type of this resource.
string content_type = 1;com.google.protobuf.ByteString getContentTypeBytes()
The MIME type of this resource.
string content_type = 1;String getResourceUrl()
URL of this violating resource.
string resource_url = 2;com.google.protobuf.ByteString getResourceUrlBytes()
URL of this violating resource.
string resource_url = 2;Copyright © 2019 Google LLC. All rights reserved.