Interface ViolatingResourceOrBuilder (2.2.1)

public interface ViolatingResourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContentType()

public abstract String getContentType()

The MIME type of this resource.

string content_type = 1;

Returns
TypeDescription
String

The contentType.

getContentTypeBytes()

public abstract ByteString getContentTypeBytes()

The MIME type of this resource.

string content_type = 1;

Returns
TypeDescription
ByteString

The bytes for contentType.

getResourceUrl()

public abstract String getResourceUrl()

URL of this violating resource.

string resource_url = 2;

Returns
TypeDescription
String

The resourceUrl.

getResourceUrlBytes()

public abstract ByteString getResourceUrlBytes()

URL of this violating resource.

string resource_url = 2;

Returns
TypeDescription
ByteString

The bytes for resourceUrl.