public interface ScreenshotOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContents()
public abstract String getContents()[Output Only] The Base64-encoded screenshot data.
optional string contents = 506419994;
| Type | Description |
| String | The contents. |
getContentsBytes()
public abstract ByteString getContentsBytes()[Output Only] The Base64-encoded screenshot data.
optional string contents = 506419994;
| 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;
| 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;
| Type | Description |
| ByteString | The bytes for kind. |
hasContents()
public abstract boolean hasContents()[Output Only] The Base64-encoded screenshot data.
optional string contents = 506419994;
| 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;
| Type | Description |
| boolean | Whether the kind field is set. |