Interface ExecuteOntapPostResponseOrBuilder (0.70.0)

public interface ExecuteOntapPostResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBody()

public abstract Struct getBody()

The raw JSON body of the response.

.google.protobuf.Struct body = 1;

Returns
Type Description
Struct

The body.

getBodyOrBuilder()

public abstract StructOrBuilder getBodyOrBuilder()

The raw JSON body of the response.

.google.protobuf.Struct body = 1;

Returns
Type Description
StructOrBuilder

hasBody()

public abstract boolean hasBody()

The raw JSON body of the response.

.google.protobuf.Struct body = 1;

Returns
Type Description
boolean

Whether the body field is set.