public interface ScannedResourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getResource()
public abstract String getResource()Resource name.
string resource = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The resource. |
getResourceBytes()
public abstract ByteString getResourceBytes()Resource name.
string resource = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resource. |
getType()
public abstract String getType()Resource type.
string type = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()Resource type.
string type = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |