public interface ExportPlaybookResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPlaybookCase()
public abstract ExportPlaybookResponse.PlaybookCase getPlaybookCase()| Returns | |
|---|---|
| Type | Description |
ExportPlaybookResponse.PlaybookCase |
|
getPlaybookContent()
public abstract ByteString getPlaybookContent()Uncompressed raw byte content for playbook.
bytes playbook_content = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The playbookContent. |
getPlaybookUri()
public abstract String getPlaybookUri() The URI to a file containing the exported playbook. This field is
populated only if playbook_uri is specified in
ExportPlaybookRequest.
string playbook_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The playbookUri. |
getPlaybookUriBytes()
public abstract ByteString getPlaybookUriBytes() The URI to a file containing the exported playbook. This field is
populated only if playbook_uri is specified in
ExportPlaybookRequest.
string playbook_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for playbookUri. |
hasPlaybookContent()
public abstract boolean hasPlaybookContent()Uncompressed raw byte content for playbook.
bytes playbook_content = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the playbookContent field is set. |
hasPlaybookUri()
public abstract boolean hasPlaybookUri() The URI to a file containing the exported playbook. This field is
populated only if playbook_uri is specified in
ExportPlaybookRequest.
string playbook_uri = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the playbookUri field is set. |