-
UpdateObjectRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
UpdateObjectRequest.Builder.clear()
UpdateObjectRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Makes the operation conditional on whether the object's current generation
matches the given value.
Makes the operation conditional on whether the object's live generation
does not match the given value.
Makes the operation conditional on whether the object's current
metageneration matches the given value.
Makes the operation conditional on whether the object's current
metageneration does not match the given value.
UpdateObjectRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
UpdateObjectRequest.Builder.clone()
UpdateObjectRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
UpdateObjectRequest.Builder.mergeFrom(com.google.protobuf.Message other)
UpdateObjectRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
UpdateObjectRequest.Builder.mergeUpdateMask(com.google.protobuf.FieldMask value)
UpdateObjectRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
UpdateObjectRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
Makes the operation conditional on whether the object's current generation
matches the given value.
Makes the operation conditional on whether the object's live generation
does not match the given value.
Makes the operation conditional on whether the object's current
metageneration matches the given value.
Makes the operation conditional on whether the object's current
metageneration does not match the given value.
UpdateObjectRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
UpdateObjectRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
UpdateObjectRequest.Builder.setUpdateMask(com.google.protobuf.FieldMask value)
UpdateObjectRequest.Builder.setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)