public interface ScreenshotOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContents()
public abstract String getContents()
[Output Only] The Base64-encoded screenshot data.
optional string contents = 506419994;
Returns | |
---|---|
Type | Description |
String |
The contents. |
getContentsBytes()
public abstract ByteString getContentsBytes()
[Output Only] The Base64-encoded screenshot data.
optional string contents = 506419994;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for contents. |
getKind()
public abstract String getKind()
[Output Only] Type of the resource. Always compute#screenshot for the screenshots.
optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#screenshot for the screenshots.
optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for kind. |
hasContents()
public abstract boolean hasContents()
[Output Only] The Base64-encoded screenshot data.
optional string contents = 506419994;
Returns | |
---|---|
Type | Description |
boolean |
Whether the contents field is set. |
hasKind()
public abstract boolean hasKind()
[Output Only] Type of the resource. Always compute#screenshot for the screenshots.
optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
boolean |
Whether the kind field is set. |