| Modifier and Type | Method and Description |
|---|---|
Operation.Builder |
OperationGroup.Builder.addOperationsBuilder()
List of operations across one or more resources that belong to this group.
|
Operation.Builder |
OperationGroup.Builder.addOperationsBuilder(int index)
List of operations across one or more resources that belong to this group.
|
Operation.Builder |
Operation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Operation.Builder |
Operation.Builder.clear() |
Operation.Builder |
Operation.Builder.clearAction()
Type of this operation.
|
Operation.Builder |
Operation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Operation.Builder |
Operation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Operation.Builder |
Operation.Builder.clearPath()
Path to the target field being operated on.
|
Operation.Builder |
Operation.Builder.clearPathFilters() |
Operation.Builder |
Operation.Builder.clearPathValue() |
Operation.Builder |
Operation.Builder.clearPathValueMatchers() |
Operation.Builder |
Operation.Builder.clearResource()
Contains the fully qualified resource name.
|
Operation.Builder |
Operation.Builder.clearResourceType()
Type of GCP resource being modified/tested.
|
Operation.Builder |
Operation.Builder.clearSourcePath()
Can be set with action 'copy' or 'move' to indicate the source field within
resource or source_resource, ignored if provided for other operation types.
|
Operation.Builder |
Operation.Builder.clearSourceResource()
Can be set with action 'copy' to copy resource configuration across
different resources of the same type.
|
Operation.Builder |
Operation.Builder.clearValue()
Value for the `path` field.
|
Operation.Builder |
Operation.Builder.clearValueMatcher()
Can be set for action 'test' for advanced matching for the value of
'path' field.
|
Operation.Builder |
Operation.Builder.clone() |
Operation.Builder |
OperationGroup.Builder.getOperationsBuilder(int index)
List of operations across one or more resources that belong to this group.
|
Operation.Builder |
Operation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Operation.Builder |
Operation.Builder.mergeFrom(com.google.protobuf.Message other) |
Operation.Builder |
Operation.Builder.mergeFrom(Operation other) |
Operation.Builder |
Operation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Operation.Builder |
Operation.Builder.mergeValue(com.google.protobuf.Value value)
Value for the `path` field.
|
Operation.Builder |
Operation.Builder.mergeValueMatcher(ValueMatcher value)
Can be set for action 'test' for advanced matching for the value of
'path' field.
|
static Operation.Builder |
Operation.newBuilder() |
static Operation.Builder |
Operation.newBuilder(Operation prototype) |
Operation.Builder |
Operation.newBuilderForType() |
protected Operation.Builder |
Operation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Operation.Builder |
Operation.Builder.putAllPathFilters(Map<String,com.google.protobuf.Value> values)
Set of filters to apply if `path` refers to array elements or nested array
elements in order to narrow down to a single unique element that is being
tested/modified.
|
Operation.Builder |
Operation.Builder.putAllPathValueMatchers(Map<String,ValueMatcher> values)
Similar to path_filters, this contains set of filters to apply if `path`
field refers to array elements.
|
Operation.Builder |
Operation.Builder.putPathFilters(String key,
com.google.protobuf.Value value)
Set of filters to apply if `path` refers to array elements or nested array
elements in order to narrow down to a single unique element that is being
tested/modified.
|
Operation.Builder |
Operation.Builder.putPathValueMatchers(String key,
ValueMatcher value)
Similar to path_filters, this contains set of filters to apply if `path`
field refers to array elements.
|
Operation.Builder |
Operation.Builder.removePathFilters(String key)
Set of filters to apply if `path` refers to array elements or nested array
elements in order to narrow down to a single unique element that is being
tested/modified.
|
Operation.Builder |
Operation.Builder.removePathValueMatchers(String key)
Similar to path_filters, this contains set of filters to apply if `path`
field refers to array elements.
|
Operation.Builder |
Operation.Builder.setAction(String value)
Type of this operation.
|
Operation.Builder |
Operation.Builder.setActionBytes(com.google.protobuf.ByteString value)
Type of this operation.
|
Operation.Builder |
Operation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Operation.Builder |
Operation.Builder.setPath(String value)
Path to the target field being operated on.
|
Operation.Builder |
Operation.Builder.setPathBytes(com.google.protobuf.ByteString value)
Path to the target field being operated on.
|
Operation.Builder |
Operation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Operation.Builder |
Operation.Builder.setResource(String value)
Contains the fully qualified resource name.
|
Operation.Builder |
Operation.Builder.setResourceBytes(com.google.protobuf.ByteString value)
Contains the fully qualified resource name.
|
Operation.Builder |
Operation.Builder.setResourceType(String value)
Type of GCP resource being modified/tested.
|
Operation.Builder |
Operation.Builder.setResourceTypeBytes(com.google.protobuf.ByteString value)
Type of GCP resource being modified/tested.
|
Operation.Builder |
Operation.Builder.setSourcePath(String value)
Can be set with action 'copy' or 'move' to indicate the source field within
resource or source_resource, ignored if provided for other operation types.
|
Operation.Builder |
Operation.Builder.setSourcePathBytes(com.google.protobuf.ByteString value)
Can be set with action 'copy' or 'move' to indicate the source field within
resource or source_resource, ignored if provided for other operation types.
|
Operation.Builder |
Operation.Builder.setSourceResource(String value)
Can be set with action 'copy' to copy resource configuration across
different resources of the same type.
|
Operation.Builder |
Operation.Builder.setSourceResourceBytes(com.google.protobuf.ByteString value)
Can be set with action 'copy' to copy resource configuration across
different resources of the same type.
|
Operation.Builder |
Operation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Operation.Builder |
Operation.Builder.setValue(com.google.protobuf.Value.Builder builderForValue)
Value for the `path` field.
|
Operation.Builder |
Operation.Builder.setValue(com.google.protobuf.Value value)
Value for the `path` field.
|
Operation.Builder |
Operation.Builder.setValueMatcher(ValueMatcher.Builder builderForValue)
Can be set for action 'test' for advanced matching for the value of
'path' field.
|
Operation.Builder |
Operation.Builder.setValueMatcher(ValueMatcher value)
Can be set for action 'test' for advanced matching for the value of
'path' field.
|
Operation.Builder |
Operation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Operation.Builder> |
OperationGroup.Builder.getOperationsBuilderList()
List of operations across one or more resources that belong to this group.
|
| Modifier and Type | Method and Description |
|---|---|
OperationGroup.Builder |
OperationGroup.Builder.addOperations(int index,
Operation.Builder builderForValue)
List of operations across one or more resources that belong to this group.
|
OperationGroup.Builder |
OperationGroup.Builder.addOperations(Operation.Builder builderForValue)
List of operations across one or more resources that belong to this group.
|
OperationGroup.Builder |
OperationGroup.Builder.setOperations(int index,
Operation.Builder builderForValue)
List of operations across one or more resources that belong to this group.
|
Copyright © 2024 Google LLC. All rights reserved.