Interface ViolatingResourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ViolatingResource
,ViolatingResource.Builder
public interface ViolatingResourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getContentType
String getContentType()
The MIME type of this resource.
string content_type = 1;
- Returns:
- The contentType.
-
getContentTypeBytes
com.google.protobuf.ByteString getContentTypeBytes()
The MIME type of this resource.
string content_type = 1;
- Returns:
- The bytes for contentType.
-
getResourceUrl
String getResourceUrl()
URL of this violating resource.
string resource_url = 2;
- Returns:
- The resourceUrl.
-
getResourceUrlBytes
com.google.protobuf.ByteString getResourceUrlBytes()
URL of this violating resource.
string resource_url = 2;
- Returns:
- The bytes for resourceUrl.
-
-