public interface ViolatingResourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContentType()
public abstract String getContentType()
The MIME type of this resource.
string content_type = 1;
Returns | |
---|---|
Type | Description |
String |
The contentType. |
getContentTypeBytes()
public abstract ByteString getContentTypeBytes()
The MIME type of this resource.
string content_type = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for contentType. |
getResourceUrl()
public abstract String getResourceUrl()
URL of this violating resource.
string resource_url = 2;
Returns | |
---|---|
Type | Description |
String |
The resourceUrl. |
getResourceUrlBytes()
public abstract ByteString getResourceUrlBytes()
URL of this violating resource.
string resource_url = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for resourceUrl. |