public interface ListOperationsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFilter()
public abstract String getFilter()The standard list filter.
string filter = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public abstract ByteString getFilterBytes()The standard list filter.
string filter = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getName()
public abstract String getName()The name of the operation's parent resource.
string name = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The name of the operation's parent resource.
string name = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPageSize()
public abstract int getPageSize()The standard list page size.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public abstract String getPageToken()The standard list page token.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()The standard list page token.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getReturnPartialSuccess()
public abstract boolean getReturnPartialSuccess() When set to true, operations that are reachable are returned as normal,
and those that are unreachable are returned in the
[ListOperationsResponse.unreachable] field.
This can only be true when reading across collections e.g. when parent
is set to "projects/example/locations/-".
This field is not by default supported and will result in an
UNIMPLEMENTED error if set unless explicitly documented otherwise in
service or product specific documentation.
bool return_partial_success = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
The returnPartialSuccess. |