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