public interface ImportDataObjectsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStatus()
public abstract Status getStatus()Status of the LRO
.google.rpc.Status status = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
The status. |
getStatusOrBuilder()
public abstract StatusOrBuilder getStatusOrBuilder()Status of the LRO
.google.rpc.Status status = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
hasStatus()
public abstract boolean hasStatus()Status of the LRO
.google.rpc.Status status = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the status field is set. |