public interface FetchBlobResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContent()
public abstract String getContent()
The content of the blob, encoded as base64.
string content = 2;
Returns | |
---|---|
Type | Description |
String |
The content. |
getContentBytes()
public abstract ByteString getContentBytes()
The content of the blob, encoded as base64.
string content = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for content. |
getSha()
public abstract String getSha()
The SHA-1 hash of the blob.
string sha = 1;
Returns | |
---|---|
Type | Description |
String |
The sha. |
getShaBytes()
public abstract ByteString getShaBytes()
The SHA-1 hash of the blob.
string sha = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for sha. |