Package com.google.longrunning
Interface ListOperationsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListOperationsRequest,ListOperationsRequest.Builder
public interface ListOperationsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe standard list filter.com.google.protobuf.ByteStringThe standard list filter.getName()The name of the operation's parent resource.com.google.protobuf.ByteStringThe name of the operation's parent resource.intThe standard list page size.The standard list page token.com.google.protobuf.ByteStringThe standard list page token.booleanWhen set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
String getName()The name of the operation's parent resource.
string name = 4 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The name of the operation's parent resource.
string name = 4 [json_name = "name"];- Returns:
- The bytes for name.
-
getFilter
String getFilter()The standard list filter.
string filter = 1 [json_name = "filter"];- Returns:
- The filter.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes()The standard list filter.
string filter = 1 [json_name = "filter"];- Returns:
- The bytes for filter.
-
getPageSize
int getPageSize()The standard list page size.
int32 page_size = 2 [json_name = "pageSize"];- Returns:
- The pageSize.
-
getPageToken
String getPageToken()The standard list page token.
string page_token = 3 [json_name = "pageToken"];- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()The standard list page token.
string page_token = 3 [json_name = "pageToken"];- Returns:
- The bytes for pageToken.
-
getReturnPartialSuccess
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 [json_name = "returnPartialSuccess"];- Returns:
- The returnPartialSuccess.
-