| Modifier and Type | Class and Description |
|---|---|
class |
Operation
Contains an operation for a resource loosely based on the JSON-PATCH format
with support for:
* Custom filters for describing partial array patch.
|
static class |
Operation.Builder
Contains an operation for a resource loosely based on the JSON-PATCH format
with support for:
* Custom filters for describing partial array patch.
|
| Modifier and Type | Method and Description |
|---|---|
OperationOrBuilder |
OperationGroupOrBuilder.getOperationsOrBuilder(int index)
List of operations across one or more resources that belong to this group.
|
OperationOrBuilder |
OperationGroup.getOperationsOrBuilder(int index)
List of operations across one or more resources that belong to this group.
|
OperationOrBuilder |
OperationGroup.Builder.getOperationsOrBuilder(int index)
List of operations across one or more resources that belong to this group.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends OperationOrBuilder> |
OperationGroupOrBuilder.getOperationsOrBuilderList()
List of operations across one or more resources that belong to this group.
|
List<? extends OperationOrBuilder> |
OperationGroup.getOperationsOrBuilderList()
List of operations across one or more resources that belong to this group.
|
List<? extends OperationOrBuilder> |
OperationGroup.Builder.getOperationsOrBuilderList()
List of operations across one or more resources that belong to this group.
|
Copyright © 2020 Google LLC. All rights reserved.